Bug 812774

Summary: Missing dependency org.jboss.resteasy:jaxrs-api for org.jboss.resteasy:resteasy-jaxrs
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Karel Piwko <kpiwko>
Component: unspecifiedAssignee: Karel Piwko <kpiwko>
Status: CLOSED CURRENTRELEASE QA Contact: Karel Piwko <kpiwko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.0.0.ER3CC: myarboro
Target Milestone: ---   
Target Release: 2.0.0.ER6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-22 11:33:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Karel Piwko 2012-04-16 08:09:06 UTC
Tracking bug for non-complete dependency tree for RESTEasy-jaxrs.

Although RESTEasy is not a part of WFK testing effort, we reuse this project to test Hibernate Search.

Comment 1 JBoss JIRA Server 2012-04-19 20:04:04 UTC
Shelly McGowan <smcgowan> made a comment on jira JBPAPP-8716

It is intentional to use the org.jboss.spec APIs for the products.   So this is fixed on the product side (AS7-212).

Comment 2 JBoss JIRA Server 2012-04-23 23:35:42 UTC
Bill Burke <bill> made a comment on jira RESTEASY-695

I thought the Resteasy project was going to own the API code/jar?  This is important IMO.  Is this just a name change you want?

Comment 3 JBoss JIRA Server 2012-04-24 11:39:00 UTC
Karel Piwko <kpiwko> made a comment on jira RESTEASY-695

According to the related EAP issue, I'm convinced that it is not necessary to have fixed on the community side. 

It is enough if Resteasy in EAP uses org.jboss.spec API instead of community bundled one. 
Feel free to reject if you don't want to depend on spec API in community.

Comment 4 JBoss JIRA Server 2012-04-24 13:07:46 UTC
Weinan Li <weli> made a comment on jira RESTEASY-695

The jboss-jaxrs-api_1.1_spec should be used in EAP instead of in community project.

Comment 5 JBoss JIRA Server 2012-04-24 14:36:36 UTC
Bill Burke <bill> made a comment on jira RESTEASY-695

IMO, EAP should not use jboss-jaxrs-api_1.1_spec.  Resteasy should own this library as spec implementations may have to be resteasy specific. But, you guys do whatever you want...You tend to do that anyways...

For example, I think I had to change implementation classloading code from the code provided by Oracle.

Comment 6 JBoss JIRA Server 2012-04-24 14:36:56 UTC
Bill Burke <bill> updated the status of jira RESTEASY-695 to Closed

Comment 7 JBoss JIRA Server 2012-04-24 14:36:56 UTC
Bill Burke <bill> made a comment on jira RESTEASY-695

Resteasy should own the specification API.

Comment 8 JBoss JIRA Server 2012-04-25 09:02:11 UTC
Vladimir Dosoudil <dosoudil> made a comment on jira JBPAPP-8716

Added [relocation of jaxrs-api|http://git.app.eng.bos.redhat.com/?p=jboss/jboss-component-management.git;a=commit;h=857f1c1405cd11108cff259bb571816c25daf38f] to JBoss Component Management.
Please wait with rebuilding EAP BOMs and resteasy until ER6 released!

Comment 9 JBoss JIRA Server 2012-04-25 14:43:04 UTC
David Lloyd <david.lloyd> made a comment on jira JBPAPP-8716

EAP must use the same API as community.  If EAP requires a different API JAR, for some technical reason, then the change should be made in community first.

Comment 10 JBoss JIRA Server 2012-04-25 15:05:24 UTC
Jason Greene <jason.greene> made a comment on jira JBPAPP-8716

There was a recent discussion on the core about this. Bill wants to maintain his own version of the RestEASY APIs. We override this in AS (and EAP) to point to: org.jboss.spec.javax.ws.rs

Comment 11 JBoss JIRA Server 2012-04-25 15:05:48 UTC
Jason Greene <jason.greene> made a comment on jira JBPAPP-8716

There was a recent discussion on the core about this. Bill wants to maintain his own version of the JAX-RS APIs in RESTEasy. We override this in AS (and EAP) to point to: org.jboss.spec.javax.ws.rs

Comment 12 JBoss JIRA Server 2012-05-02 15:15:08 UTC
Weinan Li <weli> made a comment on jira JBPAPP-8716

RESTEasy 2.2.3-redhat-1 will fix this one, which will goes into ER7.

Comment 13 Karel Piwko 2012-05-11 15:33:33 UTC
This will be fixed in EAP6 ER8.

Comment 14 JBoss JIRA Server 2012-05-16 21:46:41 UTC
Paul Gier <pgier> updated the status of jira JBPAPP-8716 to Resolved

Comment 15 JBoss JIRA Server 2012-05-16 21:46:41 UTC
Paul Gier <pgier> made a comment on jira JBPAPP-8716

ER8 includes resteasy 2.3.3.Final-redhat-1

Comment 16 Karel Piwko 2012-05-22 06:28:00 UTC
Rescheduled to WFK 2.0.0.ER6, external dependency on EAP 6.0.0.ER8.

Comment 17 JBoss JIRA Server 2012-06-04 10:34:29 UTC
Karel Piwko <kpiwko> made a comment on jira JBPAPP-8716

This was fixed by replacing with 

<dependency>
    <groupId>org.jboss.spec.javax.ws.rs</groupId>
    <artifactId>jboss-jaxrs-api_1.1_spec</artifactId>
    <version>1.0.1.Final</version>
</dependency>

Comment 18 JBoss JIRA Server 2012-06-04 10:34:40 UTC
Karel Piwko <kpiwko> updated the status of jira JBPAPP-8716 to Closed

Comment 19 Karel Piwko 2012-06-04 11:10:38 UTC
Verified in EAP ER8.

Comment 20 Karel Piwko 2012-06-22 11:33:44 UTC
This is in upstream issue in EAP. Closing as currentrelease.