jamesnetherton commented on issue #8825: URL: https://github.com/apache/camel-quarkus/issues/8825#issuecomment-5265852617
The problem here is that we effectively already have a `RuntimePropertiesProvider` from `camel-microprofile-config` in the shape of `CamelMicroProfilePropertiesSource`. Even with a custom `RuntimePropertiesProvider` that filters results, the properties dev console will still return unwanted (and duplicate) results because it combines the `PropertiesSource` with the `RuntimePropertiesProvider`: First here: https://github.com/apache/camel/blob/8e39ef44603da348526809d5bc6094b29f5a359d/core/camel-console/src/main/java/org/apache/camel/impl/console/PropertiesDevConsole.java#L51 Then here: https://github.com/apache/camel/blob/8e39ef44603da348526809d5bc6094b29f5a359d/core/camel-console/src/main/java/org/apache/camel/impl/console/PropertiesDevConsole.java#L69-L70 -- 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]
