|
|
Re: How should static weaving be done in EclipseLink recent versions like 4.0.0 [message #1864538 is a reply to message #1864529] |
Fri, 22 March 2024 05:16   |
Eclipse User |
|
|
|
Hello Thanks for the reply. This also uses <groupId>de.empulse.eclipselink</groupId>
<artifactId>staticweave-maven-plugin</artifactId>
is it still usable in Java 17 and EclipseLink 4.0.0 Also has EclipseLink removed org.eclipse.persistence.internal.weaving.PersistenceWeavedRest because this is the error I am getting that this class file is not found. When I try to see in older version, I find this Class but not in the latest version of EclipseLink. Do we have any alternative
|
|
|
Re: How should static weaving be done in EclipseLink recent versions like 4.0.0 [message #1868823 is a reply to message #1864538] |
Tue, 23 July 2024 08:21  |
Eclipse User |
|
|
|
Hi Alok,
did you find a solution for your static weaving problem?
The reason why I'm asking is that we recently run into the same issue which a persistence unit where we use static weaving and eclipselink 4.0.3 in a Java 17 modularized environment.
And it looks like that the tagging interfaces
org.eclipse.persistence.internal.weaving.PersistenceWeaved;
org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking;
org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups;
and its corresponding package
org.eclipse.persistence.internal.weaving is not exported by the
org.eclipse.persistence.core module.
Best regards,
Manfred
|
|
|
Powered by
FUDForum. Page generated in 0.02526 seconds