how to add extern jvm arguments to gradle task `:quarkusIntTest`?
My application (gradle/quarkus) needs to specify several jvm parameters in order to function properly.
Use synthetic bean from a quarkus extension in a company extension
For our company, we are trying to create an extension that wraps some bussiness logic that is shared across applications.
in quarkus 3.14.2 derbydb is not working anymore
When creating a simple quarkus app in version 3.14.2 with panache, derbydb and one entity now an error message occurs. The class ProductVersionHolder
of derby-drivers is not found.
Quarkus WebSocket: cannot connect to a web socket
I followed a guide for implementing WebSocket extension in Quarkus. https://quarkus.io/guides/websockets
Verify a production configuration profile in Quarkus without running it
I’ve recently had a problematic non-native Quarkus service deployment to production, because one of the production profiles on the classpath application.yaml had a configuration misspelling that was only picked up when trying to start the service in production.
Access HTTP Trailer in Quarkus
I’m implementing a REST-API in Quarkus and want to stream the content.
Issue resolving registry.quarkus.io when upgrading from 3.10.0 to 3.12.0
we are currently trying to upgrade from Quarkus 3.10.0 to 3.12.0
AmbiguousResolutionException in Quarkus with custom MongoClient
I have a problem with bean injections in Quarkus, for MongoClient.
Quarkus – get an access to Jandex index
I’m new to the subject of Quarkus. How can I use Jandex index in a java class? I added a goal to the maven to build index, then I created a class but don’t know go how to use it? I can create a index by using Indexer but then I need to decalare all classes to scan. How can I solve it better?
veraPDF failing in Quarkus due to missing class – why only in dev mode?
I’m trying to use veraPDF within a Quarkus project. Due to other dependencies, this can’t be run as a native image, so it’s JVM only.