The existing snippet in the hibernate-core.gradle has a TODO task. It says
{noformat}TODO: Uncomment once EntityManagerFactoryBuilderImpl no longer uses ClassLoaderServiceImpl.{noformat}
The *EntityManagerFactoryBuilderImpl* used *ClassLoaderServiceImpl* until version 4.3, which was removed in the version 5.0.
Edit: Resolving this issue/TODO by uncommenting/reenabling this code may cause issues as. Therefore, the code needs to be TODO needs to be removed completely along with the commented snippet itself. |
|