You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is JPMS even useful in Hibernate projects? In my last attempts Hibernate still had so many dependencies in the auto module that I couldn't get jlink to work, and while the idea of reduced binary size in containerised environments seemed promising to me, there really seems no other reason to me to use JPMS?
Description
The
module-info.java
inblaze-persistence-core-api-jakarta-1.6.12.jar
declares a dependency onjava.persistence
When using
jakarta.persistence
no dependency onjava.persistence
should exist anymore.The error message is:
Expected behavior
No dependency on
java.persistence
Actual behavior
There is a dependency declared:
Steps to reproduce
pom.xml
withEnvironment
Version: 1.6.12
JPA-Provider: Hibernate 6.5.3.Final
The text was updated successfully, but these errors were encountered: