Will Dazey
Will Dazey
I am testing using `org.antlr:antlr4-runtime:4.9.1` in Hibernate 6.0.0 and I encountered a Java 2 Security issue with ANTLR: ``` Current Java 2 Security policy reported a potential violation of Java...
Linking to [BZ #579409](https://bugs.eclipse.org/bugs/show_bug.cgi?id=579409) Linking to [BZ #288015](https://bugs.eclipse.org/bugs/show_bug.cgi?id=288015) When persisting entity values, that use IDENTITY generation, EclipseLink may obtain an incorrect IDENTITY on SQLServer. If the SQLServer database has added...
for https://github.com/eclipse-ee4j/jpa-api/issues/372 Not sure if I missed a location that cares about the persistence.xml schema version, but please let me know if I did and I will add it. Signed-off-by:...
We are seeing a ClassCastException from EclipseLink 4.0.0. Setting `` resolves the issue. It appears to be a bug in the GeneratedKeys support https://github.com/eclipse-ee4j/eclipselink/issues/1480 I added. Entity: ```java @Entity public...
fixes #372 Signed-off-by: Will Dazey
Section 2.3.1 (Default Access Type) goes into great detail to define the default access type for mapping annotations. However, it does not define a default access type strategy for XML...
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
Description: When executing a JPQL Update query, EclipseLink does not update all Embeddable fields and doesn't translate the embeddable to the correct fields Classes: ```java @Entity public class House {...
Running the JSE bucket against DB2, there are some test failures using the `java.time.*` packages ``` org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions.testIssue1539LocalDateTime org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions.testIssue1539LocalDate ``` Failure: ``` jakarta.persistence.PersistenceException: Exception [EclipseLink-3002] (Eclipse Persistence Services - 4.0.2.v202303091647): org.eclipse.persistence.exceptions.ConversionException...