Hi,
We have converted a Cuba application into Jmix (1.5) but it seems that the compilation process now takes too long - it sometimes requires more than 3-5 minutes…
You can find below a sample of the log during compilation process. The delay is noticed when the compilation process reaches the point: Ehnancing entities in root project… (see below sample)
> Task :bootBuildInfo
> Task :compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Enhancing entities in root project 'jmix-iplatform' for source set 'main'
Project entities:
JPA: [com.company.vesselinsights.entity.map.TerritoryPoint, com.company.vesselinsights.entity.performance.SeaTrialCurve, ....];
DTO: [com.company.vesselinsights.entity.performance.VesselPerformanceEntry, com.company.vesselinsights.cisco.AMPComputers, ...]
Project converters: [].
Running EclipseLink enhancer in root project 'jmix-iplatform' for source set 'main'
Running EclipseLink enhancer in root project 'jmix-iplatform' for source set 'main'
Any idea?
Kind Regards,
George