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 2021/07/28 09:34:13 UTC

[camel] branch regen_bot updated (ebec494 -> 93e6d1e)

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 ebec494  Polished
     add 6682a90  CAMEL-16822: CamelContext API - getComponentNames and getLanguageNames changed to return Set instead of List
     add 1c2db0f  CAMEL-16818: Added unit test
     add 5aabf23  CAMEL-16822: CamelContext API - getComponentNames and getLanguageNames changed to return Set instead of List
     add e647d28  CAMEL-16818: Kamelet EIP should include child outputs when dumping routes
     add 1a3c581  Upgrade AWS SDK v2 to version 2.17.6
     add ac5602c  Sync deps
     add 3a25314  Added test based on user forum issue
     add c1290a0  Fixed CS
     add ccd8aff  Update validator-component.adoc
     add 16dad85  CAMEL-16799: Upgrade to the latest MicroProfile component releases (#5874)
     add e41606d  Upgrade Libphonenumber to version 8.12.28
     add 7a98c0f  Sync deps and regen
     add 6ccf2d3  Upgrade Docker Java to version 3.2.11
     add 90acc9a  Sync deps and regen
     add a543971  CAMEL-16822: CamelContext API - getComponentNames and getLanguageNames changed to return Set instead of List
     add b79ccd9  fix: update inbox to the correct spelling. (#5876)
     add 93e6d1e  Regen for commit b79ccd95d8707bdc90c3df107fa76a468042d365

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         | 18 +++---
 .../apache/camel/catalog/docs/file-component.adoc  |  2 +-
 .../camel/catalog/docs/validator-component.adoc    |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 71 +++++++++++++++++++++-
 .../language/csimple/joor/OriginalSimpleTest.java  |  5 +-
 .../camel-file/src/main/docs/file-component.adoc   |  2 +-
 components/camel-kamelet/pom.xml                   |  5 ++
 ...sumeOnlyTest.java => KameletRouteDumpTest.java} | 28 ++++++---
 .../health/CamelMicroProfileHealthTestSupport.java |  6 ++
 .../src/main/docs/validator-component.adoc         |  2 +-
 .../main/java/org/apache/camel/CamelContext.java   |  4 +-
 .../camel/impl/engine/AbstractCamelContext.java    | 12 ++--
 .../camel/impl/lw/LightweightCamelContext.java     |  4 +-
 .../impl/lw/LightweightRuntimeCamelContext.java    |  6 +-
 .../org/apache/camel/model/KameletDefinition.java  | 13 +++-
 .../camel/impl/engine/DefaultCamelContextTest.java |  8 +--
 .../apache/camel/language/simple/SimpleTest.java   |  2 +-
 ...=> SplitterStopOnExceptionAndContinueTest.java} | 32 +++++-----
 .../modules/ROOT/pages/file-component.adoc         |  2 +-
 .../modules/ROOT/pages/validator-component.adoc    |  2 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_12.adoc    |  5 ++
 parent/pom.xml                                     | 18 +++---
 22 files changed, 180 insertions(+), 69 deletions(-)
 copy components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletConsumeOnlyTest.java => KameletRouteDumpTest.java} (64%)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{SplitterStopOnExceptionTest.java => SplitterStopOnExceptionAndContinueTest.java} (68%)