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 35b77a29d30 Sync and regen
add e9fdf399d52 CAMEL-17969: properties component - Add lookup listener so
we can cature from where a property placeholder was from.
add 10c8576a56f CAMEL-17969: camel-main - Property-placeholder summary
add cd169175b39 CAMEL-17969: properties component - Add lookup listener so
we can cature from where a property placeholder was from.
add ba504866ae2 CAMEL-17969: camel-main - Property-placeholder summary
No new revisions were added by this update.
Summary of changes:
...nFactory.java => PropertiesLookupListener.java} | 13 +++--
.../org/apache/camel/spi/PropertiesComponent.java | 6 ++
.../properties/DefaultPropertiesLookup.java | 43 +++++++++++++--
.../properties/DefaultPropertiesParser.java | 16 ++++++
.../component/properties/PropertiesComponent.java | 20 +++++++
... => PropertiesComponentLookupListenerTest.java} | 64 +++++++++++++++-------
.../org/apache/camel/main/BaseMainSupport.java | 59 ++++++++++++++++++++
.../apache/camel/main/MainCommandLineSupport.java | 60 ++++++++++++++++++++
.../java/org/apache/camel/dsl/modeline/Trait.java | 5 +-
.../apache/camel/dsl/jbang/core/commands/Run.java | 4 +-
10 files changed, 256 insertions(+), 34 deletions(-)
copy core/camel-api/src/main/java/org/apache/camel/{ExpressionFactory.java =>
PropertiesLookupListener.java} (69%)
copy
core/camel-core/src/test/java/org/apache/camel/component/properties/{PropertiesRouteFromTest.java
=> PropertiesComponentLookupListenerTest.java} (50%)