[
https://issues.apache.org/jira/browse/POOL-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16492081#comment-16492081
]
Gary Gregory edited comment on POOL-338 at 5/27/18 4:19 PM:
------------------------------------------------------------
Setting to {{Resolved}}: Committed to git master patch
[^commons-pool-2.6.0.patch]
Note that we are going from version 2.5.0 to 2.6.0 since we've added new public
APIs. There will not be a 2.5.1 (as of now.)
[~mcgitty]: Please verify and close if appropriate.
Thank you,
Gary
was (Author: garydgregory):
Setting to {{Resolved}}: Committed to git master patch
[^commons-pool-2.6.0.patch]
Note that we are going from version 2.5.0 to 2.6.0 since we've added new public
APIs.
[~mcgitty]: Please verify and close if appropriate.
Thank you,
Gary
> GenericObjectPool constructor may throw an exception under OSGi
> ---------------------------------------------------------------
>
> Key: POOL-338
> URL: https://issues.apache.org/jira/browse/POOL-338
> Project: Commons Pool
> Issue Type: Bug
> Affects Versions: 2.4.2, 2.4.3, 2.5.0
> Environment: Java 8, Liferay DXP (an OSGi environment).
> Reporter: Michael C
> Assignee: Gary Gregory
> Priority: Major
> Fix For: 2.6.0
>
> Attachments: commons-pool-2.5.1.patch, commons-pool-2.6.0.patch,
> commons-pool-gg.patch, commons-pool-mc.patch
>
>
> Version 2.4.3 GenericObjectPool constructor throws this exception:
> {{java.lang.IllegalArgumentException:
> [org.apache.commons.pool2.impl.DefaultEvictionPolicy] does not implement
> EvictionPolicy}}
> {{ at
> org.apache.commons.pool2.impl.BaseGenericObjectPool.setEvictionPolicyClassName(BaseGenericObjectPool.java:618)}}
> {{ at
> org.apache.commons.pool2.impl.GenericObjectPool.setConfig(GenericObjectPool.java:318)}}
> {{ at
> org.apache.commons.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:115)}}
> {{ at
> org.apache.commons.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:88)}}
>
> Version 2.5.0 throws the same exception. Version 2.4.2 or older's
> setEvictionPolicyClassName method fail silently for the same reason. This
> line in BaseGenericObjectPool evaluates to false for all versions:
> {{ if (policy instanceof EvictionPolicy<?>) {}}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)