This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 35b77a29d30 Sync and regen
new e9fdf399d52 CAMEL-17969: properties component - Add lookup listener so
we can cature from where a property placeholder was from.
new 10c8576a56f CAMEL-17969: camel-main - Property-placeholder summary
new cd169175b39 CAMEL-17969: properties component - Add lookup listener so
we can cature from where a property placeholder was from.
new ba504866ae2 CAMEL-17969: camel-main - Property-placeholder summary
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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%)