Lukas Jungmann
Lukas Jungmann
fixes #1648 Signed-off-by: Lukas Jungmann
2 tests in `org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest` are failing: ``` [ERROR] Errors: [ERROR] RemoteEntityManagerTest.testDeleteEmployee » Query Exception Description: The expression has not been initialized correctly. Only a single ExpressionBuilder should be used for...
3 test in `org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.CriteriaQueryCastTest` are failing: ``` [ERROR] Errors: [ERROR] CriteriaQueryCastTest>JUnitTestCase.runBare:719->testTreatInWhere:796 » IllegalArgument The attribute [maxSpeed] is not present in the managed type [EntityTypeImpl@628064884:Car [ javaType: class org.eclipse.persistence.testing.models.jpa.inheritance.Car descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.inheritance.Car...
see https://github.com/eclipse-ee4j/jaxb-api/issues/228 and/or https://github.com/eclipse-ee4j/jaxb-ri/issues/1631
[JEP-411](https://openjdk.java.net/jeps/411) marks SecurityManager and related classes as deprecated for removal in SE 17. In the code base we have: * ~4 usages of `RMISecurityManager` * ~12 usages of `System.get/setSecurityManager` *...
since o.e.p.asm bundle follows ASM releases and is currently independent on the rest of the project, it makes sense to move it out from this repo. tracking bug for the...
including tests. It's the only piece in MOXy with the dependency on `jakarta.ws.rs`
Artifacts delivered to maven central or through eclipselink.zip binary distribution should not be signed. Only artifacts distributed through eclipse update sites/p2 should be signed. Caused by: https://git.eclipse.org/c/eclipselink/eclipselink.releng.git/commit/?id=5007eba861dd3e51e8cb8ae98302fffa04dfc8cc
* drop specific support for Oracle DB 9 and older Signed-off-by: Lukas Jungmann
https://glassfish.org/download should provide a link to download the latest greatest nightly build