You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Gary Gregory <gg...@apache.org> on 2018/06/19 21:44:06 UTC

[ANNOUCEMENT] Apache Commons DBCP 2.4.0 Released.

 The Apache Commons DBCP team is pleased to announce the release of Apache
Apache Commons DBCP 2.4.0.

Apache Commons DBCP software implements Database Connection Pooling.

This is a minor release, including bug fixes and enhancements, which you
can download from
http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi

Changes in this version include:


Fixed Bugs:
o DBCP-484:  Connection leak during XATransaction in high load. Thanks to
Emanuel Freitas.
o DBCP-496:  Add support for pooling CallableStatements to the
org.apache.commons.dbcp2.cpdsadapter package. Thanks to Gary Gregory.

Changes:
o DBCP-492:  Drop Ant build. Thanks to Gary Gregory.
o DBCP-491:  Ensure DBCP ConnectionListener can deal with transaction
managers which invoke rollback in a separate thread. Thanks to Zheng Feng,
Gary Gregory.
o DBCP-494:  org.apache.commons.dbcp2.PStmtKey should make copies of given
arrays in constructors. Thanks to Gary Gregory.
o DBCP-495:  Remove duplicate code in
org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS. Thanks to Gary Gregory.
o DBCP-497:  Deprecate use of PStmtKeyCPDS in favor of PStmtKey. Thanks to
Gary Gregory.
o DBCP-498:  org.apache.commons.dbcp2.DataSourceConnectionFactory should
use a char[] instead of a String to store passwords. Thanks to Gary Gregory.
o DBCP-499:  org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory
should use a char[] instead of a String to store passwords. Thanks to Gary
Gregory.
o DBCP-500:  org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS should
use a char[] instead of a String to store passwords. Thanks to Gary Gregory.
o DBCP-501:  org.apache.commons.dbcp2.datasources.CPDSConnectionFactory
should use a char[] instead of a String to store passwords. Thanks to Gary
Gregory.
o DBCP-502:  org.apache.commons.dbcp2.datasources internals should use a
char[] instead of a String to store passwords. Thanks to Gary Gregory.
o DBCP-503:
org.apache.commons.dbcp2.datasources.InstanceKeyDataSourceFactory.closeAll()
does not close all. Thanks to Gary Gregory.


For complete information on Apache Commons DBCP, including instructions on
how to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons DBCP
website:

Re: [ANNOUCEMENT] Apache Commons DBCP 2.4.0 Released.

Posted by Gary Gregory <ga...@gmail.com>.
Dang it!

On Tue, Jun 19, 2018 at 6:05 PM sebb <se...@gmail.com> wrote:

> There are some errors in this announce:
>
> The subject has a spelling error:  ANNOUCEMENT => ANNOUNCEMENT
>
> Also the end of the email seems to be missing, as there is no link to
> the DBCP website
>
> S.
> On 19 June 2018 at 22:44, Gary Gregory <gg...@apache.org> wrote:
> > The Apache Commons DBCP team is pleased to announce the release of Apache
> > Apache Commons DBCP 2.4.0.
> >
> > Apache Commons DBCP software implements Database Connection Pooling.
> >
> > This is a minor release, including bug fixes and enhancements, which you
> can
> > download from
> > http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
> >
> > Changes in this version include:
> >
> >
> > Fixed Bugs:
> > o DBCP-484:  Connection leak during XATransaction in high load. Thanks to
> > Emanuel Freitas.
> > o DBCP-496:  Add support for pooling CallableStatements to the
> > org.apache.commons.dbcp2.cpdsadapter package. Thanks to Gary Gregory.
> >
> > Changes:
> > o DBCP-492:  Drop Ant build. Thanks to Gary Gregory.
> > o DBCP-491:  Ensure DBCP ConnectionListener can deal with transaction
> > managers which invoke rollback in a separate thread. Thanks to Zheng
> Feng,
> > Gary Gregory.
> > o DBCP-494:  org.apache.commons.dbcp2.PStmtKey should make copies of
> given
> > arrays in constructors. Thanks to Gary Gregory.
> > o DBCP-495:  Remove duplicate code in
> > org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS. Thanks to Gary
> Gregory.
> > o DBCP-497:  Deprecate use of PStmtKeyCPDS in favor of PStmtKey. Thanks
> to
> > Gary Gregory.
> > o DBCP-498:  org.apache.commons.dbcp2.DataSourceConnectionFactory should
> use
> > a char[] instead of a String to store passwords. Thanks to Gary Gregory.
> > o DBCP-499:
> org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory
> > should use a char[] instead of a String to store passwords. Thanks to
> Gary
> > Gregory.
> > o DBCP-500:  org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
> should
> > use a char[] instead of a String to store passwords. Thanks to Gary
> Gregory.
> > o DBCP-501:  org.apache.commons.dbcp2.datasources.CPDSConnectionFactory
> > should use a char[] instead of a String to store passwords. Thanks to
> Gary
> > Gregory.
> > o DBCP-502:  org.apache.commons.dbcp2.datasources internals should use a
> > char[] instead of a String to store passwords. Thanks to Gary Gregory.
> > o DBCP-503:
> >
> org.apache.commons.dbcp2.datasources.InstanceKeyDataSourceFactory.closeAll()
> > does not close all. Thanks to Gary Gregory.
> >
> >
> > For complete information on Apache Commons DBCP, including instructions
> on
> > how to submit bug reports,
> > patches, or suggestions for improvement, see the Apache Apache Commons
> DBCP
> > website:
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [ANNOUCEMENT] Apache Commons DBCP 2.4.0 Released.

Posted by sebb <se...@gmail.com>.
There are some errors in this announce:

The subject has a spelling error:  ANNOUCEMENT => ANNOUNCEMENT

Also the end of the email seems to be missing, as there is no link to
the DBCP website

S.
On 19 June 2018 at 22:44, Gary Gregory <gg...@apache.org> wrote:
> The Apache Commons DBCP team is pleased to announce the release of Apache
> Apache Commons DBCP 2.4.0.
>
> Apache Commons DBCP software implements Database Connection Pooling.
>
> This is a minor release, including bug fixes and enhancements, which you can
> download from
> http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
>
> Changes in this version include:
>
>
> Fixed Bugs:
> o DBCP-484:  Connection leak during XATransaction in high load. Thanks to
> Emanuel Freitas.
> o DBCP-496:  Add support for pooling CallableStatements to the
> org.apache.commons.dbcp2.cpdsadapter package. Thanks to Gary Gregory.
>
> Changes:
> o DBCP-492:  Drop Ant build. Thanks to Gary Gregory.
> o DBCP-491:  Ensure DBCP ConnectionListener can deal with transaction
> managers which invoke rollback in a separate thread. Thanks to Zheng Feng,
> Gary Gregory.
> o DBCP-494:  org.apache.commons.dbcp2.PStmtKey should make copies of given
> arrays in constructors. Thanks to Gary Gregory.
> o DBCP-495:  Remove duplicate code in
> org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS. Thanks to Gary Gregory.
> o DBCP-497:  Deprecate use of PStmtKeyCPDS in favor of PStmtKey. Thanks to
> Gary Gregory.
> o DBCP-498:  org.apache.commons.dbcp2.DataSourceConnectionFactory should use
> a char[] instead of a String to store passwords. Thanks to Gary Gregory.
> o DBCP-499:  org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory
> should use a char[] instead of a String to store passwords. Thanks to Gary
> Gregory.
> o DBCP-500:  org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS should
> use a char[] instead of a String to store passwords. Thanks to Gary Gregory.
> o DBCP-501:  org.apache.commons.dbcp2.datasources.CPDSConnectionFactory
> should use a char[] instead of a String to store passwords. Thanks to Gary
> Gregory.
> o DBCP-502:  org.apache.commons.dbcp2.datasources internals should use a
> char[] instead of a String to store passwords. Thanks to Gary Gregory.
> o DBCP-503:
> org.apache.commons.dbcp2.datasources.InstanceKeyDataSourceFactory.closeAll()
> does not close all. Thanks to Gary Gregory.
>
>
> For complete information on Apache Commons DBCP, including instructions on
> how to submit bug reports,
> patches, or suggestions for improvement, see the Apache Apache Commons DBCP
> website:
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org