[JBoss JIRA] (JBIDE-26970) Validator: The annotation @PathParam must define the attribute value
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26970?page=com.atlassian.jira.plugi... ]
Jeff MAURY reassigned JBIDE-26970:
----------------------------------
Assignee: Jeff MAURY
> Validator: The annotation @PathParam must define the attribute value
> --------------------------------------------------------------------
>
> Key: JBIDE-26970
> URL: https://issues.jboss.org/browse/JBIDE-26970
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Affects Versions: 4.13.0.Final
> Reporter: nimo stephan
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.14.0.AM1
>
> 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, 12 months
[JBoss JIRA] (JBIDE-26970) Validator: The annotation @PathParam must define the attribute value
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26970?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26970:
-------------------------------
Affects Version/s: 4.13.0.Final
> Validator: The annotation @PathParam must define the attribute value
> --------------------------------------------------------------------
>
> Key: JBIDE-26970
> URL: https://issues.jboss.org/browse/JBIDE-26970
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Affects Versions: 4.13.0.Final
> Reporter: nimo stephan
> Priority: Major
> Fix For: 4.14.0.AM1
>
> 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, 12 months
[JBoss JIRA] (JBIDE-26970) Validator: The annotation @PathParam must define the attribute value
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26970?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26970:
-------------------------------
Fix Version/s: 4.14.0.AM1
> Validator: The annotation @PathParam must define the attribute value
> --------------------------------------------------------------------
>
> Key: JBIDE-26970
> URL: https://issues.jboss.org/browse/JBIDE-26970
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Affects Versions: 4.13.0.Final
> Reporter: nimo stephan
> Priority: Major
> Fix For: 4.14.0.AM1
>
> 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, 12 months
[JBoss JIRA] (JBIDE-26971) Rename CRC server adapter to CodeReady Containers 1.x
by Jeff MAURY (Jira)
Jeff MAURY created JBIDE-26971:
----------------------------------
Summary: Rename CRC server adapter to CodeReady Containers 1.x
Key: JBIDE-26971
URL: https://issues.jboss.org/browse/JBIDE-26971
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 4.13.0.Final
Reporter: Jeff MAURY
Assignee: André Dietisheim
Fix For: 4.14.0.AM1
Given the pace of CRC releases, we should rename the CRC server adapter from
{code:java}
CodeReady Containers 1.0
{code}
to
{code:java}
CodeReady Containers 1.x
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 12 months