I'm trying to inject HttpServerRequest in service, but it always be null. @Slf4j @ApplicationScoped public class TokenService { @Context HttpServer
In my project, using Quarkus, Angular and PostgreSQL DB, when I run the backend & and the frontend in dev Mode, I can connect to the DB (which is postgreSQL
I have upgraded the version of quarkus to 2.8.0.CR1 My quarkus apps are using a mix of camel, mutiny, resteasy, mongo, pubsub and it seems to have been reproduc
I'm learning Quarkus Reactive with Mongo Panache and when i try to add a Metadata and Pagination object i get the error: "ERROR [io.qu.re.re.ja.ru.ma.NativeInva
Quarkus 2.8.0.Final introduced QuarkusTransaction. What is the difference between @ApplicationScoped public class MyClass { @Inject TransactionManager
I want to implement my custom filter in my application. TemplateOverrideFilter public class TemplateOverrideFilter implements ContainerRequestFilter { priva
We are using multiple source sets for tests in our project which defined in gradle like this: sourceSets { test { java { srcDir file('sr
It's the first time that I have to write a Quarkus extension and I'm having problems with Lombok, after that, i have added the dependency to the pom's dependenc
Colleagues, hello! Is is possible to inject beans inside of class which is created via 'new' operator? For example: public class TestClass implements Callback {
I'm using quarkus profile-aware files to set different property values for different profiles: application.properties quarkus.http.port=9090 # quarkus.http.port
I want to Test my Endpoints using Karate, but when starting the Test I get following Error: java.lang.IllegalArgumentException: Could not find option with name