-
In Quarkus CXF we often have longer docs for the individual config options, sometimes explaining various possible values, sometimes giving code examples. I guess there is some potential to find a bett…
-
The docs at https://docs.quarkiverse.io/quarkus-langchain4j/dev/ai-services.html#_ai_method_return_type say I should be able to get a structured return type from my service, but it does not seem to su…
-
`-H:±UnlockExperimentalVMOptions` was introduced in GraalVM for JDK 21 (see https://github.com/oracle/graal/issues/7105). This is a follow up issue to track outstanding tasks such as its enforcement, …
-
### Describe the bug
When testcontainers.reuse.enable=true, the database container is reused between Quarkus hot reloads (a really awesome feature btw). But also the init script referenced in quark…
-
I'm trying out Quarkus as a platform for Java desktop apps. It has an extension named quarkus-fx, that allows the quarkus platform and javafx application to work together. However, in such an applicat…
-
The amazon quickstart is outdated, and I spent some time when trying out later quarkus (2.16.3 and later amazon than 1.3.1 as in the example.) before finding the answer in a closed issue - With quarku…
-
My current basic Quarkus lambda takes about 6 seconds from cold start, I develop on Windows and use Quarkus lambda-http with AWS API Gateway.
Would love to hear about:
- Differences between lambda…
-
I have a Postgres DB set up and have the name+cedentials in a secret.
The operator should allow to configure a registry from that secret.
Basically allow to set the properties in a "valueFrom: sec…
-
Either that, or I just merged a change with a dead link :) (We probably should have link-checking integration tests, if we don't already, but getting them checking against the right relative path can …
-
Can you add an example gitlab-ci.yml file to the documentation? I haven't been able to find such an example and it would be especially interesting to include tasks for tests, native tests, jvm builds …