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 jpa-cdi-testing to run on JDK 14 #44

Closed
wants to merge 1 commit into from
Closed

Update jpa-cdi-testing to run on JDK 14 #44

wants to merge 1 commit into from

Conversation

Bukama
Copy link

@Bukama Bukama commented Mar 22, 2020

@gunnarmorling asked if I could have a look at the jpa-cdi-testing project and open an PR to make it run on JDK 14. Here it is.

C:\JDK\Java14\bin\java.exe -Dmaven.multiModuleProjectDirectory=C:\Git\hibernate-demos\other\cdi-jpa-testing -  [...]
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.hibernate.demos:jpa-cdi-testing >-----------------
[INFO] Building Demo for testing CDI + JPA + JTA under Java SE 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 

[...]


[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jpa-cdi-testing ---
[INFO] Building jar: C:\Git\hibernate-demos\other\cdi-jpa-testing\target\jpa-cdi-testing-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.627 s

fixes #43

@yrodiere yrodiere closed this Apr 14, 2021
@yrodiere yrodiere deleted the branch hibernate:master April 14, 2021 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demo jpa-cdi-testing does not work on java 14
2 participants