[ 
https://issues.apache.org/jira/browse/MWAR-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15966340#comment-15966340
 ] 

Enrico Olivelli edited comment on MWAR-405 at 4/13/17 1:55 AM:
---------------------------------------------------------------

I can clean up the list and complete the patch.
I have some cycle today.
If you want you can assign this issue to me


was (Author: eolivelli):
I can clean up the list and complete the patch.
I have some cycle today.
If you want you can assign this issue 

> Workaround XStream incompatibility with Java9
> ---------------------------------------------
>
>                 Key: MWAR-405
>                 URL: https://issues.apache.org/jira/browse/MWAR-405
>             Project: Maven WAR Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Enrico Olivelli
>            Assignee: Robert Scholte
>            Priority: Blocker
>
> The problem is that XStreams tries to access "comparator" field of 
> java.util.TreeMap and this is forbidden in Java9
> {code}
> 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
> {code}
> A possibile workaround is to change the initialization of XStreams in a way 
> that only useful converters are registers, thus bypassing the problem



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to