-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 to jdk10/11 #104
Update to jdk10/11 #104
Conversation
@@ -39,7 +39,7 @@ | |||
<docker.image.prefix>mszarlinski</docker.image.prefix> | |||
<docker.image.exposed.port>9090</docker.image.exposed.port> | |||
<docker.image.dockerfile.dir>${basedir}</docker.image.dockerfile.dir> | |||
<docker.plugin.version>0.4.13</docker.plugin.version> | |||
<docker.plugin.version>1.1.1</docker.plugin.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.
there was an attempt to fix the non-breaking docker build exception, didn't work, but I figured why not just keep it on the latest.
<plugin> | ||
<groupId>org.hibernate.orm.tooling</groupId> | ||
<artifactId>hibernate-enhance-maven-plugin</artifactId> | ||
<version>5.2.17.Final</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.
i'm open to suggestions on how to manage this build dependency - as it's required for hibernate to run in jdk9+ at runtime (tests will pass without it). i've tried a few things here:
- placing this stanza in parent pom didn't work
- referencing version info from parent pom didn't work
- leaving the version out generates a warning
- placing this inside the docker build plugin section means non-docker builds will generate jars which won't work during run time
Thank you for the contribution, I will look into during weekend :) |
@notsureifkevin please see #130 |
related to #102
this will probably work with v11, but I don't have a machine where I can test it out.