[jbosstools-issues] [JBoss JIRA] (JBIDE-13003) No support for inheritance in JAX-RS API scan

Jeff MAURY (JIRA) issues at jboss.org
Wed Apr 18 12:15:22 EDT 2018


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

Jeff MAURY updated JBIDE-13003:
-------------------------------
    Fix Version/s: 4.6.x
                       (was: 4.5.x)


> No support for inheritance in JAX-RS API scan
> ---------------------------------------------
>
>                 Key: JBIDE-13003
>                 URL: https://issues.jboss.org/browse/JBIDE-13003
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: webservices
>    Affects Versions: 4.0.0.Alpha1, 4.0.0.Alpha2
>            Reporter: Ron Ratovsky
>            Assignee: Xavier Coulon
>              Labels: jax-rs
>             Fix For: 4.6.x
>
>
> Assume:
> class BaseRest {
> 	@POST
> 	public Response save(Object o) {
> 		....
> 	}
> }
> @Path("/url")
> class RealRest extends BaseRest {}
> The JAX-RS tools won't add a "POST /url" entry to the JAX-RS calls overview.
> While not tested (due to another bug) - they may also apply to definitions of @PathParam's in the parent class.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list