You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/06/04 14:50:50 UTC

[camel] branch master updated (f6be5a7 -> 151b71f)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from f6be5a7  CAMEL-10452: Add an option to simulate SELECT *
     add 151b71f  [CAMEL-11257] Fixed content type header construction for disposition notification

No new revisions were added by this update.

Summary of changes:
 .../as2/api/AS2AsynchronousMDNManager.java         | 205 +++++++++++++++++++++
 .../camel/component/as2/api/AS2ClientManager.java  |   2 +-
 .../apache/camel/component/as2/api/AS2Header.java  |   6 +-
 .../org/apache/camel/component/as2/api/Util.java   |   8 +-
 ...spositionNotificationMultipartReportEntity.java |  35 ++--
 .../component/as2/api/entity/EntityParser.java     |   7 +-
 ...RequestAS2.java => RequestAsynchronousMDN.java} |  26 +--
 .../component/as2/api/protocol/ResponseMDN.java    | 179 +++++++++---------
 .../camel/component/as2/api/util/EntityUtils.java  |   5 +
 .../camel/component/as2/api/AS2MessageTest.java    |  44 ++++-
 .../component/as2/api/entity/EntityParserTest.java |   7 +-
 .../camel/component/as2/AS2Configuration.java      |   2 +-
 .../as2/springboot/AS2ComponentConfiguration.java  |   2 +-
 13 files changed, 393 insertions(+), 135 deletions(-)
 create mode 100644 components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/AS2AsynchronousMDNManager.java
 copy components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/protocol/{RequestAS2.java => RequestAsynchronousMDN.java} (72%)

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.