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

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 68f26e9  JAMES-2893 Remove useless bloop prefix from logs
     new 4102965  JAMES-2855 Remove redundant plugin configuration for MPT
     new eaaea61  JAMES-2855 Rationalize mailbox/pom.xml plugin management
     new daff040  JAMES-2855 No need to run mailet-doc-plugin for 
apache-mailet-test
     new 2267aaf  JAMES-2855 Reusing forks is already the default behavior
     new be0602c  JAMES-2855 Avoid repeating partially parent maven-jar-plugin 
configuration
     new c17b2ad  JAMES-2375 DSNBounce mailet do not provide a subject
     new f78ad40  JAMES-2881 Add test for HeadersToHTTP/SerialiseToHTTP mailets

The 7 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:
 mailbox/pom.xml                                    |  31 ---
 mailbox/scanning-search/pom.xml                    |  16 --
 mailet/standard/pom.xml                            |   4 +
 .../james/transport/mailets/SerialiseToHTTP.java   |  48 ++--
 .../james/transport/mailets/HeadersToHTTPTest.java | 241 +++++++++++++++++++
 .../transport/mailets/SerialiseToHTTPTest.java     | 262 +++++++++++++++++++++
 .../mime/{gmail.mime => sendToRemoteHttp.mime}     |   0
 mailet/test/pom.xml                                |   4 -
 mpt/pom.xml                                        |  36 ---
 server/blob/blob-cassandra/pom.xml                 |  12 -
 server/container/filesystem-api/pom.xml            |  17 --
 server/container/guice/blob-api-guice/pom.xml      |  11 -
 server/data/data-api/pom.xml                       |  16 --
 server/data/data-library/pom.xml                   |  17 --
 server/data/data-memory/pom.xml                    |  16 --
 server/dns-service/dnsservice-api/pom.xml          |  17 --
 server/dns-service/dnsservice-test/pom.xml         |  17 --
 server/mailet/mailetcontainer-api/pom.xml          |  17 --
 .../apache/james/transport/mailets/DSNBounce.java  |   7 +-
 .../mailets/redirect/AddressExtractor.java         |   2 +-
 .../apache/james/transport/util/SenderUtils.java   |   2 +-
 .../james/transport/mailets/DSNBounceTest.java     | 119 +++++++++-
 server/mailrepository/mailrepository-api/pom.xml   |  16 --
 .../mailrepository-cassandra/pom.xml               |  16 --
 .../mailrepository/mailrepository-memory/pom.xml   |  16 --
 25 files changed, 655 insertions(+), 305 deletions(-)
 create mode 100644 
mailet/standard/src/test/java/org/apache/james/transport/mailets/HeadersToHTTPTest.java
 create mode 100644 
mailet/standard/src/test/java/org/apache/james/transport/mailets/SerialiseToHTTPTest.java
 copy mailet/standard/src/test/resources/mime/{gmail.mime => 
sendToRemoteHttp.mime} (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to