mschorsch

Results 11 issues of mschorsch

### Which package(s) does this problem pertain to? - [ x ] @types/ember__object ### What are instructions we can follow to reproduce the issue? ```sh ember new sample; cd ./sample...

See https://github.com/quarkusio/quarkus/issues/27319

enhancement

As discussed in #1381 it would be nice to have a way to create an OpenAPI file from multiple maven modules. Idea: The maven plugin could be extended with an...

enhancement
plugin/maven

### Describe the bug We use SPA routing in some of our applications. Since Quarkus 3.9, SPA routing no longer works correctly if the URL is entered directly. Example: Suppose...

documentation
good first issue

### Description Kotlin coroutines should be supported out-of-the-box, this means `suspend` functions and Kotlin `Flow` as return type. see also: https://github.com/quarkusio/quarkus/discussions/38473#discussioncomment-8353461 In the "old" websocket Implementation this is a long...

kind/enhancement
area/kotlin

### Describe the bug The Quarkus-Gradle-Plugin uses deprecated methods ``` ... > Configure project :server The resolvable usage is already allowed on configuration ':server:quarkusGeneratedSourcesRuntimeClasspath'. This behavior has been deprecated. This...

kind/bug
area/gradle

### Describe the bug We use `Quarkus`, `Kotlin` and `Gradle` in our various projects. In `multi-module projects` we get the following error in `Intellij`: ``` FAILURE: Build failed with an...

kind/bug
area/gradle
area/kotlin

### Describe the bug The file `gradle.properties` is not used as input for the Quarkus Gradle Plugin. This leads to incorrect build cache hits. Under circumstances that are difficult to...

kind/bug
area/gradle

### Description [ubi8/openjdk-VERSION:1:20](https://catalog.redhat.com/software/containers/ubi8/openjdk-21/653fb7e21b2ec10f7dfc10d0?architecture=amd64&image=6661ff8e8d86ed30a8ce90ae) is available. Please upgrade e.g. https://github.com/quarkusio/quarkus/blob/3.11.3/independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/dockerfiles/base/Dockerfile-layout.include.qute ### Implementation ideas _No response_

area/housekeeping

### Expected behavior The KotlinGenerator should generate valid code for UDTs. ### Actual behavior The JOOQ KotlinGenerator creates __invalid__ code for UDTs. ### Steps to reproduce the problem ```sql CREATE...

T: Defect
C: Code Generation
P: Medium
C: Integration: Kotlin
E: All Editions