-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
We should not give the hardcoded database name in the CONNECTION_URL as the database name is user specific.
For example in the DataSourceTemplates.java class for postgresql database CONNECTION_URL is coded like below:
dataSource.get(CONNECTION_URL).set("jdbc:postgresql://localhost:5432/postgresdb");
We should replace the url as below:
dataSource.get(CONNECTION_URL).set("jdbc:postgresql://localhost:5432/" + DATABASE_NAME);
- is incorporated by
-
WFLY-17375 Upgrade HAL to 3.6.5.Final
- Closed
-
WFLY-17376 Upgrade HAL to 3.6.5.Final (WildFly 27.0.1.Final)
- Closed