[JBoss JIRA] (JBIDE-12336) org.jboss.ide.eclipse.archives.core bundles some old/obselete jars
by Gerard Ryan (JIRA)
Gerard Ryan created JBIDE-12336:
-----------------------------------
Summary: org.jboss.ide.eclipse.archives.core bundles some old/obselete jars
Key: JBIDE-12336
URL: https://issues.jboss.org/browse/JBIDE-12336
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Archives
Environment: Fedora
Reporter: Gerard Ryan
Assignee: Rob Stryker
As detailed on the jbosstools-dev mailing list[1], I'm packaging JBoss Tools for Fedora, and the bundled jars in the lib/ directory of the org.jboss.ide.eclipse.archives.core plugin are causing me some trouble.
The root of the issue is that Fedora packages disallow bundled dependencies; and when new packages are being created, only the latest version of the software must be packaged. This was not too much of a problem for the truezip dependency, even though some things did need to be changed for it, as detailed in the truezip migration from v6 to v7 guide[2].
It didn't work so well for the jbossxb dependency, however. jbossxb hasn't seen any activity in quite a while, and it depends on the seemingly obselete (this may not be the best description) jboss-reflect. jboss-reflect, in its current state, cannot be included in Fedora for reasons listed in the review for the package that I proposed for it[3].
I'm trying to find the optimal solution to this problem. What I would really like to know from the JBoss Tools perspective is: How crucial to this plugin is jbossxb? Is there anything else that would work as a dropin replacement, or any other workaround possible? Since development of jbossxb seems dormant, not having to package it for Fedora would be the best solution for me. I realise that it may be necessary though, but I thought I would bring it up here, before I go looking for the jbossxb developers, in case my best case scenario is a possibility!
Thanks in advance for any insight/help you can provide! :)
[1] http://lists.jboss.org/pipermail/jbosstools-dev/2012-July/005548.html
[2] http://truezip.java.net/migration.html
[3] https://bugzilla.redhat.com/show_bug.cgi?id=836404
--
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, 5 months
[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, 5 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, 5 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, 5 months