Skip to main content
0 votes
0 answers
41 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
  • 640
0 votes
0 answers
30 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
0 votes
1 answer
33 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
74 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
  • 45
0 votes
0 answers
53 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
32 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
43 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
52 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
109 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
1 vote
1 answer
42 views

I am trying to follow this part of the documentation and use @WithSession("my-persistence-unit") with a named persistence unit. But I am not able to pass an any value there, so I get it only ...
guarenty's user avatar
1 vote
0 answers
40 views

So I have my Quarkus extension which holds default ContainerRequestFilter, ContainerResponseFilter, ClientRequestFilter and ClientResponseFilter. We use this extension across multiple applications and ...
patricius's user avatar
0 votes
0 answers
70 views

I'm using Quarkus + Panache Reactive + MySQL for my project. Since it's reactive, my connection pool uses Vertx SQL Pool. I've also enabled metrics to monitor the system status. I have a scheduled ...
ULRAMAN TIGA's user avatar
2 votes
1 answer
144 views

Using Quarkus 3.29.0 my Maven build seems to hardcode a profile-specific property which is picked up by a different profile when not explicitly overridden. The build produces a fast-jar that runs in ...
Mambo's user avatar
  • 103
1 vote
1 answer
89 views

I am attempting to create a class that serializes and deserializes a Java class into JSON. I am using Quarkus REST Jackson to convert between a class called NetInfo and JSON, writing to a file called ...
Factor Three's user avatar
  • 2,316

15 30 50 per page
1
2 3 4 5
328