jpa-2.2

EclipseLink 2.7.0 and JPA API 2.2.0 - signature mismatch

让人想犯罪 __ 提交于 2019-11-27 13:52:20
When running a project built by maven with the following dependencies: <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> <version>2.2.0</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> <version>2.7.0</version> </dependency> I get the following error at runtime: java.lang.SecurityException: class "javax.persistence.Cacheable"'s signer information does not match signer information of other classes in the same package The javax.persistence-2.2.0 artifact is signed and contains the

EclipseLink 2.7.0 and JPA API 2.2.0 - signature mismatch

Deadly 提交于 2019-11-26 16:21:01
问题 When running a project built by maven with the following dependencies: <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> <version>2.2.0</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> <version>2.7.0</version> </dependency> I get the following error at runtime: java.lang.SecurityException: class "javax.persistence.Cacheable"'s signer information does not match signer