Skip to main content
0 votes
0 answers
10 views

Issue running an async method in GCP Cloud Run Serverless with Quarkus

With Quarkus running in GCP Cloud Run serverless service, I'm trying to execute an async rest client method. I have to call the API, but need to continue the code execution and not wait for API to ...
SidiBecker's user avatar
0 votes
0 answers
17 views

column "a" is of type integer[] but expression is of type character varying Hint: You will need to rewrite or cast the expression [duplicate]

I created a 2d int array (INT[][]) in postgres. It is possible to store values through Dbeaver but when I try to update the value from Kotlin, Quarkus, Hibernate it throws an error. This is the query, ...
Lemecun's user avatar
0 votes
1 answer
18 views

How to configure Quarkus OIDC to read roles from a custom JWT claim instead of the default "groups" claim?

I am using quarkus:quarkus-oidc and io.quarkus:quarkus-keycloak-authorization with the @RolesAllowed({"APP_ADMIN", ...}) annotation to secure my endpoints. By default, Quarkus OIDC reads ...
JaB's user avatar
  • 456
0 votes
0 answers
9 views

Inject Vavr type in Quarkus

When using a Vavr List for a config property @ConfigProperty(name = "tags.allowed") // in application.properties: tags.allowed=tag1,tag2 private io.vavr.collection.List<String> ...
Joost den Boer's user avatar
0 votes
0 answers
18 views

Is there a way from quarkus to send an event to a device, specifically a tablet?

I want to create a kind of webhook that allows me to send an event with data to a tablet. I want to do this, but there is also a problem, and that is that there can be several tablets and I need to ...
Alexis's user avatar
  • 1
2 votes
0 answers
30 views

inject a datasouce in quarkus

Below is my version info <compiler-plugin.version>3.13.0</compiler-plugin.version><br> <maven.compiler.release>21</maven.compiler.release><br> <project.build....
Lobs's user avatar
  • 47
0 votes
0 answers
28 views

Quarkus build unsatisfied dependency and runtime issues

So i'm working in a serverless environment. I was using weld-cdi before using quarkus-cdi and was thinking about migrating my CDI. We are not really in a maven submodule architecture here. So i'm ...
Gold's user avatar
  • 1
0 votes
1 answer
23 views

Schedule a Job at later time in Quarkus JBeret

I use Quarkus implementation of JBeret and want to schedule a job i.e later in the day. So I use Scheduler with a SchedulerExpression. But the job is processed immediately after scheduling and not ...
chriger's user avatar
  • 11
0 votes
0 answers
25 views

SQL database (e.g. MySQL, PostgreSQL, SQL Server) is blocking, how is a non blocking transactional framework implemented e.g. ReactiveTransactional [closed]

I would like to understand how something like Quarkus' ReactiveTransactional is implemented. Since SQL databases (think MySQL, PostgreSQL, SQL Server) have blocking transactions, how does a non-...
trix's user avatar
  • 1,843
0 votes
1 answer
69 views

Webservice in Docker Container inside VM not accessible despite port-forwarding

I am running a Quarkus RESTful Webservice inside a Docker container which runs in a VM (Ubuntu 22.04). I have an Angular frontend (named frontend), a Quarkus backend (named quarkus), an authorization ...
tim-danger's user avatar
0 votes
0 answers
31 views

SQLException when running native image with AgroalDataSource and ClickHouse in native mode Quarkus

I have a Quarkus application that uses AgroalDataSource to connect to a ClickHouse database. The application runs fine when I launch it normally and i can connect to clickhouse and got result, but ...
fares ben's user avatar
0 votes
0 answers
14 views

Quarkus Form-Based Auth: How to Keep Users Logged In After Closing the Browser?

I have a Quarkus application with JDBC/JPA form-based authentication. The login process works fine, but I would like users to stay logged in for some time, even after closing the browser. I've set the ...
Hartrik's user avatar
0 votes
1 answer
19 views

In a Quarkus multi-module project, where do I place the container-license-acceptance.txt?

Trying to set up a project following this basic layout: https://github.com/marcelkliemannel/quarkus-frontend-example I am trying to use quarkus 3.14, with mssql. It attempts to download and run a ...
JDS's user avatar
  • 163
0 votes
1 answer
25 views

With Quarkus, how to exclude openapi extension in production build

New to Quarkus. I am using Quarkus with io.quarkus:quarkus-smallrye-openapi. My requirement is to keep the binary as small as possible. I dont need the openapi endpoint or swagger-ui in production ...
Sakibul Alam's user avatar
  • 1,803
0 votes
0 answers
20 views

How to configure ECS(FARGATE) + ALB with gRPC

I am developing an API in quarkus (java-21) with gRPC. The endpoints in the local environment worked perfectly, but I am having problems when I publish to AWS. In AWS I am using ECS ​​with FARGATE and ...
Max Ferreira's user avatar

15 30 50 per page
1
2 3 4 5
315