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
10 views

Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default

While connecting to postgres db from quarkus application but following error is thrown while building 2024-07-28 01:17:13,026 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (main) Failed to start quarkus: ...
Pruthviraj's user avatar
0 votes
0 answers
12 views

Quarkus using beans cross project

I have an issue with duplicating many beans across several projects and wanted to reduce this by creating 1 repo that produces the beans. So far I'm struggling. Forgive me if this has already been ...
Holly maine's user avatar
0 votes
0 answers
9 views

Quarkus 3.11: Is it possible to have an external reactive route?

I need to add an external route to a Quarkus REST API. The mentioned route will look something like: @ApplicationScoped public class TestRoute { @Route(path = "/test") public void ...
Nicolas's user avatar
0 votes
0 answers
20 views

PanacheEntity record update works only once

I am learning qurkus and I have a problem that I can't update a record in the db more than once. I use merge() to update my records: @WithTransaction public Uni<User> update(User user) { ...
niao's user avatar
  • 1
0 votes
0 answers
25 views

Materialized view with Postgresql/Hibernate/Panache

I have created a panache entity in Quarkus which map existing Materialized view. When I execute a refresh view from a test it's not work. @Entity(name = "MY_VIEW") @Immutable @...
lecogiteur's user avatar
0 votes
1 answer
12 views

Jandex indexes not built for dependent module in Quarkus Multi-Module setup with Maven in IntelliJ

I use the following versions: Intellik: 2024.1.4 maven: built-in (3.9.6) org.jboss.jandex: 1.2.3 Quarkus: 3.12.3 I have the following project structure: pom.xml |- libraries |- pom.xml |- ...
Dirk Bolte's user avatar
0 votes
1 answer
28 views

Quarkus Artemis Jms library does not deliver message to dead-letter-queue on ActiveMQ Artemis

I am currently implementing inside a Quarkus project a JMS consumer which listens to a anycast queue ("my.edu.queue") on ActiveMQ Artemis (version 2.32.0). What I want to test is how the ...
joe_specimen's user avatar
0 votes
0 answers
10 views

How to load external msg.properties for MessageBundle?

I'm using Qute with Quarkus and defined my messages/msg.properties file. It works as expected. What I'm trying to achive is to load msg.properties file from external configuration. Based on this ...
kingkong's user avatar
  • 1,527
0 votes
0 answers
29 views

How to convert server side grpc file upload to use mutiny uni/multi pipeline?

The following code is from https://www.vinsguru.com/grpc-file-upload-client-streaming/ I want to rewrite this to fit the mutiny format. How do I migrate this block of code? public class ...
JayC's user avatar
  • 2,244
1 vote
0 answers
12 views

Quarkus3 - JasperReports got java.sql.SQLException: Enlisted connection used without active transaction

we updated our application to Quarkus 3 recently and our report module started to crash on SQLException: Enlisted connection used without active transaction. 2024-07-22T21:24:13.597381608Z executor-...
SATISHEK's user avatar
0 votes
0 answers
22 views

Quarkus based AWS Lambda native image cold start init phase is slow

I have quarkus-amazon-lambda:3.12.0 based AWS Lambda native image function, which cold start is slow. I'm not expecting it to be like that as the function does not do any complex tasks and the ...
sys463's user avatar
  • 377
0 votes
0 answers
20 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
13 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
22 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
20 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

15 30 50 per page
1
2 3 4 5
311