[JBoss JIRA] (JBIDE-12723) Bump seam 2.3 version
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-12723:
----------------------------------------
Summary: Bump seam 2.3 version
Key: JBIDE-12723
URL: https://issues.jboss.org/browse/JBIDE-12723
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: maven
Affects Versions: 4.0.0.Alpha2
Reporter: Rastislav Wagner
Assignee: Fred Bricon
Fix For: 3.3.2, 4.0.0.Beta1
Seam 2.3 Final was released
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12712) Unable to install Tycho Configurator
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-12712:
----------------------------------------
Summary: Unable to install Tycho Configurator
Key: JBIDE-12712
URL: https://issues.jboss.org/browse/JBIDE-12712
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Reporter: Rastislav Wagner
Assignee: Fred Bricon
Priority: Critical
{code}
Operation details
Cannot complete the install because one or more required items could not be found.
Software being installed: Tycho Project Configurators 0.6.0.201112050222 (org.sonatype.tycho.m2e.feature.feature.group 0.6.0.201112050222)
Missing requirement: Tycho Project Configurators 0.6.0.201112050222 (org.sonatype.tycho.m2e 0.6.0.201112050222) requires 'bundle org.eclipse.m2e.core [1.0.0,1.2.0)' but it could not be found
Cannot satisfy dependency:
From: Tycho Project Configurators 0.6.0.201112050222 (org.sonatype.tycho.m2e.feature.feature.group 0.6.0.201112050222)
To: org.sonatype.tycho.m2e [0.6.0.201112050222]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-10239) Support JAX-RS Path/PathParam refactoring
by Xavier Coulon (Created) (JIRA)
Support JAX-RS Path/PathParam refactoring
-----------------------------------------
Key: JBIDE-10239
URL: https://issues.jboss.org/browse/JBIDE-10239
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Webservices
Affects Versions: 3.3.0.M4
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Priority: Minor
When refactoring code like the one below:
{code}
@GET
@Path("{id}")
public Response getCustomer(@PathParam("id") Integer id, @Context UriInfo uriInfo) {
ResponseBuilder responseBuilder = Response.ok().entity(null);
return responseBuilder.build();
}
{code)
If changing the 'id' name of the first parameter, the user may also want to rename the @PathParam and @Path values to keep the consistency.
--
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
13 years, 4 months