[jbossws-issues] [JBoss JIRA] (JBWS-4133) Deal with java.security.acl classes being removed in Java 12

r searls (Jira) issues at jboss.org
Tue Apr 2 16:27:05 EDT 2019


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

r searls commented on JBWS-4133:
--------------------------------

There are a handful of classes that import one or both of following security APIs 
deprecated in jdk-9.
  java.security.acl.Group
  java.security.Principal

Both of these classes are used as building blocks (i.e input and output parameters)
to apache classes which jbossws-cxf uses.
  org.apache.cxf.security.SecurityContext
  org.apache.cxf.common.security.SimplePrincipal
  org.apache.cxf.interceptor.security.DefaultSecurityContext

Because of this we need to wait until cxf changes their classes before we
make corresponding changes to jbossws-cxf.

Sean Mullan states in https://issues.apache.org/jira/browse/CXF-7815
 in a 7/Nov18 comment ... they are deferring removal of java.security.acl 
 APIs to jdk-13

cxf-3.3.1 has no changes on this issue.  We should wait on CXF.


> Deal with java.security.acl classes being removed in Java 12
> ------------------------------------------------------------
>
>                 Key: JBWS-4133
>                 URL: https://issues.jboss.org/browse/JBWS-4133
>             Project: JBoss Web Services
>          Issue Type: Bug
>          Components: jbossws-cxf
>            Reporter: Alessio Soldano
>            Assignee: r searls
>            Priority: Major
>             Fix For: jbossws-cxf-5.3.0.Final
>
>
> See https://issues.apache.org/jira/browse/CXF-7815 / https://bugs.openjdk.java.net/browse/JDK-8191138 .
> We also make direct use of Group in our SubjectCreatingInterceptors, which are extensions of CXF ones.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jbossws-issues mailing list