r-uu
r-uu

Reputation: 635

Is it possible to use Quarkus 2.0 hibernate orm extension with standard JPA and jakarta.persistence packages?

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

Answers (1)

geoand
geoand

Reputation: 64011

Currently that is not possible as Quarkus does not use the jakarta namespaces anywhere

Upvotes: 1

Related Questions