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.
