Skip to content

Releases: ebean-orm/ebean-datasource

7.5

25 Jan 20:33

Choose a tag to compare

7.5

Issues:

#50 - Refactor tests - Remove Thread.Sleep to improve test speed
#49 - When 'failOnStart' is disabled, and the database was down at start up the pool does not recover by itself

7.4

21 Jan 08:51

Choose a tag to compare

7.4

Issues:

#48 - Remove use of finalize() method
#47 - Bump h2 test dependency from 1.4.193 to 2.0.206

7.3

22 Sep 23:47

Choose a tag to compare

7.3

Issues:

#46 - Refactor reduce Loggers to single common "io.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