io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfig.jdp Maven / Gradle / Ivy
io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfig.disableSmartProduces=By default, RESTEasy Reactive uses text/plain content type for String values\nand application/json for everything else.\n\nMicroProfile Rest Client spec requires the implementations to always default to application/json.\nThis build item disables the "smart" behavior of RESTEasy Reactive to comply to the spec
io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfig.providerAutodiscovery=Whether providers (filters, etc.) annotated with {@link jakarta.ws.rs.ext.Provider} should be\nautomatically registered for all the clients in the application.
io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfig.scope=Default scope for Rest Client Reactive. Use `jakarta.enterprise.context.Dependent` for spec-compliant behavior
© 2015 - 2025 Weber Informatics LLC | Privacy Policy