You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2019/11/13 01:13:00 UTC

[jira] [Updated] (CXF-8148) Address OpenJDK14 build failures

     [ https://issues.apache.org/jira/browse/CXF-8148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko updated CXF-8148:
------------------------------
    Description: 
[https://builds.apache.org/view/C/view/Apache%20CXF/job/CXF-Master-JDK14/91/console]

The issues have been caused by removal of the deprecated 'java.security.acl' package ([https://bugs.openjdk.java.net/browse/JDK-8191138),] which affected only tests. Since multi-release capabilities are not supported yet by Maven Surefire plugin, the test cases with deprecated classes have been moved into 'src/test/java8' folder and run only on for JDKs before 14 (using Maven profile).

  was:https://builds.apache.org/view/C/view/Apache%20CXF/job/CXF-Master-JDK14/91/console


> Address OpenJDK14 build failures
> --------------------------------
>
>                 Key: CXF-8148
>                 URL: https://issues.apache.org/jira/browse/CXF-8148
>             Project: CXF
>          Issue Type: Task
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>            Priority: Minor
>
> [https://builds.apache.org/view/C/view/Apache%20CXF/job/CXF-Master-JDK14/91/console]
> The issues have been caused by removal of the deprecated 'java.security.acl' package ([https://bugs.openjdk.java.net/browse/JDK-8191138),] which affected only tests. Since multi-release capabilities are not supported yet by Maven Surefire plugin, the test cases with deprecated classes have been moved into 'src/test/java8' folder and run only on for JDKs before 14 (using Maven profile).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)