in src/main/java/org/apache/sling/datasource/internal/DriverDataSource.java [57:64]
public DriverDataSource(PoolConfiguration poolProperties, DriverRegistry driverRegistry,
BundleContext bundleContext,
DataSourceFactory dataSourceFactory) {
this.poolProperties = poolProperties;
this.driverRegistry = driverRegistry;
this.bundleContext = bundleContext;
this.dataSourceFactory = dataSourceFactory;
}