[
https://issues.apache.org/jira/browse/JCLOUDS-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Turli updated JCLOUDS-1233:
----------------------------------
Description:
Looking at
{quote}
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
</dependency>
{quote}
seems 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
was:
Looking at
https://github.com/andreaturli/jclouds/blob/d2907054194453f478ea0bf5a2bd4d7802a5ed50/core/pom.xml#L47-L51
seems 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
> 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.0.1
>
>
> Looking at
> {quote}
> <dependency>
> <groupId>javax.ws.rs</groupId>
> <artifactId>jsr311-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> {quote}
> seems 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)