You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2018/08/29 15:50:00 UTC

[jira] [Commented] (JOHNZON-174) Apply Portable Java Contracts to all spec dependencies

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

Mark Struberg commented on JOHNZON-174:
---------------------------------------

Raymond, do you mind to ship a patch or PR? txs!

> Apply Portable Java Contracts to all spec dependencies
> ------------------------------------------------------
>
>                 Key: JOHNZON-174
>                 URL: https://issues.apache.org/jira/browse/JOHNZON-174
>             Project: Johnzon
>          Issue Type: Improvement
>          Components: JAX-RS, JSON-B
>            Reporter: Raymond Augé
>            Priority: Major
>             Fix For: 1.1.9
>
>
> If you look at the package imports for johnzon-jaxrs:
> {code}
>   javax.ws.rs                            {version=[2.0,3)}
>   javax.ws.rs.core                       {version=[2.0,3)}
>   javax.ws.rs.ext                        {version=[2.0,3)}
> {code}
> and those from johnzon-jsonb:
> {code}
>   javax.ws.rs                            {version=[1.1,2), resolution:=optional}
>   javax.ws.rs.core                       {version=[1.1,2), resolution:=optional}
>   javax.ws.rs.ext                        {version=[1.1,2), resolution:=optional}
> {code}
> You'll notice that they have mutually exclusive version ranges.



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