[
https://issues.apache.org/jira/browse/JCLOUDS-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15897580#comment-15897580
]
ASF subversion and git services commented on JCLOUDS-1233:
----------------------------------------------------------
Commit 40d18f2006a1e2111cbb20ee333bd60480cd21f8 in jclouds's branch
refs/heads/2.0.x from [~andreaturli]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=40d18f2 ]
[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)