Bootstrapping the DefaultPersistenceUnitManager fails in native image being unable to resolve the root url. Replacing determineDefaultPersistenceUnitRootUrl via a substitution that returns null allowed to initialize the PersistenceUnitManager.
See: pring-aot-smoke-tests#113
Bootstrapping the
DefaultPersistenceUnitManagerfails in native image being unable to resolve the root url. ReplacingdetermineDefaultPersistenceUnitRootUrlvia a substitution that returnsnullallowed to initialize thePersistenceUnitManager.See: pring-aot-smoke-tests#113