Nathan Clark created POOL-416:
---------------------------------
Summary: commons-pool2 2.12.0 using commons-parent 62 with invalid
JDK Profile
Key: POOL-416
URL: https://issues.apache.org/jira/browse/POOL-416
Project: Commons Pool
Issue Type: Bug
Reporter: Nathan Clark
The latest version of commons-pool2 (2.12.0) is set to commons-parent version
62 which seems to have a bug in the JDK Profile for 9 or greater.
{code:xml}
profile>
<id>jdk9-compiler</id>
<activation>
<jdk>[9</jdk>
</activation>
{code}
{code:java}
Unable to read the metadata file for artifact
'org.apache.commons:commons-pool2:jar': Invalid JDK version in profile
'jdk9-compiler': Unbounded range: [9 for project
org.apache.commons:commons-parent org.apache.commons:commons-pool2:jar:2.12.0
{code}
I was pulling in commons-pool2 via commons-dbcp2 into my project so to work
around the issue I explicitly set to the version of commons-pool2 to version
2.11.1
I think solution is that commons-pool2 needs the commons-parent version updated
to the latest
--
This message was sent by Atlassian Jira
(v8.20.10#820010)