Skip to content

Releases: ebean-orm/ebean-datasource

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

4.6.2

06 Jan 00:34

Choose a tag to compare

#26 Deadlock, when DB is gone
#27 Fix for deadlock when DB is gone

4.6.1

07 Aug 01:31

Choose a tag to compare

#25 - ENH: Support setting default schema in connection properties

4.5.2

27 Apr 21:04

Choose a tag to compare

Potential overflow in int multiplication #24

4.5.1

15 Feb 01:46

Choose a tag to compare

Tidy up online() online() and offline() offline() behaviour + API 4.5 improvements #23

4.4.1

13 Feb 23:07

Choose a tag to compare

#22 ENH: Add DataSourcePool online() and offline()
#20 ENH: Provide a static factory via DataSourceFactory
#21 Refactor tidy internals only - BusyConnectionBuffer - method access and for loops

4.3.4

03 Feb 09:01

Choose a tag to compare

#19 - NPE - NullPointerException ConnectionPool.notifyDataSourceIsDown(ConnectionPool.java:406)

4.3.3

29 Jan 22:55

Choose a tag to compare

#18 - ENH: Additionally log the SQLException message in DataSourceInitialiseException