This is an automated email from the ASF dual-hosted git repository.
rouazana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 581b64b JAMES-2774 log when fail to dispatch in EventDispatcher
new bb1fd29 JAMES-1975 Add DKIM integration test
new 6861d2a JAMES-1975 Inject PublicKeyRecordRetriever for DKIMVerify
mailet
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:
.../org/apache/james/CassandraJamesServerMain.java | 4 +-
.../java/org/apache/james/JPAJamesServerMain.java | 4 +-
.../java/org/apache/james/JPAJamesServerMain.java | 3 +-
server/container/guice/mailet/pom.xml | 4 +
.../james/modules/server/DKIMMailetModule.java} | 15 +-
server/container/guice/memory-guice/pom.xml | 8 +-
.../org/apache/james/MemoryJamesServerMain.java | 4 +-
.../org/apache/james/jdkim/mailets/DKIMVerify.java | 30 ++--
.../mailets/MockPublicKeyRecordRetriever.java | 57 ++++++++
.../apache/james/jdkim/mailets/DKIMSignTest.java | 1 -
.../apache/james/jdkim/mailets/DKIMVerifyTest.java | 13 +-
server/mailet/integration-testing/pom.xml | 4 +
.../apache/james/mailets/DKIMIntegrationTest.java | 161 +++++++++++++++++++++
.../transport/mailets/ExtractAttributeStub.java | 36 +++--
14 files changed, 287 insertions(+), 57 deletions(-)
copy
server/container/guice/{guice-common/src/main/java/org/apache/james/modules/server/RawPostDequeueDecoratorModule.java
=> mailet/src/main/java/org/apache/james/modules/server/DKIMMailetModule.java}
(75%)
create mode 100644
server/mailet/dkim/src/main/java/org/apache/james/jdkim/mailets/MockPublicKeyRecordRetriever.java
create mode 100644
server/mailet/integration-testing/src/test/java/org/apache/james/mailets/DKIMIntegrationTest.java
copy
mailet/standard/src/main/java/org/apache/james/transport/mailets/RemoveAllMailAttributes.java
=>
server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/ExtractAttributeStub.java
(70%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]