Change Quarkus debugger port

Read more

Centralized Authentication in Quarkus using Keycloak OIDC

This document describes how to integrate Quarkus with Keycloak using OIDC protocol. It includes all required files and steps leading to working implementation. Starting local Keycloak Save this file as docker-compose.yaml and start it using docker-compose up -d command. Include... Read more

JPA tips&tricks

Mapping enum to string column Read more

Quarkus tips&tricks

Injecting @ApplicationScope implementations of certain class Returning Completion Stage as a Result Mapping Configuration to Objects https://quarkus.io/guides/config-mappings Catching Wildcard Paths with @Path annotation If there is a need to capture everything after fixed prefix of a path, use this syntax... Read more