You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JDBC URL is the normal means for configuring a database. We should accept it rather than insisting on having it broken into type/server/port/username/password.
The text was updated successfully, but these errors were encountered:
On that note, org.alfasoftware.morf.jdbc.ConnectionResourcesBean.ConnectionResourcesBean(URL) is misleading; the natural expectation would be for this to be a JDBC URL, not the URL to a config file.
I don't mean route through org.alfasoftware.morf.jdbc.DatabaseType.extractJdbcUrl(String); I mean actually use the URL directly, so we don't force a particular structure on the URL.
A JDBC URL is the normal means for configuring a database. We should accept it rather than insisting on having it broken into type/server/port/username/password.
The text was updated successfully, but these errors were encountered: