-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update airbase to 139 #17484
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
Update airbase to 139 #17484
Conversation
41787da to
83c4da5
Compare
|
This is a permanent error: I think we need to update the version(s) in the configuration for |
"Released May 12th, 2023." https://github.com/google/guice/wiki/Guice600 How confident are we about this version upgrade? cc @losipiuk @trinodb/maintainers |
|
@findepi I've tested both rc1 and rc2 before the 6.0.0 release. I'm pretty confident in that version |
83c4da5 to
8ccb171
Compare
|
By "tested" do you mean something specific, beyond what the CI does? |
|
@findepi CI. What's your concern? Despite the major version bump it's not some major version but small increment with a bunch of bugfixes. There were two versions released - 6.0 and 7.0 (7.0 being jakarta based). |
|
Guice changelog 5.1.0 -> 6.0.0 is minimalistic - this upgrade is probably fine. Not that I feel like super necessary. (I guess you want to migrate annotations to |
|
@losipiuk nope. Newer ASM with support for JDK19+ class formats |
|
@losipiuk jakarta comes next ;) |
trinodb#17484 switched git-commit-id plugin to new coordinates but the configuration in the parent pom wasn't updated properly.
#17484 switched git-commit-id plugin to new coordinates but the configuration in the parent pom wasn't updated properly.
This brings following improvements:
RestrictImportsenforcer rulesThe first commit is a preparatory one to fix checkstyle violations due to a new rule.