[
https://issues.apache.org/jira/browse/CXF-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740031#comment-16740031
]
Freeman Fang commented on CXF-7910:
-----------------------------------
Thanks [~reta]!
Package javax.jws is exported by bundle
{code}
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
{code}
in JDK11 runtime, so need to check the feature in problem has that bundle or
not.
In cxf features, we have
{code}
<bundle start-level="10"
dependency="true">mvn:org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec/1.1.3</bundle>
{code}
for cxf-specs feature, so if cxf-specs feature get installed, then in JDK11 it
should be available in Karaf container.
Freeman
> Change JAX-WS javax to jakarta artifact dependencies
> ----------------------------------------------------
>
> Key: CXF-7910
> URL: https://issues.apache.org/jira/browse/CXF-7910
> Project: CXF
> Issue Type: Task
> Components: JAX-WS Runtime
> Reporter: Dennis Kieselhorst
> Assignee: Dennis Kieselhorst
> Priority: Minor
> Fix For: 3.3.0
>
>
> See https://github.com/eclipse-ee4j/jax-ws-api/issues/46
> According to https://projects.eclipse.org/projects/ee4j.jaxws/ will be
> released on 2018-12-14.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)