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/06/09 13:23:18 UTC

[camel] branch regen_bot updated (6e75b03a9b4 -> 42d2ab220d6)

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


 discard 6e75b03a9b4 Regen for commit e5bd22b0041a83f5121a4fdb6f25d76219bceb68
     add 4d9d5f618fe (chores) core: use StandardCharsets for instead of resolving charsets dynamically
     add e83de87e58c camel-aws2-kinesis: use StandardCharsets for instead of resolving charsets dynamically
     add 6b8db0b4b79 camel-aws2-s3: use StandardCharsets for instead of resolving charsets dynamically
     add 826a48907a3 (chores) camel-cxf: use StandardCharsets for instead of resolving charsets dynamically
     add 100b4bef49c camel-minio: use StandardCharsets for instead of resolving charsets dynamically
     add fe461b54e88 (chores) camel-jetty: use StandardCharsets for instead of resolving charsets dynamically
     add 710fb878b67 (chores) camel-mllp: use StandardCharsets for instead of resolving charsets dynamically
     add 68483efa180 (chores) camel-netty-http: use StandardCharsets for instead of resolving charsets dynamically
     add 21efcd69bbc (chores) camel-salesforce: use StandardCharsets for instead of resolving charsets dynamically
     add 42d2ab220d6 (chores) camel-smpp: use StandardCharsets for instead of resolving charsets dynamically

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6e75b03a9b4)
            \
             N -- N -- N   refs/heads/regen_bot (42d2ab220d6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/spring-ws.json |   50 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 9460 +++++++-------------
 .../aws2/kinesis/RecordStringConverterTest.java    |    4 +-
 .../S3ObjectRangeOperationManualIT.java            |    3 +-
 .../component/cxf/jaxrs/DefaultCxfRsBinding.java   |    4 +-
 .../component/jetty/JettyHttpContentTypeTest.java  |    8 +-
 .../integration/MinioObjectRangeOperationIT.java   |    3 +-
 .../camel/component/mllp/internal/Hl7UtilTest.java |    3 +-
 ...tyHttpAccessHttpRequestAndResponseBeanTest.java |    4 +-
 .../http/NettyHttpAccessHttpRequestBeanTest.java   |    4 +-
 .../netty/http/NettyHttpContentTypeTest.java       |    8 +-
 .../composite/SObjectCompositeResponseTest.java    |    6 +-
 .../camel/component/smpp/SmppUcs2SplitterTest.java |    5 +-
 .../camel/converter/jaxp/StAX2SAXSourceTest.java   |    3 +-
 .../camel/converter/jaxp/StaxConverterTest.java    |    5 +-
 .../MultiCastStreamCachingInSubRouteTest.java      |    4 +-
 .../SplitterStreamCachingInSubRouteTest.java       |    4 +-
 17 files changed, 3157 insertions(+), 6421 deletions(-)