-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Apache Commons Pool and Commons DBCP #1017
Comments
It requires every JDBC connection configuration to be updated from |
Without doing this change the user will see an error "Initialization of resource 'ps_blob_ds' failed: Unable to build resource ConnectionProviderProvider:ps_blob_ds: org.apache.commons.dbcp.BasicDataSource". |
A configuration using DBCP2 looks like this:
|
The configuration parameter are explained here: https://commons.apache.org/proper/commons-dbcp/configuration.html |
…ommons DBCP 2.7.0 # Conflicts: # deegree-core/deegree-connectionprovider-datasource/src/main/resources/META-INF/schemas/connectionprovider/datasource/3.4.0/example_dbcp_mssql.xml # deegree-core/deegree-connectionprovider-datasource/src/main/resources/META-INF/schemas/connectionprovider/datasource/3.4.0/example_dbcp_oracle.xml # deegree-core/deegree-connectionprovider-datasource/src/main/resources/META-INF/schemas/connectionprovider/datasource/3.4.0/example_dbcp_postgres.xml # deegree-core/deegree-core-commons/pom.xml
Current versions are outdated and not maintained by the community anymore.
Upgrade to commons pool 2 and DBCP 2 is required. The commons-dbcp2 package relies on code in the commons-pool2 package.
see https://commons.apache.org/proper/commons-dbcp/index.html
The text was updated successfully, but these errors were encountered: