-
Notifications
You must be signed in to change notification settings - Fork 244
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
Enable build and test with JDK11 #5528
Enable build and test with JDK11 #5528
Conversation
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
build |
otherwise activateByDefault is not activated
build |
Signed-off-by: Gera Shegalov <gera@apache.org>
Closes NVIDIA#5557 Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
Also make sure to use scala-maven-plugin version `scala.plugin.version` 4.6.0 or later to correctly process | ||
[maven.compiler.release](https://github.com/davidB/scala-maven-plugin/blob/4.6.1/src/main/java/scala_maven/ScalaMojoSupport.java#L161) | ||
flag if cross-compilation is required. |
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.
Curious why we don't simply update the scala plugin version in the pom? Is there something that breaks if we do?
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.
nothing should break, however, I am mitigating risks since my time for this effort is limited and cross-compilation is not necessary right 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.
Seems like we should do a followup for this then? Normally we don't tolerate bugs long-term in Maven plugins if upgrading to a fixed version works.
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
build |
1 similar comment
build |
This PR closes #4649, #3682.
allowConventionalDistJar
for conventional jar creation when only one shim is includedmaven .compiler.*
and adds the right set of javac opts automatically. 3.4.x we use for db doesn't handle maven.compiler.release, however, we don't need it at the moment and it's currently not used.Note this PR only builds skipping running tests
-DskipTests
because we still need to address #3851 (comment)Signed-off-by: Gera Shegalov gera@apache.org