This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 63363dc Merge remote-tracking branch 'mine/split-blobstore-cassandra' new e0d1d67 JAMES-3028 enhancements to DeleteDumbBlobStoreContract new 4fd7029 JAMES-3028 enhancement to BucketDumbBlobStoreContract new 29faf2c JAMES-3044 Unify Jsoup version in James new 2958ee9 JAMES-3044 Test to prove JsoupTextExtractor fails on null characters new 1006530 JAMES-3044 Upgrading Jsoup from 1.21.1 to 1.12.2 new 9fcda1e [Fix] Disable unstable test on concurrent webadmin start up new d95f16a JAMES-3042 ImapRequestFrameDecoder should be more resilient new 365dd4a JAMES-3042 ImapRequestFrameDecoder::newCumulationBuffer should sanitize negative size new d8bcd44 JAMES-3043 IMAP selected mailbox checks should rely on mailboxId The 9 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/store/pom.xml | 1 - .../store/extractor/JsoupTextExtractorTest.java | 24 ++++++- pom.xml | 5 ++ .../imap/processor/AbstractSelectionProcessor.java | 2 +- .../james/imap/processor/AppendProcessor.java | 2 +- .../blob/api/BucketDumbBlobStoreContract.java | 2 +- .../blob/api/DeleteDumbBlobStoreContract.java | 22 +++--- server/protocols/jmap-draft/pom.xml | 1 - server/protocols/protocols-imap4/pom.xml | 5 ++ .../imapserver/netty/ImapRequestFrameDecoder.java | 22 +++--- .../netty/ImapRequestFrameDecoderTest.java | 80 ++++++++++++++++++++++ .../apache/james/webadmin/WebAdminUtilsTest.java | 5 +- 12 files changed, 145 insertions(+), 26 deletions(-) create mode 100644 server/protocols/protocols-imap4/src/test/java/org/apache/james/imapserver/netty/ImapRequestFrameDecoderTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org