jamesnetherton opened a new issue, #3739:
URL: https://github.com/apache/camel-quarkus/issues/3739
Lots of tests failing due to routes with URIs having property placeholders:
```
Caused by: java.util.NoSuchElementException: SRCFG00040: The config property
sun.cpu.isalist is defined as the empty String ("") which the following
Converter considered to be null: io.smallrye.config.Converters$BuiltInConverter
at
io.smallrye.config.SmallRyeConfig.convertValue(SmallRyeConfig.java:282)
at io.smallrye.config.SmallRyeConfig.getValue(SmallRyeConfig.java:237)
at io.smallrye.config.SmallRyeConfig.getValue(SmallRyeConfig.java:165)
at
org.apache.camel.component.microprofile.config.CamelMicroProfilePropertiesSource.loadProperties(CamelMicroProfilePropertiesSource.java:50)
at
org.apache.camel.component.properties.DefaultPropertiesLookup.doLookup(DefaultPropertiesLookup.java:89)
at
org.apache.camel.component.properties.DefaultPropertiesLookup.lookup(DefaultPropertiesLookup.java:43)
at
org.apache.camel.component.properties.DefaultPropertiesParser$ParsingContext.doGetPropertyValue(DefaultPropertiesParser.java:348)
at
org.apache.camel.component.properties.DefaultPropertiesParser$ParsingContext.getPropertyValue(DefaultPropertiesParser.java:275)
at
org.apache.camel.component.properties.DefaultPropertiesParser$ParsingContext.readProperty(DefaultPropertiesParser.java:177)
at
org.apache.camel.component.properties.DefaultPropertiesParser$ParsingContext.doParse(DefaultPropertiesParser.java:119)
at
org.apache.camel.component.properties.DefaultPropertiesParser$ParsingContext.parse(DefaultPropertiesParser.java:103)
at
org.apache.camel.component.properties.DefaultPropertiesParser.parseUri(DefaultPropertiesParser.java:68)
at
org.apache.camel.component.properties.PropertiesComponent.parseUri(PropertiesComponent.java:312)
at
org.apache.camel.component.properties.PropertiesComponent.parseUri(PropertiesComponent.java:168)
at
org.apache.camel.impl.engine.AbstractCamelContext.resolvePropertyPlaceholders(AbstractCamelContext.java:1879)
at
org.apache.camel.support.EndpointHelper.resolveEndpointUriPropertyPlaceholders(EndpointHelper.java:74)
... 74 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]