Skip to content

Releases: ebean-orm/ebean-datasource

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

4.3.2

29 Nov 02:28

Choose a tag to compare

#17 - ENH: Improved logging for #16 - ENH: Support specifying database owner username, password and InitDatabase

4.3.1

28 Nov 11:01

Choose a tag to compare

#16 - ENH: Support specifying database owner username, password and InitDatabase

4.2.2

08 Nov 11:51

Choose a tag to compare

Issues:

#15 - Memory leak in case PostgreSQL JDBC driver is used (clearWarnings not being called on return to pool)