GitHub user eolivelli reopened a pull request:

    https://github.com/apache/maven-plugins/pull/112

    MWAR-405  Workaround XStream incompatibility with Java9

    This is a proof-of-concept implementation of a possible way to word-around 
the actual incompatibility of xstreams default converters with java9.
    As the maven-war-plugin does not need all of the converters (like 
TreeMapConverter which is the primary cause of the issue) we can just register 
only the needed ones and bypass the java9 issue
    
    see
    
        Caused by: java.lang.reflect.InaccessibleObjectException: Unable to 
make field private final java.util.Comparator java.util.TreeMap.comparator 
accessible: module java.base does not "opens java.util" to unnamed module
        Happens while initializing 
org.apache.maven.plugins.war.util.WebappStructureSerializer
    
    at
    https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw
    
    this PR is just a proof-of-concept, there is an email thread on the dev 
list. If the idea is accepted I will submit a JIRA and official PR (some code 
cleanup is needed at least)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/eolivelli/maven-plugins 
maven-war-plugin-easy-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-plugins/pull/112.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 #112
    
----
commit d26db922d07425eb74d0cf1b42c1234f6953cd96
Author: eolivelli <[email protected]>
Date:   2017-04-11T08:07:36Z

    Load only useful XStream converters

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to