-
Notifications
You must be signed in to change notification settings - Fork 141
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
Drop support for Java 8 #9253
Drop support for Java 8 #9253
Conversation
19b6280
to
64b0d9e
Compare
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
* Remove usage of no longer needed "annotation stripper" plugin * Remove no longer needed `:nessie-model-quarkus` project * Let all "server side" projects use `nessie-conventions-server`, even if this is currently the same as `nessie-conventions-client` * Let all "client side" projects use `nessie-conventions-client`
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
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.
for my understanding: this PR assumes that all downstream projects are now building for java11 and also exclusively use the jakarta annotations instead of javax?
generally lgtm, i guess we'll know if we missed anything in the downstream projects later on
@@ -17,7 +17,7 @@ | |||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar | |||
|
|||
plugins { | |||
id("nessie-conventions-client") | |||
id("nessie-conventions-server") |
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.
the change looks a bit odd as in other places we change from nessie-conventions-server
to nessie-conventions-client
🤔
are we saying both client and server components for iceberg now require j11 ?
or does this fix a previous misconfiguration of using client for a server component?
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.
Iceberg requires Java >=11 now
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.
yes but that explains why the convention themselves would change, not why iceberg-bench would switch from client to server
@@ -18,7 +18,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar | |||
|
|||
plugins { | |||
alias(libs.plugins.nessie.run) | |||
id("nessie-conventions-server") | |||
id("nessie-conventions-client") |
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.
here we switch conventions the other way around.
as both are basically the same convention now, it may not matter but it looks confusing in the diff.
yes
no - jakarta/javax didn't change in this PR |
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
Follow up of projectnessie#9253, migrate all annotations to jakarta
No description provided.