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 dfbaf4abee6 Camel-Salesforce: s390x support
add 238ec905e46 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