-
Notifications
You must be signed in to change notification settings - Fork 4
bump JDK to 25 #73
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
bump JDK to 25 #73
Conversation
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 upgrades the project from Java 21 to Java 25 and updates the Mockito test dependency to version 5.20.0.
- Updates JDK version from 21 to 25 across all build and CI/CD configurations
- Updates Mockito from 5.19.0 to 5.20.0
- Ensures consistency across Maven POM, GitHub Actions workflows, and IDE configuration
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Updates JDK version property to 25, Mockito version to 5.20.0, and javadoc plugin release configuration to 25 |
| .idea/misc.xml | Updates IntelliJ IDEA project JDK configuration to Java 25 |
| .github/workflows/build.yml | Updates GitHub Actions workflow to use Java 25 for build and test jobs |
| .github/workflows/codeql-analysis.yml | Updates CodeQL analysis workflow to use Java 25 |
| .github/workflows/publish-github.yml | Updates GitHub Packages publishing workflow to use Java 25 |
| .github/workflows/publish-central.yml | Updates Maven Central publishing workflow to use Java 25 |
Files not reviewed (1)
- .idea/misc.xml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WalkthroughThis pull request upgrades the Java Development Kit from version 21 to version 25 across the entire project. The changes affect four GitHub Actions workflows (build, CodeQL analysis, Maven Central publishing, and GitHub publishing), the IntelliJ IDEA project configuration file, and the Maven build configuration. Additionally, the Mockito testing dependency is bumped from 5.19.0 to 5.20.0 in the Maven configuration. Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Areas requiring attention:
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.