Veit Weber

Results 1 issues of Veit Weber

application.properties: `quarkus.http.port=${PORT:8080}` Exception: ``` Error while converting '${PORT:8080}' as Integer for key 'quarkus.http.port' java.lang.NumberFormatException: For input string: "${PORT:8080}" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:638) at java.base/java.lang.Integer.parseInt(Integer.java:770) at com.redhat.devtools.intellij.lsp4mp4ij.psi.core.project.AbstractConfigSource.getPropertyAsInt(AbstractConfigSource.java:188) at com.redhat.devtools.intellij.lsp4mp4ij.psi.core.project.PsiMicroProfileProject.getPropertyAsInteger(PsiMicroProfileProject.java:77) at com.redhat.microprofile.psi.internal.quarkus.jaxrs.java.QuarkusJaxRsCodeLensParticipant.beginCodeLens(QuarkusJaxRsCodeLensParticipant.java:46)...