This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
from 4bf8d6c9b3f Upgrade Commons Pool to version 2.12.0 (#11621) add ddc95bbeaae CAMEL-19937: camel-core - Properties component - Add option to ignore unresolved property (#11622) add b8328fef4e9 camel-jbang - Transform to load blueprint and ignore some blueprint stuff No new revisions were added by this update. Summary of changes: .../org/apache/camel/spi/PropertiesComponent.java | 6 +++ .../properties/PropertiesComponentConfigurer.java | 6 +++ .../properties/DefaultPropertiesParser.java | 4 ++ .../component/properties/PropertiesComponent.java | 16 +++++- .../org/apache/camel/reifier/ProcessorReifier.java | 4 +- ...opertiesComponentIgnoreMissingPropertyTest.java | 59 ++++++++++++++++++++++ .../camel/dsl/jbang/core/commands/Transform.java | 1 + .../apache/camel/dsl/xml/io/XmlModelParser.java | 11 +++- 8 files changed, 102 insertions(+), 5 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/component/properties/PropertiesComponentIgnoreMissingPropertyTest.java