-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Upgrade to Java 17 #1800
Upgrade to Java 17 #1800
Conversation
WalkthroughThis change involves upgrading the Java version used across various GitHub Actions workflows from Java 11 to Java 17. The updates reflect a shift in the project's minimum Java version requirement, aligning the build and test processes with modern Java features and improvements. Additionally, the documentation has been updated to specify this new requirement, ensuring consistency throughout the project. Changes
Assessment against linked issues
Recent review detailsConfiguration used: CodeRabbit UI Files ignored due to path filters (1)
Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1800 +/- ##
============================================
- Coverage 15.19% 15.02% -0.18%
+ Complexity 450 446 -4
============================================
Files 249 249
Lines 7627 7627
Branches 798 798
============================================
- Hits 1159 1146 -13
- Misses 6418 6433 +15
+ Partials 50 48 -2 ☔ View full report in Codecov by Sentry. |
#1795 Use `maven-war-plugin` 3.4.0 instead of 2.2 Possible fix for build failure: ```java Error: Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project webapp: Execution default-war of goal org.apache.maven.plugins:maven-war-plugin:2.2:war failed: Unable to load the mojo 'war' in the plugin 'org.apache.maven.plugins:maven-war-plugin:2.2' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Cannot access defaults field of Properties ```
b019a72
closes #1795