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 d7adf18 JAMES-2717
CassandraLinshareBlobExportMechanismIntegrationTest needs to rely on
DockerElasticSearchExtension
new 4f6eafb JAMES-2233 Adding more context to WebAdmin audit logs
new 5e0baaa JAMES-2233 Correlate request and response logging using a
requestId
new 5439fd0 JAMES-2743 HeaderCollectionTest JUNIT 5 migration
new 1b19a73 JAMES-2743 JMAP Search Doesn't support From field with UTF8
characters
new 4b3d611 JAMES-2743 Need HeaderCollection to use encoded(raw) value
when parsing
new 7457846 JAMES-2744 James download currently doesn't provide
Content-Type header
new e7d5585 JAMES-2744 James download should provide Content-Type header
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/elasticsearch/pom.xml | 5 ++
.../elasticsearch/json/HeaderCollection.java | 13 +--
.../elasticsearch/json/HeaderCollectionTest.java | 93 +++++++++++++---------
.../org/apache/james/util/InputStreamUtils.java | 20 ++---
.../apache/james/util/InputStreamUtilsTest.java} | 33 +++++---
.../integration/GetMessageListMethodTest.java | 78 ++++++++++++++++++
.../integration/cucumber/DownloadStepdefs.java | 21 +++++
.../test/resources/cucumber/DownloadGet.feature | 6 ++
.../src/test/resources/eml/oneAttachment-part1.eml | 69 +++++++---------
.../src/test/resources/eml/oneAttachment-part2.eml | 46 +++--------
.../memory/MemoryGetMessageListMethodTest.java | 7 ++
.../org/apache/james/jmap/DownloadServlet.java | 1 +
.../james/webadmin/mdc/LoggingRequestFilter.java | 23 +++++-
.../james/webadmin/mdc/LoggingResponseFilter.java | 19 ++++-
.../org/apache/james/webadmin/mdc/RequestId.java} | 52 ++++++------
.../apache/james/webadmin/mdc/RequestIdTest.java | 9 +--
16 files changed, 322 insertions(+), 173 deletions(-)
copy
mailbox/api/src/main/java/org/apache/james/mailbox/exception/AnnotationException.java
=>
server/container/util/src/main/java/org/apache/james/util/InputStreamUtils.java
(74%)
copy
server/{blob/blob-objectstorage/src/test/java/org/apache/james/blob/objectstorage/PayloadCodecContract.java
=>
container/util/src/test/java/org/apache/james/util/InputStreamUtilsTest.java}
(56%)
copy
mailbox/store/src/test/resources/eml/oneHtmlAttachmentAndSomeTextInlined.eml =>
server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/eml/oneAttachment-part1.eml
(75%)
copy mailbox/store/src/test/resources/eml/oneAttachmentWithoutContentType.eml
=>
server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/eml/oneAttachment-part2.eml
(85%)
copy
server/{mailrepository/mailrepository-api/src/main/java/org/apache/james/mailrepository/api/MailKey.java
=>
protocols/webadmin/webadmin-core/src/main/java/org/apache/james/webadmin/mdc/RequestId.java}
(63%)
copy
protocols/smtp/src/test/java/org/apache/james/protocols/smtp/hook/HookResultTest.java
=>
server/protocols/webadmin/webadmin-core/src/test/java/org/apache/james/webadmin/mdc/RequestIdTest.java
(89%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]