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 78 forks source link

Spring Boot 3 support #216

Closed theomoorman closed 1 year ago

theomoorman commented 1 year ago

Hi,

Spring Boot 3 / Spring 6 fully supports the Jakarta namespace and doesn't work with the old javax one. Also it has upgraded to Hibernate 6. Apache Olingo is working on a new release with Jakarta support (see). Will this library then also be upgraded to work with Jakarta and then be tested with the new Spring Boot 3 stack?

Gr, Theo.

wog48 commented 1 year ago

It is planned to create a new version based on Java 17 / Jakarta / Spring Boot3 after Olingo made that step.