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 2023/10/23 12:52:35 UTC

[camel] branch regen_bot updated (18eab1f89d1 -> 4087a79f3f1)

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 18eab1f89d1 (chores) camel-core: reduce method size to help inlining
     add 4087a79f3f1 camel-lra: provide additional unit tests (#11809)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/service/lra/LRASagaService.java   |   1 -
 .../apache/camel/service/lra/LRAClientTest.java    |  74 ++++++++++++++
 .../camel/service/lra/LRASagaCoordinatorTest.java  | 113 +++++++++++++++++++++
 .../camel/service/lra/LRASagaServiceTest.java      |  35 +++++++
 4 files changed, 222 insertions(+), 1 deletion(-)
 create mode 100644 components/camel-lra/src/test/java/org/apache/camel/service/lra/LRASagaCoordinatorTest.java