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 39ca0e7 CAMEL-16776: Autowiring components should be deferred till later when using main based Camel which allows to read the configuration and know if autowiring is enabled or not before using it. The old behavior should be to always autowire which is what classic Camel uses. add 6dd1260 CAMEL-16777: camel-core - Add constant language in Java DSL where you can specify trim option. No new revisions were added by this update. Summary of changes: .../src/main/java/org/apache/camel/builder/Builder.java | 15 +++++++++++++++ .../java/org/apache/camel/builder/BuilderSupport.java | 7 +++++++ .../java/org/apache/camel/builder/ExpressionClause.java | 8 ++++++++ .../apache/camel/builder/ExpressionClauseSupport.java | 14 ++++++++++++++ .../java/org/apache/camel/language/ConstantTrimTest.java | 16 +++++++--------- 5 files changed, 51 insertions(+), 9 deletions(-) copy components/camel-spring-xml/src/test/java/org/apache/camel/language/spel/SpelResourceTest.java => core/camel-core/src/test/java/org/apache/camel/language/ConstantTrimTest.java (78%)