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. |
|