[JBoss JIRA] (JBIDE-26970) Validator: The annotation @PathParam must define the attribute value
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-26970?page=com.atlassian.jira.plug... ]
Jeff MAURY commented on JBIDE-26970:
------------------------------------
This error is not generated by JBoss Tools but rather by JDT.
> 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-26682) Configure trigger for new openstack rhel image and have our image-provisioning job automated
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-26682?page=com.atlassian.jira.plug... ]
Ondrej Dockal updated JBIDE-26682:
----------------------------------
Sprint: devex #179 Jan/Feb 2020, devex #180 Feb/Mar 2020, devex #182 Apr 2020, devex #183 May 2020, devex #186 July 2020 (was: devex #179 Jan/Feb 2020, devex #180 Feb/Mar 2020, devex #182 Apr 2020, devex #183 May 2020)
> Configure trigger for new openstack rhel image and have our image-provisioning job automated
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-26682
> URL: https://issues.redhat.com/browse/JBIDE-26682
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: qa
> Affects Versions: 4.16.x
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Major
> Fix For: 4.16.0.AM1
>
>
> Find out openstack rhel image UMB message that is sent after image is built, trigger provisioning job and prepare proper configured rhel base image.
> * find out umb message
> * set up the job with the trigger
> * prepare universal jenkins template for the image
> * assure verification of the image before saving
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27323) Installing all SW from central throws multiple dependency errors in Studio/Tools with openjdk 1.8
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-27323?page=com.atlassian.jira.plug... ]
Ondrej Dockal resolved JBIDE-27323.
-----------------------------------
Fix Version/s: 4.16.0.AM1
Resolution: Cannot Reproduce
> Installing all SW from central throws multiple dependency errors in Studio/Tools with openjdk 1.8
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-27323
> URL: https://issues.redhat.com/browse/JBIDE-27323
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.16.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Stephane Bouchet
> Priority: Major
> Fix For: 4.16.0.AM1
>
> Attachments: Screenshot_20200622_120608.png, eclipse-tools.log
>
>
> Installing all SW from central with enabled early access in BYOE scenario (including eclipse-jee 2020-06 R and JBoss Tools installed from staging update site for 4.16.0.AM1) ended up with many errors.
>
> ie.:
> {code}
> eclipse.buildId=12.16.0.AM1-v20200619-0713-B6514eclipse.buildId=12.16.0.AM1-v20200619-0713-B6514java.version=1.8.0_252java.vendor=Oracle CorporationBootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_USFramework arguments: -product com.jboss.devstudio.core.productCommand-line arguments: -data file:/home/odockal/workspace_12160AM1-B6514/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.springframework.ide.eclipse.wizardErrorMon Jun 22 11:57:00 CEST 2020FrameworkEvent ERROR
> org.osgi.framework.BundleException: Could not resolve module: org.springframework.ide.eclipse.wizard [1477] Unresolved requirement: Require-Bundle: org.springsource.ide.eclipse.commons.gettingstarted; bundle-version="3.5.0"; resolution:="optional" Unresolved requirement: Require-Bundle: org.springsource.ide.eclipse.commons.browser; bundle-version="[3.5.0,4.0.0)"; resolution:="optional" Unresolved requirement: Require-Bundle: org.springframework.ide.eclipse.quickfix -> Bundle-SymbolicName: org.springframework.ide.eclipse.quickfix; bundle-version="3.9.12.202003180620-RELEASE"; singleton:="true" org.springframework.ide.eclipse.quickfix [1469] No resolution report for the bundle. Bundle was not resolved because of a uses constraint violation. org.apache.felix.resolver.reason.ReasonException: Uses constraint violation. Unable to resolve resource org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.9.12.202003180620-RELEASE"; singleton:="true"] because it is exposed to package 'javax.annotation' from resources org.eclipse.osgi [osgi.identity; type="osgi.bundle"; version:Version="3.15.300.v20200520-1959"; osgi.identity="org.eclipse.osgi"; singleton:="true"] and javax.annotation [osgi.identity; type="osgi.bundle"; version:Version="1.3.5.v20200504-1837"; osgi.identity="javax.annotation"] via two dependency chains.
> Chain 1: org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.9.12.202003180620-RELEASE"; singleton:="true"] require: (osgi.wiring.bundle=org.eclipse.core.runtime) | provide: osgi.wiring.bundle: org.eclipse.core.runtime org.eclipse.osgi [osgi.identity; type="osgi.bundle"; version:Version="3.15.300.v20200520-1959"; osgi.identity="org.eclipse.osgi"; singleton:="true"]
> Chain 2: org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.9.12.202003180620-RELEASE"; singleton:="true"] require: (osgi.wiring.bundle=org.springframework.context) | provide: osgi.wiring.bundle; bundle-version:Version="4.3.23.20190313-CI"; osgi.wiring.bundle="org.springframework.context" org.springframework.context [osgi.identity; osgi.identity="org.springframework.context"; type="osgi.bundle"; version:Version="4.3.23.20190313-CI"] import: (&(osgi.wiring.package=javax.annotation)(version>=0.0.0)) | export: osgi.wiring.package: javax.annotation javax.annotation [osgi.identity; type="osgi.bundle"; version:Version="1.3.5.v20200504-1837"; osgi.identity="javax.annotation"] at org.eclipse.osgi.container.Module.start(Module.java:463) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1779) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
> {code}
>
> Please see attached log.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27323) Installing all SW from central throws multiple dependency errors in Studio/Tools with openjdk 1.8
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-27323?page=com.atlassian.jira.plug... ]
Ondrej Dockal commented on JBIDE-27323:
---------------------------------------
[~stephane.bouchet] Thanks! I am closing this one...
> Installing all SW from central throws multiple dependency errors in Studio/Tools with openjdk 1.8
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-27323
> URL: https://issues.redhat.com/browse/JBIDE-27323
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.16.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Stephane Bouchet
> Priority: Major
> Attachments: Screenshot_20200622_120608.png, eclipse-tools.log
>
>
> Installing all SW from central with enabled early access in BYOE scenario (including eclipse-jee 2020-06 R and JBoss Tools installed from staging update site for 4.16.0.AM1) ended up with many errors.
>
> ie.:
> {code}
> eclipse.buildId=12.16.0.AM1-v20200619-0713-B6514eclipse.buildId=12.16.0.AM1-v20200619-0713-B6514java.version=1.8.0_252java.vendor=Oracle CorporationBootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_USFramework arguments: -product com.jboss.devstudio.core.productCommand-line arguments: -data file:/home/odockal/workspace_12160AM1-B6514/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.springframework.ide.eclipse.wizardErrorMon Jun 22 11:57:00 CEST 2020FrameworkEvent ERROR
> org.osgi.framework.BundleException: Could not resolve module: org.springframework.ide.eclipse.wizard [1477] Unresolved requirement: Require-Bundle: org.springsource.ide.eclipse.commons.gettingstarted; bundle-version="3.5.0"; resolution:="optional" Unresolved requirement: Require-Bundle: org.springsource.ide.eclipse.commons.browser; bundle-version="[3.5.0,4.0.0)"; resolution:="optional" Unresolved requirement: Require-Bundle: org.springframework.ide.eclipse.quickfix -> Bundle-SymbolicName: org.springframework.ide.eclipse.quickfix; bundle-version="3.9.12.202003180620-RELEASE"; singleton:="true" org.springframework.ide.eclipse.quickfix [1469] No resolution report for the bundle. Bundle was not resolved because of a uses constraint violation. org.apache.felix.resolver.reason.ReasonException: Uses constraint violation. Unable to resolve resource org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.9.12.202003180620-RELEASE"; singleton:="true"] because it is exposed to package 'javax.annotation' from resources org.eclipse.osgi [osgi.identity; type="osgi.bundle"; version:Version="3.15.300.v20200520-1959"; osgi.identity="org.eclipse.osgi"; singleton:="true"] and javax.annotation [osgi.identity; type="osgi.bundle"; version:Version="1.3.5.v20200504-1837"; osgi.identity="javax.annotation"] via two dependency chains.
> Chain 1: org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.9.12.202003180620-RELEASE"; singleton:="true"] require: (osgi.wiring.bundle=org.eclipse.core.runtime) | provide: osgi.wiring.bundle: org.eclipse.core.runtime org.eclipse.osgi [osgi.identity; type="osgi.bundle"; version:Version="3.15.300.v20200520-1959"; osgi.identity="org.eclipse.osgi"; singleton:="true"]
> Chain 2: org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.9.12.202003180620-RELEASE"; singleton:="true"] require: (osgi.wiring.bundle=org.springframework.context) | provide: osgi.wiring.bundle; bundle-version:Version="4.3.23.20190313-CI"; osgi.wiring.bundle="org.springframework.context" org.springframework.context [osgi.identity; osgi.identity="org.springframework.context"; type="osgi.bundle"; version:Version="4.3.23.20190313-CI"] import: (&(osgi.wiring.package=javax.annotation)(version>=0.0.0)) | export: osgi.wiring.package: javax.annotation javax.annotation [osgi.identity; type="osgi.bundle"; version:Version="1.3.5.v20200504-1837"; osgi.identity="javax.annotation"] at org.eclipse.osgi.container.Module.start(Module.java:463) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1779) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
> {code}
>
> Please see attached log.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27322) Cannot start Eclipse when installing from update site
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27322?page=com.atlassian.jira.plug... ]
Stephane Bouchet commented on JBIDE-27322:
------------------------------------------
Upstream bug updated with a better workaround: use the "-clean" parameter to restart eclipse using jdk1.8.
> Cannot start Eclipse when installing from update site
> -----------------------------------------------------
>
> Key: JBIDE-27322
> URL: https://issues.redhat.com/browse/JBIDE-27322
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, install-tests
> Affects Versions: 4.16.0.AM1
> Reporter: Stephane Bouchet
> Assignee: Stephane Bouchet
> Priority: Critical
> Fix For: 4.16.0.Final
>
> Attachments: .log, .log
>
>
> when smoke testing4.16.0.AM1, using a bare Eclipse 4.16 and installing everything from update site, I cannot restart eclipse.
> the attached log indicates an SWT theme problem, but no JBoss stacktrace involved.
> Test performed using Linux RHEL 8, with jdk1.8
> Affect both Devstudio and jbosstools.
> When switching to JDK11, the problem went away.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27322) Cannot start Eclipse when installing from update site
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27322?page=com.atlassian.jira.plug... ]
Stephane Bouchet reassigned JBIDE-27322:
----------------------------------------
Assignee: Stephane Bouchet
> Cannot start Eclipse when installing from update site
> -----------------------------------------------------
>
> Key: JBIDE-27322
> URL: https://issues.redhat.com/browse/JBIDE-27322
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, install-tests
> Affects Versions: 4.16.0.AM1
> Reporter: Stephane Bouchet
> Assignee: Stephane Bouchet
> Priority: Critical
> Fix For: 4.16.0.Final
>
> Attachments: .log, .log
>
>
> when smoke testing4.16.0.AM1, using a bare Eclipse 4.16 and installing everything from update site, I cannot restart eclipse.
> the attached log indicates an SWT theme problem, but no JBoss stacktrace involved.
> Test performed using Linux RHEL 8, with jdk1.8
> Affect both Devstudio and jbosstools.
> When switching to JDK11, the problem went away.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months