-
Notifications
You must be signed in to change notification settings - Fork 89
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
Improved JDK 22-23 compatibility, reproducible builds support #403
Conversation
cc @electrum |
Rebased, resolved conflicts and added maven-gpg-plugin |
1ad0951
to
9ce76cf
Compare
This makes it possible to override them in a child project without a need for an airbase release which in turns makes it possible to test new versions or upgrade plugins directly in the child project.
Closing this PR because of the lack of interest from project maintainers. |
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.
This is great! Thanks for doing this.
airbase/pom.xml
Outdated
@@ -1273,7 +1273,7 @@ | |||
<plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-gpg-plugin</artifactId> | |||
<version>3.2.1</version> | |||
<version>3.2.2</version> |
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.
This should be 3.2.4
@@ -12,7 +12,8 @@ Airbase 155 | |||
- spotbugs-annotations 4.8.4 (from 4.8.3) | |||
- jakarta.annotation-api 3.0.0 (from 2.1.1) | |||
- opentelemetry 1.37.0 (from 1.36.0) | |||
|
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.
Something weird happened with the diff here. No action needed, but I'm puzzled.
CHANGES.md
Outdated
@@ -14,7 +14,8 @@ Airbase 155 | |||
- jakarta.annotation-api 3.0.0 (from 2.1.1) | |||
- opentelemetry 1.37.0 (from 1.36.0) | |||
- logback 1.5.6 (from 1.5.3) | |||
|
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.
Same thing here
@electrum I'll post another PR where I start with the Move all versions to properties as a first commit |
PMD 7.0.0 is finally compatible with JDK 21