Hi, Yes, I think that makes sense. I have committed the change to the trunk.
I see the MysqlDataSource also has two methods setURL and setUrl: http://www.docjar.com/docs/api/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.html#setURL(String) Oracle only has setURL? http://download.oracle.com/otn_hosted_doc/jdeveloper/905/jdbc-javadoc/oracle/jdbc/pool/OracleDataSource.html The Microsoft SQL Server data source also only has setURL: http://technet.microsoft.com/en-us/library/ms378874.aspx Other data sources I found don't use the URL. Regards, Thomas On Fri, Dec 20, 2013 at 3:15 AM, Luis Ángel Vicente Sánchez < [email protected]> wrote: > Hello, > > org.h2.jdbcx.JdbcDataSource provides a setURL to configure the DataSource > URL; DataSources from other databases have a different casing for that > method, setUrl. I'm trying to migrate to HikariCP from BoneCP and > everything was going smoothly until I tried to run some unit tests. > HikariCP uses class introspection to set some configuration properties and > it assumes that the method to set the URL in the DataSource is called > setUrl. Would it be possible to provide an alias for setURL called setUrl? > > Kind regards, > > Luis > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
