You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following config error when setting a nonexistent factory (by mistake), e.g. -Dquarkus.cxf.http-conduit-factory=foo:
java.lang.RuntimeException: io.smallrye.config.ConfigValidationException: Configuration validation failed:
java.lang.IllegalArgumentException: SRCFG00039: The config property quarkus.cxf.http-conduit-factory with the config value "foo" threw an Exception whilst being converted SRCFG00049: Cannot convert foo to enum class io.quarkiverse.cxf.CxfClientConfig$HTTPConduitImpl, allowed values: cxfd-efault,http-client-httpc-onduit-factory,urlc-onnection-httpc-onduit-factory,quarkus-cxfd-efault
...
Yeah, this back-and-forth enum string juggling in Quarkus does not work well if one prefers other than dash-case representation. I have filed quarkusio/quarkus#36847
ppalaga
changed the title
Weird config error when setting nonexistent http-conduit-factory value
[Quarkus 3.6] Weird config error when setting nonexistent http-conduit-factory value
Nov 13, 2023
I'm getting the following config error when setting a nonexistent factory (by mistake), e.g.
-Dquarkus.cxf.http-conduit-factory=foo
:The "allowed values" look very odd:
The text was updated successfully, but these errors were encountered: