We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f00b0 commit 0c79d1dCopy full SHA for 0c79d1d
hibernate-testing/src/main/java/org/hibernate/testing/jdbc/ConnectionProviderDelegate.java
@@ -68,6 +68,9 @@ public void configure(Map configurationValues) {
68
serviceRegistry
69
);
70
}
71
+ if ( connectionProvider instanceof ServiceRegistryAwareService ) {
72
+ ( (ServiceRegistryAwareService) connectionProvider ).injectServices( serviceRegistry );
73
+ }
74
if ( connectionProvider instanceof Configurable ) {
75
Configurable configurableConnectionProvider = (Configurable) connectionProvider;
76
configurableConnectionProvider.configure( configurationValues );
0 commit comments