-
Notifications
You must be signed in to change notification settings - Fork 31
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
Java11 upgrade #19
Java11 upgrade #19
Conversation
Reviewer's Guide by SourceryThis PR upgrades the project from Java 8 to Java 11. The implementation involves updating the Maven compiler configuration and adding necessary Java 11 dependencies in pom.xml, along with updating the base Docker image to use JDK 11. Class diagram for updated dependencies in pom.xmlclassDiagram
class ProjectDependencies {
+Dependency jaxws-ri
+Dependency jaxb-api
+Dependency javax.annotation-api
}
class Dependency {
+String groupId
+String artifactId
+String version
}
ProjectDependencies --> Dependency
note for ProjectDependencies "Updated dependencies for Java 11 support"
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. We don't review packaging changes - Let us know if you'd like us to change this.
- updated packages - updated dependency versions - added dependency
- uses OpenJDK version of java 11 instead of Temurin.
Summary by Sourcery
Upgrade the project to use Java 11 by updating the Maven compiler plugin version and dependencies in pom.xml, and changing the Dockerfile to use a JDK 11 base image.
Build:
Deployment: