This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-3.x
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
     new bf2e677b623 Solving TODO, values for from and subject are now read 
from the endpoint configuration (#9076)
     new 62cce95b843 CAMEL-14008 Another try to add a connection pool to 
camel-as2 (#9143)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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    | 52 ++++++++++--
 34 files changed, 447 insertions(+), 181 deletions(-)

Reply via email to