[jboss-jira] [JBoss JIRA] (WFLY-11093) WildFly can't be build on Java 11, xts module failure

Rostislav Svoboda (JIRA) issues at jboss.org
Mon Oct 1 10:38:00 EDT 2018


    [ https://issues.jboss.org/browse/WFLY-11093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640775#comment-13640775 ] 

Rostislav Svoboda commented on WFLY-11093:
------------------------------------------

I think the fix is this:

{code}
        <dependency>
            <groupId>org.jboss.spec.javax.xml.ws</groupId>
            <artifactId>jboss-jaxws-api_2.3_spec</artifactId>
-            <scope>test</scope>
+            <scope>provided</scope>
        </dependency>
{code}

> WildFly can't be build on Java 11, xts module failure
> -----------------------------------------------------
>
>                 Key: WFLY-11093
>                 URL: https://issues.jboss.org/browse/WFLY-11093
>             Project: WildFly
>          Issue Type: Bug
>          Components: Server, XTS
>            Reporter: Rostislav Svoboda
>            Assignee: Ondra Chaloupka
>            Priority: Blocker
>              Labels: Java11
>
> WildFly can't be build on Java 11.
> {code}
> [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] /Users/rsvoboda/git/wildfly/xts/target/generated-sources/annotations/org/jboss/as/xts/logging/XtsAsLogger_$logger.java:[11,22] '.' expected
> [ERROR]
> {code}
> After reverting fix for https://issues.jboss.org/browse/WFLY-9455 I can build the server using Java 11.
> https://github.com/wildfly/wildfly/commit/b2674da738af714a05f30464e8495441f67df836#diff-8ef0fcc21eb2eede584c39d6ea11aa75 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list