eclipselink-maven-plugin icon indicating copy to clipboard operation
eclipselink-maven-plugin copied to clipboard

Eclipselink JPA Maven plugin, supporting static weaving, canonical model generation, and DDL generation.

Results 4 eclipselink-maven-plugin issues
Sort by recently updated
recently updated
newest added

support Jakarta ee

enhancement
breaking-change

Hi! I've created a simple [PR into Helidon](https://github.com/helidon-io/helidon/pull/5252), but `eclipselink-maven-plugin` failed. The classpath wasn't changed. I changed asserts in tests from JUnit to Hamcrest. Plugin version: 2.7.9.1 How can I...

When I use the goal "weave" with plugin v3.0.0 with JDK 21 I get the following error: ``` [EL Finest]: weaver: 2023-12-18 12:21:25.616--Thread(Thread[#1,main,5,main])--java.lang.IllegalArgumentException: Unsupported class file major version 65 at...

enhancement

**How to reproduce** 1. run `mvn clean package` 2. run `mvn package` **Expected behaviour** The second command succeeds **Actual behaviour** The command execution fails with error message ``` [ERROR] Failed...

bug