OpenJPA with Spring 6

2024-01-09 Thread Shiva Kumar Rayapuram
Hello OpenJPA dev, We are using OpneJPA in our ms for database interactions. We were running into issues and understood that OpenJPA has not yet released its support for JPA3 (from spring 6). We would like to when is this planned to release ? Please suggest Thanks, Shiva This email and the

Re: OpenJPA with Spring 6

2024-01-09 Thread Romain Manni-Bucau
Hi, you can use jakarta bundle of openjpa with spring 6 AFAIK ( https://repo.maven.apache.org/maven2/org/apache/openjpa/openjpa/3.2.2/openjpa-3.2.2-jakarta.jar ). Does not have a jpa 3 full support but should be sufficient. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibu

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
dev@openjpa.apache.org> Subject: OpenJPA with Spring 6 Hello OpenJPA dev, We are using OpneJPA in our ms for database interactions. We were running into issues and understood that OpenJPA has not yet released its support for JPA3 (from spring 6). We would like to when is this planned to release ?

Re: OpenJPA with Spring 6

2024-01-11 Thread Maxim Solodovnik
: dev@openjpa.apache.org<mailto:dev@openjpa.apache.org> > Subject: OpenJPA with Spring 6 > > Hello OpenJPA dev, > We are using OpneJPA in our ms for database interactions. We were running > into issues and understood that OpenJPA has not yet released its support for > JPA3

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

RE: OpenJPA with Spring 6

2024-01-12 Thread Shiva Kumar Rayapuram
Hello, I tried adding jakarta bundle as a dependency to the plugin and it worked but could you please explain how is this helping and is this something that will supported if there are any issues ? Because we could nt find any documentation for this. Conf: org.

Re: OpenJPA with Spring 6

2024-01-12 Thread Romain Manni-Bucau
Hi, The maven plugin does not really depends on javax/jakarta, it depends on openjpa bundle, by default it brings the javax flavor but if you override it, maven will prefer this one and all works. In terms of support, we support current releases, in the future (openjpa 4) we'll get a native jakart

RE: OpenJPA with Spring 6

2024-01-14 Thread Shiva Kumar Rayapuram
with Spring 6 Hello OpenJPA dev, We are using OpneJPA in our ms for database interactions. We were running into issues and understood that OpenJPA has not yet released its support for JPA3 (from spring 6). We would like to when is this planned to release ? Please suggest Thanks, Shiva This