This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_40x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 2a14217619d CAMEL-19707: camel-aws-s3 - Upload small / zero length
files in single operation instead of multi-part (#11806)
add 18eab1f89d1 (chores) camel-core: reduce method size to help inlining
add 4087a79f3f1 camel-lra: provide additional unit tests (#11809)
add 9b2aa8b2b2a CAMEL-20028: camel-mail - Make disposition optional if
filename is non empty (#11811)
add 49d0990302b CAMEL-20032: camel-yaml-dsl - Choice should not have steps
in schema (#11813)
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 +++++++
.../apache/camel/component/mail/MailBinding.java | 2 +-
.../component/mail/MailAttachmentNamesTest.java | 12 +++
.../{filename_empty.txt => disposition_none.txt} | 4 +-
.../camel/impl/engine/CamelInternalProcessor.java | 14 ++-
.../errorhandler/RedeliveryErrorHandler.java | 32 +++---
.../java/org/apache/camel/support/EventHelper.java | 47 +++------
.../dsl/yaml/deserializers/ModelDeserializers.java | 5 -
.../dsl/yaml/GenerateYamlDeserializersMojo.java | 11 +-
.../generated/resources/schema/camelYamlDsl.json | 6 --
13 files changed, 291 insertions(+), 65 deletions(-)
create mode 100644
components/camel-lra/src/test/java/org/apache/camel/service/lra/LRASagaCoordinatorTest.java
copy components/camel-mail/src/test/resources/{filename_empty.txt =>
disposition_none.txt} (92%)