-
This issue addresses the planned upgrade of the project structure for the Quarkus JNoSQL integration. The goal is to enhance organization and consistency within the project, simplifying management a…
-
Hi,
Is there any recommended pattern for implementing multitenancy support using a schema-per-tenant approach using this extension?
The SQLSessionFactory.openSession method would be the perfect …
-
### General information
* OS: Windows
* Hypervisor: Hyper-V
* Did you run `crc setup` before starting it (Yes/No)? Yes
* Running CRC on: Laptop
## CRC version
```
CRC version: 2.…
-
### Describe the bug
Hello Quarkus community! I currently have an application that has a scheduled job. The job executes a database operation (to retrieve records) and returns (to test performance,…
-
"kn workflow quarkus create - ERROR: something went wrong during command "create"
❌ ERROR: creating Quarkus SonataFlow project exit status 1
Error: exit status 1"
Environment
- Apache Maven 3.9.…
-
### Description
Currently, with Quarkus CLI you can search for extensions but only with one topic (ie `quarkus ext list --concise -i -s jdbc`) but sometimes you would like to search for multiple exte…
-
### Bug description
I have many routes like the one below. When it comes under heavy load, that is, when there are too many messages from Kafka, the route seems to get stuck. Each event start…
-
**Describe the bug**
I've created a simple quarkus 3.8.2 app with java 21 and some quick perf tests on top of `@QuarkusTest`. I'm not sure if quarkus is supported at all, but if it is then here is th…
-
I'm getting strange errors when trying to set up pitest with a quarkus project:
```
java.lang.RuntimeException: org.gradle.tooling.GradleConnectionException: Could not run build action using conne…
-
examples of failed tests
```
java.lang.RuntimeException: Failed to start quarkus
java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.test.junit.Quarkus…