[jbosstools-issues] [JBoss JIRA] (JBIDE-10115) Remove need for jax-rs-api.jar

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Wed Aug 1 05:20:08 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-10115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Coulon updated JBIDE-10115:
----------------------------------

    Attachment: JBIDE-10115b.patch


Attaching a complementary patch that solves a side effect: Metamodel had no reference to the built-in HttpMethods, so adding a @GET annotation on a method (in the working copy) would not trigger the creation of a JAXRS Resource Method. (It would work correctly when saving the java file, though)
                
> Remove need for jax-rs-api.jar
> ------------------------------
>
>                 Key: JBIDE-10115
>                 URL: https://issues.jboss.org/browse/JBIDE-10115
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: Webservices
>    Affects Versions: 3.3.0.M3
>            Reporter: Xavier Coulon
>            Assignee: Max Rydahl Andersen
>            Priority: Minor
>             Fix For: 3.3.2, 3.4.0.M1
>
>         Attachments: JBIDE-10115.patch, JBIDE-10115b.patch
>
>
> The Eclipse Orbit repository (http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/) contains the JAX-RS API bundled as a plugin, so we could probably remove the jars I've put in the org.jboss.tools.ws.jaxrs projects' /lib folder and just add a dependency on that plugin, which would reduce the SVN size.
> On the other side, it would add an external dependency that devs should grab to avoid compilation errors, and it may have an impact on the build chain (have to confirm that with Nick Boldt)
> WDYT ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list