[JBoss JIRA] (JBIDE-26970) Validator: The annotation @PathParam must define the attribute value
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-26970?page=com.atlassian.jira.plug... ]
Ondrej Dockal closed JBIDE-26970.
---------------------------------
> 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.16.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-27002) Quarkus Wizard: Extension selection scrolling is buggy
by Oleksii Korniienko (Jira)
[ https://issues.redhat.com/browse/JBIDE-27002?page=com.atlassian.jira.plug... ]
Oleksii Korniienko commented on JBIDE-27002:
--------------------------------------------
On Linux is the same as on Windows.
> Quarkus Wizard: Extension selection scrolling is buggy
> ------------------------------------------------------
>
> Key: JBIDE-27002
> URL: https://issues.redhat.com/browse/JBIDE-27002
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.AM1
> Reporter: Josef Kopriva
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.0.Final
>
> Attachments: image-2020-01-15-14-52-13-604.png, image-2020-01-15-14-56-59-329.png
>
>
> This is follow up of JBIDE-26985:
> * Scrolling does not work, when you resize the window:
> !image-2020-01-15-14-52-13-604.png|thumbnail!
> * On Mac(and probably other systems) there are some non working scrollbars:
> !image-2020-01-15-14-56-59-329.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27287) Add reporting to odo experience
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27287?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-27287.
---------------------------------
Closing, Usage is reported to analytics.
> Add reporting to odo experience
> -------------------------------
>
> Key: JBIDE-27287
> URL: https://issues.redhat.com/browse/JBIDE-27287
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.15.0.Final
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.0.AM1
>
>
> Add reporting to the odo based developer experience.
> The following info will be reported:
> * create component: component type, success/failure
> * create service: service template, success/failure
> * create storage: size, success/failure
> * create url: secure, success/failure
> * login: counter
> * logout: counter
> * push/watch: counter
> * debug: counter
> * link: counter
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months