-
Notifications
You must be signed in to change notification settings - Fork 8
Update hibernate dependency #25
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
Conversation
|
@tangyang9464 @imp2002 please review |
|
@Leander-Wendt as Copilot said, does your PR require Java 17? Because we currently use Jave 8
|
|
@hsluoyz the pipelines runs now. I had to remove cobertura, since it hasn't been maintained since 2015. |
|
@Leander-Wendt Upgrading to Java 17 is not a good idea. This is a lib and we want old Java 8 users could use it. |
If people want to use a Java 8 compatible version, they can still use an older release of this project. |

Closes #24
I updated hibernate to 7.0.11.Final and changed the function calls to "createSQLQuery()" to "createNativeQuery()" which is inherited by the Jakarta Persistence API.
I've had difficulties loading the dependencies of the adapter. Especially with the plugins 'org.apache.maven.plugins:maven-deploy-plugin:3.1.2' and 'org.apache.maven.plugins:maven-gpg-plugin:3.2.8'. The program compiles but I was unable to run the tests. Please test the changes thoroughly on your machine.