python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Quarkus reactive postgres client IAM authentication token refresh
I am using Quarkus 2.5.1.Final to build one microservice. I am using hibernate reactive with postgres as database. At my organization we use AWS IAM auth tokens for database authentication. AWS IAM t...
DGS
Votes: 0
Answers: 0
Sign PDF with Itext5 got error "PdfPKCS7 can't access void org.bouncycastle.asn1.DERNull.<init>()" in Quarkus
I'm trying to sign pdf file using itext5 in a quarkus application but I'm receiving an error that I can't understand.
Below the code I try to sign my pdf with. I upgraded my dependency for bouncyCastl...

eya gassem
Votes: 0
Answers: 1
Reactive driver for MariaDB
I'm using Quarkus + Munity + Reactive Driver for MariaDB.
I have a question to understand how reactive driver is working.
I want to process 20_000_000 entries stored in my database.
For that, I want t...
Malys
Votes: 0
Answers: 1
How do i pass a Bearer Token dynamically with Quarkus Microprofile Rest Client?
I'm trying to call a Keycloak Admin REST endpoint to create a keycloak user in my code and it requires the request to have a Bearer token added to the Authorization header. I need a way to pass the to...
Deehaz05
Votes: 0
Answers: 2