Open
Description
OSGi defines a Data Service Specification for JDBC™ Technology that provides a convenient and save way to obtain DataSources.
Even though it can be implemented by clients it is advised that JDBC driver vendors include an implementation if possible for the following reasons:
- The vendor has the best knowledge how to create and configure the participating objects.
- Changes in the internal implementation, e.g. refactoring of class names can be reflected an managed easier in the original repository
- No gap between deployment of new version and connector code
- For non-osgi users, this is completely transparent and the is no need for them to change, but OSGi users will be happy to not reinvent the wheel, the library can just be dropped inside a framework and seaming less integrate, for example with the JPA Specification.
Because of this I'd like to propose adding an implementation for a DataSourceFactory in this repository and provide a PR for this.
FYI @stbischof