[jboss-jira] [JBoss JIRA] (WFLY-2072) Build controller-client module and its dependencies for JDK 6

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Oct 9 13:35:02 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker reopened WFLY-2072:
-------------------------------



re-opening due to failing tests that show xnio has an API requirement on java7. 

java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
        at org.xnio.ssl.JsseXnioSsl.<init>(JsseXnioSsl.java:81)
        at org.xnio.Xnio.getSslProvider(Xnio.java:221)
        at org.jboss.remoting3.remote.RemoteConnectionProvider.connect(RemoteConnectionProvider.java:188)
        at org.jboss.remoting3.EndpointImpl.doConnect(EndpointImpl.java:296)
        at org.jboss.remoting3.EndpointImpl.doConnect(EndpointImpl.java:251)
        at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:349)
        at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:337)

                
> Build controller-client module and its dependencies for JDK 6
> -------------------------------------------------------------
>
>                 Key: WFLY-2072
>                 URL: https://issues.jboss.org/browse/WFLY-2072
>             Project: WildFly
>          Issue Type: Task
>          Components: Domain Management
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Critical
>             Fix For: 8.0.0.Beta1
>
>
> WildFly is built for JDK 7, but the controller-client lib and its dependencies within the WF codebase do not need JDK 7 features and should be built with source and compile targets set to JDK 6. This will help prevent the need for running a different management client for WF 8 vs AS7/EAP6 due to the need to support JDK for the the latter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list