Skip to content

Releases: ebean-orm/ebean-datasource

7.2

16 Aug 07:47

Choose a tag to compare

7.2

#45 - ENH: Accumulate prepared statement cache metrics and log on shutdown
#44 - Remove usused driver config, add timing on startup refactor, make classes final

7.0

16 Aug 07:46

Choose a tag to compare

7.0

#43 - Add JPMS support - java module system enhancement
#42 - Bump slf4j-api dependency to 1.7.30
#41 - Bring back separate ebean-datasource-api artifact (No actual API change)
#40 - When connection fails on startup log include the username and url of the connection

6.1

16 Oct 05:14

Choose a tag to compare

6.1

#38 - Refactor to use ReentrantLock for hearbeat start/stop and notify up/down

5.1

17 Jun 12:16

Choose a tag to compare

5.1

#37 - ENH: Add pool size() method as fast simple way to get the current size of the pool (vs getStatus())
#36 - Simplify remove deregister driver option for shutdown method
#35 - Simplify by moving API into this project (from separate API project)

4.9.2

03 May 23:18

Choose a tag to compare

#34 - Allow driver to be optional in configuration - skip check on driver when it isn't specified

4.9.1

30 Apr 11:06

Choose a tag to compare

#33 - Refactor tidy some warnings add final etc

Also bump api to 4.9 which setDefaults() also copies custom properties if necessary.

4.8.1

30 Apr 08:34

Choose a tag to compare

#32 - Add detection of read-only errors that should reset the pool

4.7.3

14 Feb 02:23

Choose a tag to compare

#31 - datasource.offline() closes busy connections ... should let them close on return

4.7.2

04 Feb 08:58

Choose a tag to compare

#30 - Refactor replace synchronised block with ReentrantLock in PooledConnection

4.7.1

06 Jan 00:45

Choose a tag to compare

#29 Add Automatic-Module-Name: io.ebean.datasource
#28 Remove unused PoolStatistics as we get better more specific statistics in other ways