Ethlo back (#2267)

* Return Ethlo plugin

* Return back statick weaving for EclipseLink in order to use lazy fetch
This commit is contained in:
Avgustin Marinov
2025-02-11 12:50:51 +02:00
committed by GitHub
parent 4ded430c39
commit 1e4e45f7bb
14 changed files with 294 additions and 131 deletions

View File

@@ -1,3 +1,5 @@
# hawkBit JPA EclipseLink Vendor integration
Implementation of [EclipseLink](http://www.eclipse.org/eclipselink/) JPA vendor.
Implementation of [EclipseLink](http://www.eclipse.org/eclipselink/) JPA vendor.
Since there seem to be bug in eclipselink static weaver or eclipselink-maven-plugin - don't weave properly the abstract classes when no non-abstract entity into the maven module - we use to have fake entity in the module to make it work.