Skip to content

Update dependencies #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Jun 25, 2025
Merged

Update dependencies #96

merged 24 commits into from
Jun 25, 2025

Conversation

alexander-yevsyukov
Copy link
Contributor

@alexander-yevsyukov alexander-yevsyukov commented Jun 25, 2025

This PR bumps the dependencies via pulling the latest config. Annotations were migrated to JSpecify.

Project structure changes

  • The Platform class no longer depend on io.spine.logging.Level API thus avoiding the circular dependency between the :logging and the :middleware modules which was possible for a KMP in previous versions of Gradle and Kotlin Gradle plugins.
  • The copyright header in the packages containing .flogger. was updated to mention both Flogger Authors and TeamDev.
  • Addressed the deprecation of getThreadID() in favor of getLongThreadID().

Copy link

codecov bot commented Jun 25, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 59.11%. Comparing base (f92ae5d) to head (fe31f99).
Report is 25 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #96      +/-   ##
============================================
- Coverage     62.71%   59.11%   -3.61%     
+ Complexity      804      780      -24     
============================================
  Files           113      114       +1     
  Lines          3782     3798      +16     
  Branches        512      508       -4     
============================================
- Hits           2372     2245     -127     
- Misses         1196     1352     +156     
+ Partials        214      201      -13     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review June 25, 2025 11:56
@alexander-yevsyukov alexander-yevsyukov self-assigned this Jun 25, 2025
@armiol
Copy link
Contributor

armiol commented Jun 25, 2025

@alexander-yevsyukov also, IDEA inspections tell me that in logging-testlib module there is no package-info.java for io.spine.logging.testing.

@alexander-yevsyukov
Copy link
Contributor Author

@alexander-yevsyukov also, IDEA inspections tell me that in logging-testlib module there is no package-info.java for io.spine.logging.testing.

This is so because it is a KMP module. It does not have Java code at all.

@alexander-yevsyukov alexander-yevsyukov merged commit bd14353 into master Jun 25, 2025
7 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the bump-config-etc branch June 25, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants