Search code examples
jakarta-eeopen-liberty

Is it possible to use open liberty with jakarta package namespace?


I have an environment that already depends on jakarta.persistence packages for JPA. Is there a way to use jakarta.persistence packages with open liberty? All the tutorials I have seen so far still seem to depend on javax- instead of jakarta-namespace.


Solution

  • Although I didn't yet have chance to try it, you could try OpenLiberty beta which supports Jakarta 9 EE. Check this post for more details - Open Liberty beta is Jakarta EE 9 compatible