Re: Using OpenJPA with Spring Boot 3?

2022-12-28 Thread Francesco Chicchiriccò
On 28/12/22 10:44, Romain Manni-Bucau wrote: A bit from memory so can miss a few details but think adding openjpa with jakarta classifier as a dependency of the plugin does the trick. That's correct, thank you. Again, FTR:       org.apache.openjpa openjpa-maven-plugin   $

Re: Using OpenJPA with Spring Boot 3?

2022-12-28 Thread Romain Manni-Bucau
A bit from memory so can miss a few details but think adding openjpa with jakarta classifier as a dependency of the plugin does the trick. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | G

Re: Using OpenJPA with Spring Boot 3?

2022-12-28 Thread Francesco Chicchiriccò
Thank you. FTR this is my current setup: root pom.xml:       org.apache.openjpa     openjpa     ${openjpa.version}     jakarta           org.apache.xbean     xbean-asm9-shaded         org.apache.commons     com