Skip to content

Releases: jlolling/talendcomp_tDatabaseConnectionPool

Log4J removed and compile error fixed

06 Feb 15:36

Choose a tag to compare

The former (now deleted) release 2.8 has removed Log4J to prevent problems with Talend Runtime but introduced another bug.
The compile (setDebug method is missing) error has been fixed.

Bug fix

29 Jul 19:30

Choose a tag to compare

This release solves the problem: while initializing the pool as test connection will be created to test the configuration but will not be closed.

Improves the behaviour of the pool for large number of connections

13 Dec 21:31

Choose a tag to compare

The max idle parameter will be set to the same value as the max total. This prevents the pool from destroying connections to early.

Talend 6.3.1 compatibility

11 May 21:14

Choose a tag to compare

This release of the database pool components works well with Talend 6.3.1 and 6.4.1
If you have switched to such Talend release - it is absolute necessary to update also these components!

Bug fixes

06 Feb 21:12

Choose a tag to compare

This release contains a number of bug fixes.
The pool is now secure against attempts to establish it multiple times with the same JNDI name.
Closing pool now works also if the pool is not in the same job established.
All pool components are bundled in one archive.

Enabling JMX interface

26 Jan 22:31

Choose a tag to compare

This release enables the JMX interface and contains a not fully tested Oracle edition of the connection pool.