Update Gradle wrapper to version 9.5.1 and enhance workflows#45
Merged
Conversation
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.10.2 to 9.4.1. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v8.10.2...v9.4.1) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request upgrades the project's dependencies, build tools, and documentation to support Java 21, Jackson 3.x, and the latest Gradle ecosystem. It also updates the GitHub Actions workflow for publishing, refines the README with new features and clearer examples, and improves compatibility and configuration for serialization and the Rhino evaluator.
Dependency and Build Tool Upgrades:
javaVersionto 21,kotlinVersionto 2.3.21,jacksonVersionto 3.1.3 (with newtools.jacksonnamespace),rhinoVersionto 1.8.1, and other related versions ingradle.properties. Upgraded Gradle wrapper to 9.5.1. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]tools.jacksonnamespace injackson/build.gradleand test files. [1] [2] [3] [4] [5] [6]interpretedModeinstead ofoptimizationLevelfor compatibility with newer Rhino versions. [1] [2]CI/CD and Publishing Workflow Improvements:
.github/workflows/publish.yamlto use newer actions (checkout@v6,setup-java@v5,ghaction-import-gpg@v7), Java 21, and a new deployment/finalization process using the Sonatype API. [1] [2] [3]Documentation Enhancements:
README.mdwith:from,to, etc.) and failure handling strategies (OnFailure).Other Improvements:
These changes modernize the codebase, improve documentation, and ensure compatibility with the latest Java, Kotlin, and serialization libraries.