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

ASF subversion and git services commented on JCLOUDS-1233:
----------------------------------------------------------

Commit 38cb34e123e49d3664b3f5ef24de613a5a24f598 in jclouds's branch 
refs/heads/master from [~andreaturli]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=38cb34e ]

[JCLOUDS-1233] bump jax-rs version


> Bump JAX-RS spec
> ----------------
>
>                 Key: JCLOUDS-1233
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1233
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-core
>    Affects Versions: 2.0.0
>            Reporter: Andrea Turli
>            Assignee: Andrea Turli
>             Fix For: 2.1.0
>
>
> Looking at https://github.com/jclouds/jclouds/blob/master/core/pom.xml, 
> jclouds-core uses:
> {code}
>     <dependency>
>       <groupId>javax.ws.rs</groupId>
>       <artifactId>jsr311-api</artifactId>
>       <version>1.1.1</version>
>     </dependency>
> {code}
> which means that jclouds-core is using JAX-RS 1.x, while we may want to use
> {code}
> <dependency>
>       <groupId>javax.ws.rs</groupId>
>       <artifactId>javax.ws.rs-api</artifactId>
>       <version>2.0.1</version>
>     </dependency>
> {code}
> as javax.ws.rs-api is the official spec jar for the JAX-RS 2.x
> See 
> http://stackoverflow.com/questions/32106428/jaxrs-api-vs-jsr311-api-vs-javax-ws-rs-api-vs-jersey-core



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to