-
Trying to build 2.7.14, the same issue I've had with pretty much every release in 2.x over recent years
Using JAVA_HOME = v17
tried:
ant -buildfile antbuild.xml build-eclipselink-jar
ant -f antbui…
-
**Description**
(Describe the feature here.)
Could you please add support to eclipselink ORM
sniew updated
3 years ago
-
When running a Jakarta Data test against Oracle there is an issue with sorting not always being honored. To recreate, remove the @SkipIfSysProp(DB_Oracle) in JakartaDataRecreateServlet.java (open-libe…
-
EclipseLink Logging over SLF4J has implemented officially, but it could not support in the act.
In ACT, need to add dependence and persistence property to support.
```xml
org.eclipse.persistenc…
-
I'm already working to prepare the upgrade to version 2.0.0 through the milestone 11, but I've encountered an issue with the consumer and authentication containers. I'm trying to configure them to con…
-
EclipseLink is not accepting the id(this) operation, which is new in Jakarta Persistence 3.2, when it is placed within a JPQL ORDER BY clause.
```
SELECT ID(THIS) FROM Prime WHERE ID(THIS) < ?1 OR…
-
Hello prof @damithc,
This is a request to use [EclipseLink Moxy](https://wiki.eclipse.org/EclipseLink/FAQ/MOXy) for advanced ways of binding Java classes to XML Schemas.
Thanks in advance!
-
This issue will keep a list of EclipseLink issues that need to be fixed/implemented for Jakarta Data. More issues will be added as they are found. This list is in order of priority (top of list is hig…
-
Test rely on version value assertion is failed when switch from Hibernate to EclipseLink, because Hibernate starts from `0` but EclipseLink starts from `1`, It would be nice if the spec enforce it.
…
quaff updated
2 months ago
-
Is it expected that the JPQL `IN` operation should work with EmbeddedId? EcilpseLink appears to be trying to support it but generates the SQL in a way that results in an error.
To reproduce, uncom…