• Dave Syer's avatar
    Do not default username/password for DataSource unless embedded · 97e6d777
    Dave Syer authored
    To use a DataSource pool (Tomcat or DBCP) the user must supply a valid
    driver class name *and* database URL. If both are supplied and the
    driver class is not one of the embedded ones, then no default username
    or password is provided.
    
    Fixes gh-94
    97e6d777
pom.xml 5.61 KB