jpa-schema-gradle-plugin
jpa-schema-gradle-plugin copied to clipboard
Gradle plugin for generate database schema or DDL scripts from JPA entities
Hi, I noticed that in my configuration, even if the plugins produces the expected sql script, an exception is thrown that can be confusing as one may spend some time...
``` > Exception [EclipseLink-28018] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.EntityManagerSetupException Exception Description: Predeployment of PersistenceUnit [default] failed. Internal Exception: java.lang.StackOverflowError ```
The current implementation is not compatible with Spring Boot 3, which has migrated from` javax.*` to` jakarta.*` - causing the following error: > class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo cannot be cast to class...