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 97c391d Mailed Javadoc contribution from github @amichair
new 16341d1 JAMES-3214 Add missing test scope
new 92f6550 JAMES-3184 Limit concurrency while generating ReIndexingEntry
new 1bee82c JAMES-3184 Remove an unused constant
new 97e4ed5 JAMES-3184 Remove an unused constant
new 2bc6fb0 JAMES-3184 Limit concurrency while generating ReIndexingEntry
for MessageFastView
new c95991c [Refactoring] factorize setup in BounceIntegrationTest
new 7a1658f [Refactoring] rename BOUNCE_RECEIVER to sender, and give
unique passwords
new 524e20a JAMES-3210 add integration test demonstrating that the dsn
bounce response is send to the sender
new f38dac2 JAMES-3210 make the dsn text message nicer by separating the
recipients
new ae23e99 JAMES-3223 bump guava version to fix vulnerability
new 9d132e8 JAMES-3223 bump common-beanutils version to fix vulnerability
new 60d08c5 JAMES-3213 Source ReplyTo in ICALToJsonAttribute
The 12 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/backup/pom.xml | 5 +
.../task/SolveMessageInconsistenciesService.java | 1 -
.../deleted-messages-vault-cassandra/pom.xml | 5 +
mailbox/plugin/deleted-messages-vault/pom.xml | 5 +
.../mailbox/tools/indexer/ReIndexerPerformer.java | 6 +-
.../transport/mailets/ICALToJsonAttribute.java | 88 +++++++--
.../model/{ICAL.java => ICALAttributeDTO.java} | 103 ++++++-----
.../transport/mailets/ICALToJsonAttributeTest.java | 188 ++++++++++++++-----
.../{ICALTest.java => ICALAttributeDTOTest.java} | 83 +++------
mpt/impl/imap-mailbox/cyrus/pom.xml | 5 -
pom.xml | 2 +-
.../james/mailets/BounceIntegrationTest.java | 200 ++++++++++-----------
.../apache/james/transport/mailets/DSNBounce.java | 8 +-
.../pom.xml | 5 +
.../jmap/MessageFastViewProjectionCorrector.java | 10 +-
.../webadmin-mailbox-deleted-message-vault/pom.xml | 5 +
16 files changed, 424 insertions(+), 295 deletions(-)
rename
mailet/icalendar/src/main/java/org/apache/james/transport/mailets/model/{ICAL.java
=> ICALAttributeDTO.java} (63%)
rename
mailet/icalendar/src/test/java/org/apache/james/transport/mailets/model/{ICALTest.java
=> ICALAttributeDTOTest.java} (74%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]