Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Lazy-loading (load-time weaving) doesn't work with JDK-13

The app is built using jdk-11 and runs fine on jdk-11 and 12, but trying with the just released jdk-13 I'm getting lots of these on startup (using EL-2.7.4):
 
[EL Severe]: metadata: 2019-09-17 19:29:59.44--ServerSession(1627689109)--The java.lang.Object class was compiled with an unsupported JDK. Report this error to the EclipseLink open source project.
...
...
[EL Warning]: weaver: 2019-09-17 19:30:06.077--Weaver encountered an exception while trying to weave class no/officenet/origo/core/domain/model/activity/Activity. The exception was: Unsupported class file major version 57
...
...
 
[EL Warning]: metadata: 2019-09-17 19:30:13.039--ServerSession(1627689109)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [parent] for the entity class [class no.officenet.origo.core.domain.model.company.Company] since weaving was not enabled or did not occur.
...
...
 
 
 
Will this get fixed with EL-2.7.5? If so, any plans for releasing soon?
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963

Back to the top