Bug 62458 - Upgrade commons-pool2 classes to next release ( > 2.5.0 )
Summary: Upgrade commons-pool2 classes to next release ( > 2.5.0 )
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Util (show other bugs)
Version: 8.5.x-trunk
Hardware: PC All
: P2 major with 5 votes (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-15 08:12 UTC by olivier.letiec
Modified: 2018-06-19 11:33 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description olivier.letiec 2018-06-15 08:12:55 UTC
tomcat-dbcp.jar embeds commons-pool-2.5.0 classes
(org.apache.tomcat.dbcp.pool2.*)
(maybe through commons-dbcp-2.2.0 classes)

There is a memory leak, fixed in commons-pool:
https://issues.apache.org/jira/browse/POOL-337
but not yet released.

This bug is tracked in commons-dbcp, unfixed for now:
https://issues.apache.org/jira/browse/DBCP-493

This leak needs merging toward tomcat distribution when released.
Comment 1 Mark Thomas 2018-06-18 21:07:03 UTC
Fixed in trunk for 9.0.9 onwards. Back-ports to follow.
Comment 2 Mark Thomas 2018-06-19 11:33:08 UTC
Fixed in:
- 8.5.x for 8.5.32 onwards
- 8.0.x for 8.0.53 onwards