Fixed
Details
Assignee
Vlad MihalceaVlad MihalceaReporter
Vlad MihalceaVlad MihalceaComponents
Fix versions
Priority
Major
Details
Details
Assignee
Vlad Mihalcea
Vlad MihalceaReporter
Vlad Mihalcea
Vlad MihalceaComponents
Fix versions
Priority
Created February 7, 2020 at 1:37 PM
Updated March 27, 2020 at 5:03 AM
Resolved February 18, 2020 at 5:54 PM
The
EntityManagerFactoryBuilderImpl
calls thebuildBootstrapServiceRegistry
like this:It would be better if we did it like this:
This way, we can use the PersistenceUnit properties as well, when scanning for an
IntegratorProvider
.Currently, passing the
IntegratorProvider
works only in Spring, not in Java EE applications using thepersistence.xml
configuration file.