Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "PoolRoadMap" page has been changed by SimoneTripodi. http://wiki.apache.org/commons/PoolRoadMap?action=diff&rev1=6&rev2=7 -------------------------------------------------- * s/maxIdle/maxIdlePerKey * s/minIdle/minIdlePerKey + JMX support: + * a UUID has to be assigned each pool to represent multiple pools in a JVM; + * use the UUID to determine exactly which one you're talking about, but use the name when displaying it to the user; + * A resultant ObjectName is like: domain=[optionalProvidedName||org.apache.commons.pool.poolType]:uuid=[uuidValue] + === Pool 3 === This may break API compatibility for implementations of pools but shouldn't affect client code using pools. Mostly the exceptions declared in the interfaces that is no longer needed because of behavior changes in Pool 2 will be removed. This release probably will take advantage of Java 5 (aka: 1.5) features. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org