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/01/18 13:46:24 UTC

[camel] branch regen_bot_3x updated (86315b9a52b -> fd8fead02a7)

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 86315b9a52b CAMEL-17895: Add option for vertx-websocket consumer to connect as a WS client
     add bf2e677b623 Solving TODO, values for from and subject are now read from the endpoint configuration (#9076)
     add 62cce95b843 CAMEL-14008 Another try to add a connection pool to camel-as2 (#9143)
     add fd8fead02a7 Regen for commit 62cce95b8434389573e6058822c6303a38c847ae

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/as2.json   |  4 +
 .../as2/api/AS2AsynchronousMDNManager.java         |  6 +-
 .../component/as2/api/AS2ClientConnection.java     | 95 ++++++++++++++++++----
 .../camel/component/as2/api/AS2ClientManager.java  | 21 +++--
 .../component/as2/api/AS2ServerConnection.java     | 10 +--
 .../AS2MessageDispositionNotificationEntity.java   |  6 +-
 .../as2/api/entity/ApplicationEDIEntity.java       |  6 +-
 .../ApplicationPkcs7MimeCompressedDataEntity.java  |  4 +-
 .../ApplicationPkcs7MimeEnvelopedDataEntity.java   |  4 +-
 .../entity/ApplicationPkcs7SignatureEntity.java    |  8 +-
 ...spositionNotificationMultipartReportEntity.java |  8 +-
 .../DispositionNotificationOptionsParser.java      |  6 +-
 .../component/as2/api/entity/EntityParser.java     | 53 ++++++------
 .../camel/component/as2/api/entity/MimeEntity.java |  6 +-
 .../component/as2/api/entity/TextPlainEntity.java  |  4 +-
 .../as2/api/io/AS2BHttpClientConnection.java       | 19 ++---
 .../as2/api/io/AS2SessionInputBuffer.java          |  5 +-
 .../component/as2/api/util/AS2HeaderUtils.java     | 12 +--
 .../util/DispositionNotificationContentUtils.java  |  6 +-
 .../component/as2/api/util/EncryptingUtils.java    |  6 +-
 .../camel/component/as2/api/util/EntityUtils.java  | 16 ++--
 .../component/as2/api/util/HttpMessageUtils.java   | 16 ++--
 .../camel/component/as2/api/util/SigningUtils.java |  6 +-
 .../camel/component/as2/api/AS2MessageTest.java    | 62 +++++---------
 ...ientManagerEndpointConfigurationConfigurer.java | 28 +++++++
 .../component/as2/AS2ConfigurationConfigurer.java  | 28 +++++++
 .../camel/component/as2/AS2EndpointConfigurer.java | 28 +++++++
 .../camel/component/as2/AS2EndpointUriFactory.java |  6 +-
 ...rverManagerEndpointConfigurationConfigurer.java | 28 +++++++
 .../org/apache/camel/component/as2/as2.json        |  4 +
 .../camel/component/as2/AS2Configuration.java      | 54 ++++++++++++
 .../apache/camel/component/as2/AS2Consumer.java    |  7 +-
 .../apache/camel/component/as2/AS2Producer.java    |  4 +-
 .../as2/internal/AS2ConnectionHelper.java          |  4 +-
 .../camel/component/as2/AS2ServerManagerIT.java    | 56 ++++++++++++-
 35 files changed, 456 insertions(+), 180 deletions(-)