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

@@ -33,6 +33,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -43,12 +48,5 @@
</exclusion>
</exclusions>
</dependency>
<!-- Static class generation -->
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>