You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/07/30 11:18:57 UTC

[camel-quarkus] branch main updated (b0a6b56 -> 8442318)

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from b0a6b56  Fix foundation core faulttolerance itest package name
     add 2981142  Test threads() EIP DSL method #2628
     add df3c9aa  Test throttle() EIP DSL method #2628
     add 9ad2d45  Test validate() EIP DSL method #2628
     add 2543568  Test weighted() EIP DSL method #2628
     add 5dff734  Test doTry(), doCatch() and doFinally() EIP DSL methods #2628
     add b5aa9a8  Make method() EIP method discoverable for the audit tooling
     add 8442318  Test expression EIP DSL method #2628

No new revisions were added by this update.

Summary of changes:
 .../quarkus/component/bean/eip/EipRoutes.java      |   2 +-
 .../org/apache/camel/quarkus/eip/it/EipRoutes.java |  40 ++++++
 .../org/apache/camel/quarkus/eip/it/EipTest.java   | 140 +++++++++++++++++++++
 .../camel/quarkus/main/CoreMainXmlIoResource.java  |  26 ++--
 .../apache/camel/quarkus/main/XmlIoRoutes.java}    |   9 +-
 .../camel/quarkus/main/CoreMainXmlIoTest.java      |  28 ++++-
 6 files changed, 228 insertions(+), 17 deletions(-)
 copy integration-tests/{main-discovery-disabled/src/main/java/org/apache/camel/quarkus/main/MainDiscoveryDisabledRoutes.java => main-xml-io/src/main/java/org/apache/camel/quarkus/main/XmlIoRoutes.java} (81%)