zcervink

Results 37 issues of zcervink

While working with the application.properties file the completion and validation sometimes fails to offer some properties and after typing them manually the properties ends being underlined with yellow color. I...

bug

After a few minutes of working with application.properties file the context menu/completion fail to work, it just shows "No suggestions" for several cases such as "q", "qua", "quark" etc. **Note:**...

bug

**Steps to reproduce:** 1) Create new project and open the application.properties file 2) Type "quark", the completion assist will show some suggestions 3) Press your left arrow key three times...

bug

Type "quarkus.http.cors=f", the code assist offers **false** and **file** values, but only true/false is allowed here. See the picture:

bug

I have investigated and I have found, that this issue appear in 2 situations: 1) this is probably not an issue, but I have decided to mention it anyway -...

bug

This Exception has appeared only ones. I tried to reproduce it again, but I was unsuccessful. I have no steps to reproduce, but I know this exception has appeared after...

bug

- The tooling is offering to use runtime, that used to be part of a project (project and runtime has been deleted and the IDE has been restarted before this...

bug

``` org.jboss.tools.intellij.quarkus.BasicTests Test createAQuarkusProjectAndBuildItUsingMaven() FAILED (2m 7s) java.util.NoSuchElementException: List is empty. at org.jboss.tools.intellij.quarkus.BasicTests.lambda$createAQuarkusProjectAndBuildItUsingMaven$0(BasicTests.java:59) Test executionError FAILED com.intellij.remoterobot.utils.WaitForConditionTimeoutException: Exceeded timeout (PT2S) for condition function (Failed to find 'Welcome To IntelliJ IDEA...

bug
tests

``` java.net.ConnectException: Operation timed out (Connection timed out) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:289) at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569) at...

bug

**Steps to reproduce:** 1) Open New Project wizard, navigate to Quarkus 2) Select "Custom:" and enter "https://code.quarkus.io" (in the code endpoint URL option) 3) Click Next **IMPORTANT INFO:** The Exceptions...

bug