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.
Quarkus Uber-Jar packaging without unpacking dependency jars
Building a Quarkus based webapp, I encounter the following issue:
Upgrading Quarkus from 3.8.5 to current fails using CLI update utility
I am trying to upgrade an application from 3.8.5 to current version which is 3.11.2.
In Quarkus, how to get a url to another resource
In Quarkus, when returning a url to another resource or a url for a redirect,
how to get the url of the other resource?
How to make Quarkus 3.8.4 listen on localhost only?
I want to run Keycloak, which is based on Quarkus, which for some reasons listen on all interfaces of my system. I would like to restrict that to localhost
only, but am unable to do so. In the past, Quarkus listened to localhost
by default only, which changed to localhost
by default in the DEV profile only and it even contained errors simply logging the wrong host and port it actually listens on.
missing max log history settings
I am struggling to get a solution to keep the log history in a limited number of files.
There is no something like:
QuarkUS Rest Client – Send Body version 3.10.2
The following code used to work before I upgraded my QuarkUS version to 3.10.2
Quarkus Arc blocks Multi-Module Build in case of unset Properties in Module Build
I have a Quarkus Multi-Module Project (with Gradle), with following projects: