Category "quarkus"

Quarkus extension filter doesn't work when registers via AdditionalBeanBuildItem

I want to implement my custom filter in my application. TemplateOverrideFilter public class TemplateOverrideFilter implements ContainerRequestFilter { priva

Quarkus custom test resources dir

We are using multiple source sets for tests in our project which defined in gradle like this: sourceSets { test { java { srcDir file('sr

Lombok doest not work in quarkus extension

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

Dependency injection from Quarkus (java)

Colleagues, hello! Is is possible to inject beans inside of class which is created via 'new' operator? For example: public class TestClass implements Callback {

Quarkus profile-aware config isn't used in native compilation

I'm using quarkus profile-aware files to set different property values for different profiles: application.properties quarkus.http.port=9090 # quarkus.http.port

Quarkus Karate Test Error: Could not find option with name engine.WarnInterpreterOnly

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