Jiri Ondrusek created CAMEL-21582: ------------------------------------- Summary: PropertiesComponent requires LoadablePropertiesSource which was removed by CAMEL-21480 and CAMEL-21484 Key: CAMEL-21582 URL: https://issues.apache.org/jira/browse/CAMEL-21582 Project: Camel Issue Type: Improvement Components: camel-core Affects Versions: 4.10.0 Reporter: Jiri Ondrusek
Here are 2 recent fixes CAMEL-21480 and CAMEL-21480, which made properties loaded by microprofile as not loadable. Unfortunately some parts of PropertiesComponent requires `LoadablePropertiesSource` (i.e. this [code|https://github.com/apache/camel/blob/main/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java#L287]). The issue can be simulated by running camel-quarkus test [CamelAutowiredDisabledTest|https://github.com/apache/camel-quarkus/blob/camel-main/extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/main/CamelAutowiredDisabledTest.java] from branch `camel-main`. -- This message was sent by Atlassian Jira (v8.20.10#820010)