Reputation: 635
I have an environment that already depends on jakarta.persistence packages for JPA. Is there a way to use jakarta.persistence packages with quarkus 2.0? quarkus-hibernate-orm still seems to depend on javax.persistence instead of jakarta.persistence.
I can use early adopters approaches ...
Upvotes: 0
Views: 149
Reputation: 64011
Currently that is not possible as Quarkus does not use the jakarta namespaces anywhere
Upvotes: 1