This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git
from e6e8d12737f CAMEL-19509: camel-yaml-dsl - Add support for kamelet
binding with no sink
add feff82f8c47 Add possibility to override LRAClient (#10505)
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/service/lra/LRAClient.java | 37 ++++++-----
.../apache/camel/service/lra/LRASagaService.java | 12 +++-
.../apache/camel/service/lra/LRAClientTest.java | 66 +++++++++++++++++++
.../camel/service/lra/LRASagaServiceTest.java | 75 ++++++++++++++++++++++
4 files changed, 174 insertions(+), 16 deletions(-)
create mode 100644
components/camel-lra/src/test/java/org/apache/camel/service/lra/LRAClientTest.java
create mode 100644
components/camel-lra/src/test/java/org/apache/camel/service/lra/LRASagaServiceTest.java