Skip to main content
Advice
0 votes
0 replies
42 views

I am trying to bring together transactional approach in operations that is happening on different external resources. Starting processing in a kafka consumer, I need to run CRUD operations on mongodb ...
malkochoglu's user avatar
Best practices
0 votes
2 replies
68 views

I'm using Quarkus enabling native compilation. At runtime I noticed some exceptions that required me to register classes for reflection e.g: @RegisterForReflection( targets = { MyClass.class, ...
dev4fun's user avatar
0 votes
0 answers
101 views

I have a Quarkus + Camel + JSF app/service which receives messages from AMQ Artemis. The receiving bean is ApplicationScopped and it also re-sends certain events to specific SessionBean(s). I have ...
zeppelinux's user avatar
0 votes
0 answers
60 views

I’m trying to implement an RPC-style Request/Reply pattern using SmallRye Reactive Messaging with IBM MQ in a Quarkus application. I already know how to implement this pattern using plain JMS: ...
Kobra's user avatar
  • 1,378
0 votes
0 answers
55 views

I'm using Quarkus in a multi-module Maven project. I need to produce two separate Quarkus runner JARs in a single reactor build: quarkus-service-soft-runner.jar Uber-jar (Quarkus runner) Includes only ...
SBW's user avatar
  • 55
1 vote
0 answers
55 views

I can docker push a local image to dockerhub just fine, but quarkus build fails with: ... Caused by: com.google.cloud.tools.jib.api.RegistryUnauthorizedException: Unauthorized for registry-1.docker.io/...
onouv's user avatar
  • 650
0 votes
0 answers
45 views

I'm starting an async-process through a REST request. As soon as the REST requests returns, I'm losing the MDC context inside my async execution code. I tried to "copy" it over with ...
Daniel's user avatar
  • 906
1 vote
1 answer
53 views

I have a question about Quarkus Langchain4j. I have made this Quarkus (Java 25) project with the purpose of exposing an API that receives a search text, processes it with an "extractor” AI ...
Julio César Estravis's user avatar
1 vote
1 answer
83 views

I'm migrating a JBoss EAP application to Quarkus. My application has multiple implementations of the same REST service interface for failover/fallback scenarios: ManagerClientImpl - Primary HTTP ...
SBW's user avatar
  • 55
0 votes
0 answers
59 views

I am using Quarkus 3.27.0 and trying to secure GraphQL subscriptions with the @Authenticated annotation. I pass the Authorization header with a valid token when connecting, but the subscription ...
Houssem's user avatar
0 votes
1 answer
33 views

I defined these simple models @NodeEntity(label = "Api") class Api { @Id @Property(name = "name") var name: String = "name" @Suppress("unused") ...
Patrice Conil's user avatar
0 votes
1 answer
50 views

In Quarkus, how do I modify HTTP headers to add "Authorization" from query parameter "jwt"? My WebSocket client is browser-based, so I can't set the header in the client. I tried ...
wiradikusuma's user avatar
  • 1,941
1 vote
1 answer
63 views

I have a Java Quarkus application which is using JBoss for logging. I am using a scheduled job via io.quarkus.scheduler.Scheduled like so: private static final Logger LOGGER = Logger.getLogger(...
Alessandro Escher's user avatar
Best practices
0 votes
1 replies
48 views

I have a quarkus cli application I compile native. Now I want to implement a self-update feature. That is, the cli application should be capable of updating itself with the newest compiled version. ...
col.panic's user avatar
  • 2,974
0 votes
2 answers
120 views

How can I write my log messages to database in my quarkus application? I tried to create a ExtHandler like this: package org.myorg; import io.agroal.api.AgroalDataSource; import jakarta.enterprise....
user31855812's user avatar

15 30 50 per page
1
2 3 4 5
328