SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
122 stars 76 forks source link

Jakarta persistence & Spring Boot 3 support? #195

Closed ozzioma closed 1 year ago

ozzioma commented 1 year ago

Tried setting up an OData service in Spring Boot 3. The new jakarta.persistence namespace classes are not compatible with the former JPA 2 classes. Any plans to support Spring Boot 3 & migrate to jakarta.persistence ?

wog48 commented 1 year ago

There plans to support Jakarta and Spring Boot 3 together with Java 17, but there is no concrete time line.