Relative Content

Tag Archive for quarkusquarkus-rest-client

Remove unwanted @Singleton Bean from Quarkus in Extension

I develop a quarkus extension using this guide which uses another 3rd party quarkus extension as dependency (I have no control over the source code from the 3rd party). The 3rd party extension registers a bean via @Singleton and this bean is always present when I use my extension in a quarkus app (I see it in the dev UI)