Andre Dietisheim

Results 175 issues of Andre Dietisheim

Unfortunately I didnt manage to reproduce this but it happened several times to me when creating a new quarkus project. I was changing the artifact- and project name and also...

**Steps:** 1. EXEC: File > New > Project > Quarkus 2. EXEC: get to the extensions page 3. EXEC: select Web > RESTEasy Reactive 4. EXEC: deselect it **Result:** "RESTEasy...

**Steps:** 1. EXEC: launch IDEA, hit "New Project", select "Quarkus" wizard, provide project settings and get to the extensions page **Result:** ![grafik](https://user-images.githubusercontent.com/25126/184114882-2a011c05-3e37-4670-b976-24128f182899.png) extensions settings page ohas neither left nor right...

**Steps:** 1. EXEC: launch IDEA, hit "New Project", select "Quarkus" wizard & hit "Next" 2. ASSERT: project settings page is shown prompting to provide inputs in a form **Result:** ![grafik](https://user-images.githubusercontent.com/25126/184109901-e87c3da6-7644-488b-b49b-0ad4643218fe.png)...

I'm defining my module name as property in my pom, using the project-name and project-version: ``` jbt.${project.name}-v${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} ``` If I now use the above property as moduleName, ``` org.anacoders.plugins vertx-maven-plugin...

In the following steps a new context is created and used, where there's no current namespace. Furthermore the user is not allowed to list all namespaces nor inspect the current...

https://github.com/redhat-developer/intellij-quarkus/actions/runs/6450808350/job/17510609341 > Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. > /home/runner/work/intellij-quarkus/intellij-quarkus/intellij-community/plugins/gradle/testSources/org/jetbrains/plugins/gradle/importing/TestGradleBuildScriptBuilder.kt: (155, 11): Unresolved reference: isSupportedJavaLibraryPlugin

bug
build

`./gradlew clean build` ```java > Task :compileTestJava /Users/andredietisheim/Documents/jboss-workspaces/intellij-quarkus/intellij-community/platform/external-system-impl/testSrc/com/intellij/openapi/externalSystem/test/ExternalSystemImportingTestCase.java:300: warning: non-varargs call of varargs method with inexact argument type for last parameter; assertUnorderedElementsAreEqual(ContainerUtil.map2Array(deps, entry -> entry.getScope()), scopes); ^ cast to Object...

bug
severity/minor
debt

related to #795 **Steps:** 1. ASSERT: have a quarkus project with a REST resource class where a method is annotated with a path. ex. ``` @RestClient @Path("/extension") public class ExtensionsResource...

bug
quarkus
codelens

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...