[
https://issues.apache.org/jira/browse/COLLECTIONS-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16201415#comment-16201415
]
ASF GitHub Bot commented on COLLECTIONS-662:
--------------------------------------------
GitHub user vamsi-kavuri opened a pull request:
https://github.com/apache/commons-collections/pull/30
COLLECTIONS-662 : Override Jacoco version for Java9 compatibility
Overriding Jacoco version fixed the failures in Java 9.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vamsi-kavuri/commons-collections java9_compat
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-collections/pull/30.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #30
----
commit 191826a52a3d77a821d3715cc4074ed6348b6e0a
Author: Kavuri, Vamsi <[email protected]>
Date: 2017-10-12T04:04:10Z
override jacoco version for java9 compatibiltiy
commit 627b825a24eb03fb5d29f2eb5243034bafc12d94
Author: Vamsi <[email protected]>
Date: 2017-10-12T04:05:46Z
Update pom.xml
----
> Build failures when building with Java 9
> ----------------------------------------
>
> Key: COLLECTIONS-662
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-662
> Project: Commons Collections
> Issue Type: Bug
> Reporter: Vamsi
>
> *mvn clean test* fails with following errors when using with java-9
> {code:java}
> Tests in error:
> MapUtilsTest.testgetByteValue:1051 » ServiceConfiguration
> sun.util.locale.prov...
> MapUtilsTest.testgetDoubleValue:956 » ServiceConfiguration
> sun.util.locale.pro...
> MapUtilsTest.testgetFloatValue:974 » ServiceConfiguration
> sun.util.locale.prov...
> MapUtilsTest.testgetIntValue:1012 » ServiceConfiguration
> sun.util.locale.provi...
> MapUtilsTest.testgetLongValue:992 » ServiceConfiguration
> sun.util.locale.provi...
> MapUtilsTest.testgetShortValue:1031 » ServiceConfiguration
> sun.util.locale.pro...
> ListIteratorWrapperTest.testRemove:116 » ServiceConfiguration
> sun.util.locale....
> Tests run: 16088, Failures: 0, Errors: 7, Skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)