You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/10/13 09:21:40 UTC

[camel] branch regen_bot updated (c7ec996a6bc -> f24d66a129d)

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 c7ec996a6bc CAMEL-18608: Fix the tests in JmsDefaultTaskExecutorTypeTest
     add e5a6ab341ae (chores) ci: increase the number of maximum testable components
     add 944724c03d3 CAMEL-18576: Using property placeholder allows to turn off nested, with myKey?nested=false. (#8533)
     add 02db6665415 (chores) ci: add visual marker for skipped tests
     add 6205c04518d (chores) ci: add support for generating tests summaries
     add 7666ce8be44 Upgrade JNats to version 2.16.1
     add cad20276792 Sync deps
     add f24d66a129d Regen

No new revisions were added by this update.

Summary of changes:
 .github/actions/quick-test/quick-test.sh           |  7 +++-
 .github/workflows/component-pr.yaml                |  4 +-
 camel-dependencies/pom.xml                         |  2 +-
 .../properties/DefaultPropertiesParser.java        | 15 +++++--
 ...t.java => ExpressionPlaceholderNestedTest.java} | 47 ++++++++++++++++++----
 .../ROOT/pages/using-propertyplaceholder.adoc      | 34 +++++++++++++++-
 parent/pom.xml                                     |  2 +-
 7 files changed, 94 insertions(+), 17 deletions(-)
 rename core/camel-core/src/test/java/org/apache/camel/processor/{ExpressionPlaceholderTest.java => ExpressionPlaceholderNestedTest.java} (55%)