Le 21/12/2015 21:59, Markus Koschany a écrit : > At the moment I don't see a way to fix this in jboss-xnio > or undertow though.
We can workaround this issue by reverting to the compiler plugin 2.5.
Build depending on libmaven-compiler-plugin-2.5-java and adding the
following to the pom works for jboss-xnio:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
</plugin>
</plugins>
</build>

