RE: OpenJPA with Spring 6

2024-01-11 Thread Shiva Kumar Rayapuram
Hello @Romain/OpenJPA dev, As suggested I tried using Jakarta bundle it resolved certain issues related to javax and Jakarta but openjpa-maven-plugin version 3.2.2 entity enhancer is not working. Can you please suggest ? I see that in github it is mentioned that OpenJPA has the impl of JPA3

RE: OpenJPA with Spring 6

2024-01-11 Thread Shiva Kumar Rayapuram
Hello @Romain/OpenJPA dev, As suggested I tried using Jakarta bundle it resolved certain issues related to javax and Jakarta but openjpa-maven-plugin version 3.2.2 entity enhancer is not working. Can you please suggest ? I see that in github it is mentioned that OpenJPA has the impl of JPA3

Re: OpenJPA with Spring 6

2024-01-11 Thread Maxim Solodovnik
Hello Shiva, openjpa-maven-plugin configured like this: https://github.com/apache/openmeetings/blob/master/pom.xml#L1529 works for us as expected :) (Tomcat 10 + Spring 6 + ... ) :))) On Fri, 12 Jan 2024 at 10:36, Shiva Kumar Rayapuram wrote: > > Hello @Romain/OpenJPA dev, > As suggested I

Re: OpenJPA with Spring 6

2024-01-11 Thread Romain Manni-Bucau
Hi, The plugin needs to add the jakarta bundle as a dependency (of the plugin not the project). Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | L