-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Base, CoreJvm, and Validation #52
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
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the project's compiler version from 2.0.0-SNAPSHOT.035 to 2.0.0-SNAPSHOT.036 and updates dependencies on Base (from .382 to .383), Validation (from .354 to .372 in most places, and to .360 in others), and CoreJvm/Server (from .356 to .358).
Key changes:
- Compiler version increment across version configuration files and documentation
- Base library version bump with new
spine-environmentdependency addition - Validation library version updates with group ID changes from
io.spine.validationtoio.spine.tools
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Incremented compiler version to .036 |
| pom.xml | Updated all dependency versions and added new spine-environment and spine-validation-jvm-runtime dependencies |
| dependencies.md | Regenerated dependency report with updated timestamps and version numbers |
| config | Updated subproject commit reference |
| buildSrc/.../StandardJavaPublicationHandler.kt | Changed visibility from internal to public |
| buildSrc/.../PublicationHandler.kt | Changed visibility from internal to public |
| buildSrc/.../Repository.kt | Added suppression annotations for detekt warnings |
| buildSrc/.../Validation.kt | Updated version to .372, changed group to io.spine.tools, and modified runtime module naming |
| buildSrc/.../Spine.kt | Updated KDoc comment to better describe the object's purpose |
| buildSrc/.../CoreJvmCompiler.kt | Updated dogfooding and integration test versions to .040 |
| buildSrc/.../CoreJvm.kt | Updated version to .358 |
| buildSrc/.../Compiler.kt | Updated fallback versions to .035 |
| buildSrc/.../Base.kt | Updated version to .383, added environment constant, and refactored property names |
| backend/build.gradle.kts | Added Base.environment dependency |
| api/build.gradle.kts | Added Base.environment dependency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR updates dependencies on Base, CoreJvm, and Validation, addressing the API changes. The PR also adopts publishing improvements recently adopted in Validation.