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 2018/07/12 01:31:00 UTC

[jira] [Comment Edited] (CXF-7741) ensure we can build CXF with JDK11

    [ https://issues.apache.org/jira/browse/CXF-7741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540976#comment-16540976 ] 

Andriy Redko edited comment on CXF-7741 at 7/12/18 1:30 AM:
------------------------------------------------------------

[~ffang] I struggled to find the right `javax.activation-api` package, since there are too many, but I think we should use this artifact
{code:java}
<dependency>
    <groupId>javax.activation</groupId>
    <artifactId>javax.activation-api</artifactId>
    <version>1.2.0</version>
</dependency>{code}
For implementation:
{code:java}
<dependency>
    <groupId>com.sun.activation</groupId>
    <artifactId>javax.activation</artifactId>
    <version>1.2.0</version>
</dependency>{code}
Which comes with JAXB 2.3.0. Make sense? Thanks!


was (Author: reta):
[~ffang] I struggled to find the right `javax.activation-api` package, since there are too many, but I think we should use this artifact
{code:java}
  <dependency>
    <groupId>javax.activation</groupId>
    <artifactId>javax.activation-api</artifactId>
    <version>1.2.0</version>
</dependency>{code}
Which comes with JAXB 2.3.0. Make sense? Thanks!

> ensure we can build CXF with JDK11
> ----------------------------------
>
>                 Key: CXF-7741
>                 URL: https://issues.apache.org/jira/browse/CXF-7741
>             Project: CXF
>          Issue Type: Task
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: CXF-7741.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)