Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [quarkus]

A Kubernetes native Java stack tailored for GraalVM & OpenJDK HotSpot, crafted from the best of breed Java libraries and standards

0 votes
0 answers
6 views

Using 'org.eclipse.microprofile.openapi' how to hide Paths/Services?

We are using org.eclipse.microprofile.openapi in a JAX-RS application and we have applied the @Schema(hidden = true) annotations both at the class level and at the Path/service level but the services ...
user1340123's user avatar
0 votes
0 answers
10 views

Can I call soap cxf to client service external in the sub route camel?

I run into a problem when I expose a soap service (cxf) and this one in its process must call another external soap service (cxf). Is there a way to "clean" or should I recreate an exchange? ...
Martel's user avatar
  • 35
0 votes
0 answers
15 views

How to configure a Quarkus to expose health endpoints over HTTPS 8443 while requiring mutual TLS (mTLS) for all other endpoints (same port 8443)?

I would like to configure Quarkus to exclude the health endpoint from mutual TLS (mTLS) so that Kubernetes can access it. Is this possible that you set up a specific "route" in your ...
Uros's user avatar
  • 1
0 votes
0 answers
19 views

how to set header in yaml config for rest-client in quarkus

how is possible to define a custom header in the rest-client yaml configuration in quarkus? the following config does not work, headaer-name is not provided in the client request, I need to provide ...
simonC's user avatar
  • 4,279
0 votes
0 answers
22 views

conflit class loader between quarkus and springframework

I'm actually working in project to test quarkus kafka and in the same time I tried CXFclient in quarkus also. When I run my unit test, I get the following error: Runtime java.lang.RuntimeException: io....
sonia belhadj's user avatar
0 votes
1 answer
40 views

Bitwise operation in HQL

I am using Hibernate 6, and I have created a custom dialect. Below is my CustomPostgreSQLDialect.java: public class CustomPostgreSQLDialect extends Dialect { @Override public void ...
vcoder's user avatar
  • 1
0 votes
0 answers
18 views

Keycloak querying the FED_USER_GROUP_MEMBERSHIP table way too much

I am facing performance issue while using keycloak. The user count is relatively small - touching 2 million users. We are using GCP managed postgres DB underneath Specs: Spec Value Memory 8GB vCPU ...
Anupam Nirwan's user avatar
0 votes
1 answer
37 views

Cannot connect to MQTT broker via SmallRye Reactive Messanging MQTT connector in Quarkus

I am trying to connect MQTT connector to my broker. Broker is listening on ws://localhost:1234 I am using a Quarkus as my backend framework. The configuration for my MQTT connector is set as: # ...
Biggy Poopa's user avatar
1 vote
0 answers
35 views

How to setup Couchbase with Quarkus?

I'm using Quarkus 3.12, need to connect my application to couchbase. My goal is to do basic read and write operations. I found quarkiverse/quarkus-couchbase, they have given the below mentioned ...
ultimateraman's user avatar
-1 votes
0 answers
38 views

Quarkus jdbc pooling enabled causing high number of Oracle sessions

we have a Quarkus REST application configured with an Oracle database and pooling enabled and max-size of 10. But when we put the application under load with a lot of GET requests, the number of ...
Chico's user avatar
  • 1
0 votes
0 answers
38 views

Verify a production configuration profile in Quarkus without running it

I've recently had a problematic non-native Quarkus service deployment to production, because one of the production profiles on the classpath application.yaml had a configuration misspelling that was ...
firtydank's user avatar
  • 175
0 votes
0 answers
38 views

How to generate Liquibase changelogs with Quarkus using the Liquibase Hibernate extension?

I'm working on a Java application using Quarkus and I'm trying to generate Liquibase changelog files from my JPA entities. Previously, I have successfully used the Liquibase Hibernate extension with ...
Régis Martin's user avatar
-2 votes
1 answer
71 views

Updating Quarkus Version 2 to 3 works locally but throws RuntimeException in Kubernetes pod with IllegalAccessError

I'm experiencing an issue with my Quarkus 3 application when I update from Quarkus 2. It builds and runs successfully on my local machine, but when deployed to a Kubernetes pod I get a ...
OhJohnny's user avatar
  • 317
1 vote
0 answers
17 views

Can we replace Uni endpoint resource responses with non-Uni responses when no orchestration needed

I've a question regarding the proper use of Unis in Quarkus enpoints The following code examples are there to illustrate this ... Example Code example 1 The following uses Uni as a response type, so ...
triangularSquare's user avatar
0 votes
0 answers
30 views

How do I add CORS header to AWS Lambda response headers using the Quarkus Lambda function?

When using Quarkus and considering using it to deploy lambda functions to AWS. I've been able to create a function with GET and POST endpoints, link them to the API Gateway and hit them from Postman. ...
TiOLUWA's user avatar
  • 215

15 30 50 per page
1
2 3 4 5
310