Releases: ebean-orm-deprecated/deprecated-ebean-datasource-api
Releases · ebean-orm-deprecated/deprecated-ebean-datasource-api
4.9
setDefaults() also copies custom properties if necessary.
4.8
#18 ENH: Add a readOnlyUrl option - to make it easier to configure for read replicas
#16 ENH: Add addProperty(key, value) ... to make it easier to add custom jdbc driver properties
#17 Increase the default pstmtCacheSize to 50
4.7
#14 Add Automatic-Module-Name: io.ebean.datasource.api
#15 Remove unused PoolStatistics as we get better more specific statistics in other ways
4.6
#13 ENH: Support setting [default] schema via properties
4.5
ENH: Add isOnline() and shutdown(); (without the deregister driver option) #11
4.4
#8 ENH: Add DataSourceConfig.copy() method ... to make it easy to copy the configuration.
#10 ENH: Add DataSourcePool online() and offline()
#9 ENH: Provide a static factory via DataSourcePoolFactory
4.3
#6 ENH: Add static helper method to obtain DataSourceFactory
#7 ENH: Support specifying database owner username, password and InitDatabase e
4.2
Changed Maven groupId and artifactId
#5 Move to groupId: io.ebean
artifactId: ebean-datasource-api
4.1
#4 Add DataSourceConfigurationException ... useful to provide better error messages
#3 Api extension - failOnStart option and updated DataSourceAlert API
3.2
#2 - Change default maxIdleTime to 5 mins from 12 mins, change default maxConnections to 200 from 100