I am upgrading to spring boot 3.2.x. As part of this migration I migrated the eclipselink version to 4.0.2 and the com.ethlo.persistence.tools:eclipselink-maven-plugin to 3.0.2.
After making these changes I am facing the following error :
Exception [EclipseLink-28018] (Eclipse Persistence Services - 4.0.2.v202306161219): . eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Predeployment of PersistenceUnit failed.
Internal Exception: java.lang.NullPointerException: Cannot invoke "java.util.List.size()" because "genericTypes" is null
Am I missing something?
I tried migrating to eclipselink version 4.0.2 and the com.ethlo.persistence.tools:eclipselink-maven-plugin to 3.0.2 as part of my spring boot 3.2.x migration.
I tried with eclipselink .eclipse.persistence.jpa: 3.0.2 but I am facing another exception for that version: java.lang.RuntimeException: javax.lang.model.element.UnknownElementException: Unknown element: "startOffset"