Bonda Pavan Kumar created CMIS-1066:
---------------------------------------
Summary: OpenCMIS Chemistry jars are showing missing class
references on Java 11 build
Key: CMIS-1066
URL: https://issues.apache.org/jira/browse/CMIS-1066
Project: Chemistry
Issue Type: Bug
Components: opencmis-commons
Affects Versions: OpenCMIS 0.13.0
Reporter: Bonda Pavan Kumar
Running a *jdeprscan* on *chemistry-opencmis-commons-impl-0.13.0.jar* throws
the following as missing class references on a Java 11 build. Can these be
validated and supported with any of the latest versions of these jars?
*jdeprscan* output for the above mentioned jar:
error: cannot find class
com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterTubeImpl
error: cannot find class com/sun/xml/ws/api/pipe/helper/AbstractFilterTubeImpl
error: cannot find class com/sun/xml/internal/ws/api/message/Packet
error: cannot find class com/sun/xml/internal/ws/api/message/Message
error: cannot resolve Methodref
org/apache/chemistry/opencmis/commons/impl/tube/AbstractJreWssTube.processResponse:(Lcom/sun/xml/internal/ws/api/message/Packet;)Lcom/sun/xml/internal/ws/api/pipe/NextAction;
error: cannot find class com/sun/xml/internal/ws/api/message/HeaderList
error: cannot find class com/sun/xml/internal/ws/api/WSBinding
error: cannot find class com/sun/xml/internal/ws/api/message/Header
error: cannot find class com/sun/xml/internal/ws/api/SOAPVersion
error: cannot find class com/sun/xml/ws/api/message/Packet
error: cannot resolve Methodref
org/apache/chemistry/opencmis/commons/impl/tube/AbstractWssTube.processResponse:(Lcom/sun/xml/ws/api/message/Packet;)Lcom/sun/xml/ws/api/pipe/NextAction;
error: cannot find class com/sun/xml/ws/api/message/Message
error: cannot find class com/sun/xml/ws/api/message/HeaderList
error: cannot find class com/sun/xml/ws/api/WSBinding
error: cannot find class com/sun/xml/ws/api/message/Header
error: cannot find class com/sun/xml/ws/api/SOAPVersion
error: cannot find class
com/sun/xml/internal/ws/api/pipe/ClientTubeAssemblerContext
error: cannot find class
com/sun/xml/internal/ws/api/pipe/ServerTubeAssemblerContext
error: cannot find class com/sun/xml/internal/ws/api/pipe/TubelineAssembler
error: cannot find class
com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory
error: cannot find class com/sun/xml/ws/api/pipe/ClientTubeAssemblerContext
error: cannot find class com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext
error: cannot find class com/sun/xml/ws/api/pipe/TubelineAssembler
error: cannot find class com/sun/xml/ws/api/pipe/TubelineAssemblerFactory
error: cannot resolve Methodref
org/apache/chemistry/opencmis/commons/impl/tube/AbstractWssTube.processResponse:(Lcom/sun/xml/ws/api/message/Packet;)Lcom/sun/xml/ws/api/pipe/NextAction;
error: cannot find class com/sun/xml/ws/api/message/Headers
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)