Skip to content
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

Closed
wants to merge 2 commits into from
Closed

Update to jdk10/11 #104

wants to merge 2 commits into from

Conversation

kvncrw
Copy link

@kvncrw kvncrw commented Oct 1, 2018

related to #102

this will probably work with v11, but I don't have a machine where I can test it out.

@@ -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>
Copy link
Author

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>
Copy link
Author

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

@mszarlinski
Copy link
Collaborator

Thank you for the contribution, I will look into during weekend :)

@arey arey mentioned this pull request Apr 28, 2019
@arey
Copy link
Member

arey commented May 5, 2019

@notsureifkevin please see #130

@arey arey closed this May 5, 2019
@arey arey changed the title update to jdk10/11 Update to jdk10/11 May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants