[JBoss JIRA] (JBIDE-27119) Hover over Microprofile config property annotation does not work
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27119?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-27119:
-------------------------------------
Fix Version/s: 4.17.0.AM1
(was: 4.16.0.Final)
> Hover over Microprofile config property annotation does not work
> ----------------------------------------------------------------
>
> Key: JBIDE-27119
> URL: https://issues.redhat.com/browse/JBIDE-27119
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.Final
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.17.0.AM1
>
>
> When hovering over a Microprofile ConfigProperty name attribute, an LSP Hover request should be sent to that the current value of the property should be displayed. It is not, probably because the LSP Hover mecanism is not invoked against the JDT source editor.
> To be checked with [~mickael_istria]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-27085) Add artificatId validation in Quarkus wizard
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27085?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-27085:
-------------------------------------
Fix Version/s: 4.17.0.AM1
(was: 4.16.0.Final)
> Add artificatId validation in Quarkus wizard
> --------------------------------------------
>
> Key: JBIDE-27085
> URL: https://issues.redhat.com/browse/JBIDE-27085
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Reporter: Oleksii Korniienko
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.17.0.AM1
>
> Attachments: Screenshot from 2020-03-05 14-36-10.png
>
>
> project name and artifact id "testProjectGradle" is an Error:
> !SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
> !MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> !STACK 1
> org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
> at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
> at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
> at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> !SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
> !MESSAGE HttpComponents connection error response code 400.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-27084) Add proxy support for odo based explorer
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27084?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-27084:
-------------------------------------
Fix Version/s: 4.17.0.AM1
(was: 4.16.0.Final)
> Add proxy support for odo based explorer
> ----------------------------------------
>
> Key: JBIDE-27084
> URL: https://issues.redhat.com/browse/JBIDE-27084
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.14.0.Final
> Reporter: Jeff MAURY
> Priority: Major
> Fix For: 4.17.0.AM1
>
>
> We should add proxy support for the odo based explorer. This requires to set up HTTPS_PROXY env variable when launching odo if proxy is required for the cluster url.
> I would recommand the following changes:
> * OpenShiftClient should be now private to the OdoCli
> * Modify Odo interface so as to remove the OpenShiftClient from the parameters
> * Add a new reset method to Odo interface that will be called when the context is reset or add a new OdoFactory that will be called when context is reset. We will allocate the OpenShiftClient here and compute the HTTP_PROXY env variable if proxy is required for this cluster
> * Modify odo launch calls so as to pass this env var each time odo is launched
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-27059) Server adapter: hot-deployment of SpringBoot app upon code changes for SpringBoot is broken
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27059?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-27059:
-------------------------------------
Fix Version/s: 4.17.0.AM1
(was: 4.16.0.Final)
> Server adapter: hot-deployment of SpringBoot app upon code changes for SpringBoot is broken
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-27059
> URL: https://issues.redhat.com/browse/JBIDE-27059
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.14.0.AM1
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Major
> Labels: openshift_v3, server_adapter
> Fix For: 4.17.0.AM1
>
>
> Important: the demo project used for this fuse-on-openshift only works with *Java 8* (wont with java 11).
> I am using this class for testing: all source is there:
> https://github.com/jbosstools/jbosstools-openshift/blob/master/itests/org...
> Everything works as expected, until I change the code, afterwards code is synching to pod, but the the log for pod is not changing accordingly to code changes.
> Project:
> https://github.com/jbosstools/jbosstools-openshift/blob/master/itests/org...
> mvn parameters:
> -Dkubernetes.master=https://api.openshift4-crs.crs.codereadyqe.com:6443/
> -Dkubernetes.namespace=fuse-on-openshift
> -Dkubernetes.auth.basic.username=xxx
> -Dkubernetes.auth.basic.password=xxx
> -Dfabric8.mode=openshift
> -Dkubernetes.trust.certificates=true
> -Dfabric8.build.strategy=s2i
> -Dkubernetes.auth.tryServiceAccount=false
> -Dfabric8.generator.from=fabric8/s2i-java
> -Dfabric8.generator.fromMode=docker
> -Dkubernetes.auth.tryKubeConfig=false
> Tested in:
> Red Hat CodeReady Studio
> Version: 12.14.0.AM1
> Build id: AM1-v20200123-0055-B5802
> Build date: 20200123-0055
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-27002) Quarkus Wizard: Extension selection scrolling is buggy
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27002?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-27002:
-------------------------------------
Fix Version/s: 4.17.0.AM1
(was: 4.16.0.Final)
> 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: André Dietisheim
> Priority: Major
> Fix For: 4.17.0.AM1
>
> 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, 8 months