]
James Perkins updated WFLY-11092:
---------------------------------
Fix Version/s: 15.0.0.Final
XtsAsLogger doesn't compile on JDK11, WildFly can't be build
on Java 11
-----------------------------------------------------------------------
Key: WFLY-11092
URL:
https://issues.jboss.org/browse/WFLY-11092
Project: WildFly
Issue Type: Bug
Components: Server, XTS
Environment: {noformat}
java version "11" 2018-09-25
Java(TM) SE Runtime Environment 18.9 (build 11+28)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11+28, mixed mode)
{noformat}
Reporter: Petr Kremensky
Assignee: Ondra Chaloupka
Priority: Blocker
Labels: Java11
Fix For: 15.0.0.Beta1, 15.0.0.Final
Compilation failure on JDK 11 introduced by
https://github.com/wildfly/wildfly/pull/11702
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project
wildfly-xts: Compilation failure
[ERROR]
/home/pkremens/devel/wildfly/xts/target/generated-sources/annotations/org/jboss/as/xts/logging/XtsAsLogger_$logger.java:[11,22]
'.' expected
{noformat}