[JBoss JIRA] (JBIDE-26970) Validator: The annotation @PathParam must define the attribute value
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-26970?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-26970:
-------------------------------------
Fix Version/s: 4.14.0.Final
(was: 4.14.0.AM1)
> Validator: The annotation @PathParam must define the attribute value
> --------------------------------------------------------------------
>
> Key: JBIDE-26970
> URL: https://issues.redhat.com/browse/JBIDE-26970
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.13.0.Final
> Reporter: nimo stephan
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.14.0.Final
>
> Attachments: jax-rs-validator.png
>
>
> According to https://developer.jboss.org/en/resteasy/blog/2018/05/29/new-blog, I can define a resource with
> {code:java}
> public String hello(@PathParam String name) {
> ..
> }
> {code}
> instead of
> {code:java}
> public String hello(@PathParam(value="name") String name) {
> ..
> }
> {code}
> when setting the following in pom.xml:
> {code:java}
> <maven.compiler.parameters>true</maven.compiler.parameters>
> {code}
> However, jboss tools validator complains about it as a validator error:
> {code:java}
> The annotation @PathParam must define the attribute value")
> {code}
> and compilation fails.
> So I tried to disable some validators according to JbossPath-Params (see attachement).
> However, the error is still shown in my editor by the validator.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-26973) Update 4.14.0.Final Target Platform (Docker tooling, ...) for 2019-12.GA
by John Steele (Jira)
[ https://issues.redhat.com/browse/JBIDE-26973?page=com.atlassian.jira.plug... ]
John Steele commented on JBIDE-26973:
-------------------------------------
I recently ran into missing dependency error while performing a maven build of the windup-eclipse-plugin:
Missing requirement: org.jboss.tools.windup.runtime 4.3.0.Final requires 'osgi.bundle; com.google.inject 0.0.0' but it could not be found
[~jeffmaury]suggested it might have been removed from the target platform.
My pom is using parent <version>4.14.0.AM1-SNAPSHOT</version>.
> Update 4.14.0.Final Target Platform (Docker tooling, ...) for 2019-12.GA
> ------------------------------------------------------------------------
>
> Key: JBIDE-26973
> URL: https://issues.redhat.com/browse/JBIDE-26973
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: target-platform
> Affects Versions: 4.14.0.AM1
> Reporter: Jeff MAURY
> Assignee: Stephane Bouchet
> Priority: Major
> Fix For: 4.14.0.Final
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months