Relative Content

Tag Archive for quarkus

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?

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.