-
### Describe the bug
not sure when it started but recently postgres:14 stopped working for me.
error showing it is not multiarch:
`The architecture 'amd64' for image 'docker.io/postgres:14' (ID sha2…
-
See discussion here: https://github.com/redhat-developer/lsp4ij/discussions/452#discussioncomment-10329922 for background on `workspace/symbols` and this enhancement that was added to IntelliJ Quarkus…
-
When trying out the project (cloning, `mvn quarkus:dev`, however with `ollama` as backend) I ran into the following error:
```
io.quarkus.qute.TemplateException: Rendering error: Entry "review" no…
-
I'm trying to connect to two different databases (both with reactive connection), but I'm not able to create a connection pool for the second database and continue using Panache.
I tried to use the…
-
See original 2023 discussion and proposal here: https://groups.google.com/g/quarkus-dev/c/MijWx9HyaWo
At the moment, we put migration guides (which are user-facing content) in with the content on h…
-
While trying to test jqwik with a simple Quarkus project, I quickly realized that Jqwik does not work. I am assuming that one of the reasons that jqwik does not work with Quarkus is because jqwik gets…
-
### Describe the bug
When compiling in native mode with Quarkus, the build failed because `Crc64NvmeChecksum` class has a method exposing an optional class.
This was introduced in 2.29.0 (2.28.2…
-
The `@RestForm` annotation is accepting a value which is the name of the parameter.
So it is valid to name the the parameter:
```
@POST
public void procced(@RestForm("u") @NotBlank String user…
jmini updated
1 month ago
-
See https://github.com/FroMage/quarkus-renarde-todo/blob/main/src/main/resources/templates/tags/user.html
The validator treats `it` as a `java.lang.Object`, so it marks all the method invocations …
-
Test failures are intermittent.
Jdk11 ( disabled `quarkus-documentation, quarkus-reactive-routes-deployment,quarkus-cli,quarkus-integration-test-no-awt,quarkus-avro-reload-test`, which failed in earl…