[JBoss JIRA] (JBIDE-16343) "Materialize Libraries" is not obvious
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16343?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-16343.
---------------------------------
Resolution: Done
Fair enough :
!http://content.screencast.com/users/fbricon/folders/Jing/media/b7cf94ee-b2c2-4f88-8da9-002a4fbc80e5/copy-JAR-files.png!
> "Materialize Libraries" is not obvious
> --------------------------------------
>
> Key: JBIDE-16343
> URL: https://issues.jboss.org/browse/JBIDE-16343
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: maven
> Affects Versions: 4.2.0.Alpha1
> Reporter: Mickael Istria
> Assignee: Fred Bricon
> Priority: Minor
> Fix For: 4.2.0.Alpha2
>
>
> While looking at [~fbricon] doing a demo I (and [~FroMage] and [~xcoulon]) felt that "Materialize Libraries" is not a clear name for what it does.
> Why not renaming it to "Copy libraries into Project..." or "Turn into Libraries inside project..." ?
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-16433) Bump Webservices to version 1.5.2 for JBT 4.1.2
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16433?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-16433:
----------------------------------
Description:
Bump version to prepare maintenance release with a few patches
{code}
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.5.2-SNAPSHOT
{code}
was:Bump version to prepare maintenance release with a few patches
> Bump Webservices to version 1.5.2 for JBT 4.1.2
> -----------------------------------------------
>
> Key: JBIDE-16433
> URL: https://issues.jboss.org/browse/JBIDE-16433
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.1.2.CR1
>
>
> Bump version to prepare maintenance release with a few patches
> {code}
> mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.5.2-SNAPSHOT
> {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
12 years, 5 months
[JBoss JIRA] (JBIDE-16433) Bump Webservices to version 1.5.2 for JBT 4.1.2
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16433?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-16433:
----------------------------------
Description:
Bump version to prepare maintenance release with a few patches by running:
{code}
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.5.2-SNAPSHOT
{code}
was:
Bump version to prepare maintenance release with a few patches
{code}
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.5.2-SNAPSHOT
{code}
> Bump Webservices to version 1.5.2 for JBT 4.1.2
> -----------------------------------------------
>
> Key: JBIDE-16433
> URL: https://issues.jboss.org/browse/JBIDE-16433
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.1.2.CR1
>
>
> Bump version to prepare maintenance release with a few patches by running:
> {code}
> mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.5.2-SNAPSHOT
> {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
12 years, 5 months
[JBoss JIRA] (JBIDE-16328) Buglets in JaxrsResourceMethodValidatorDelegate.validatePublicModifierOnJavaMethod()
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16328?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-16328:
--------------------------------
Assignee: Xavier Coulon (was: Fred Bricon)
> Buglets in JaxrsResourceMethodValidatorDelegate.validatePublicModifierOnJavaMethod()
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-16328
> URL: https://issues.jboss.org/browse/JBIDE-16328
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Final
> Environment: Eclipse 4.3.1 EE bundle + JBoss Tools 4.1.1
> Reporter: Thomas Maslen
> Assignee: Xavier Coulon
> Priority: Minor
> Fix For: 4.1.2.CR1, 4.2.0.Alpha2
>
>
> JAX-RS resource methods are often declared in classes, but it is also valid to declare them in interfaces. Methods in classes have to be explicitly declared public (and that's what this validator method checks for -- good), but methods in Java interfaces are implicitly public; explicitly writing "public" just adds clutter.
> The JAX-RS validator does discover resource methods in interfaces and validates them (good), but if the methods aren't explicitly labelled public then a couple of minor bugs surface in this validator method:
> (1) It adds a RESOURCE_METHOD_NO_PUBLIC_MODIFIER problem marker, and
> (2) The Description that's displayed for the marker is "The method '{0}' should be public.", i.e. the "{0}" isn't replaced with a method name
> (Yes, I can certainly dodge this by changing the "Missing 'public' method modifier" preference from Warning to Ignore, but I'm definitely a fan of having the validators there to save me from myself).
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-16264) @PathParam with hyphen in value shows as JAX-RS error
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16264?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-16264:
--------------------------------
Assignee: Xavier Coulon (was: Fred Bricon)
> @PathParam with hyphen in value shows as JAX-RS error
> -----------------------------------------------------
>
> Key: JBIDE-16264
> URL: https://issues.jboss.org/browse/JBIDE-16264
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.CR1
> Reporter: Jim Boettcher
> Assignee: Xavier Coulon
> Priority: Minor
> Fix For: 4.1.2.CR1, 4.2.0.Alpha2
>
>
> if I have a method like:
> @GET
> @Path("/rule/{rule-file-name}")
> public byte[] getRuleSet(@PathParam("rule-file-name") String ruleSetName)
> I get the error:
> @PathParam value 'rule-file-name' does not match any @Path annotation template parameters of the java method and the enclosing java type.
> If I remove the hyphens from "rule-file-name" the error goes away.
> However the hyphen should be allowed.
--
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
12 years, 5 months