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 4ffa7e8 JAMES-2979 try to simplify Spooler code new ab36c10 Document Health checks routes return code changes in upgrade instructions new ec3cb6e [Refactoring] Run IntelliJ 'inner class may be static' inspection new fb8d364 [Refactoring] Move ElasticSearchMailboxConfigurationTest to JUnit 5 new 255b237 [Refactoring] Move SearchQueryTest to JUnit 5 new 4995a9b [Refactoring] Move DateResolutionFormaterTest to JUnit 5 new 08122d3 [Refactoring] Move SubjectsTest to JUnit 5 new e7a6612 [Refactoring] Move MimePartTest to JUnit 5 new 136c1f2 [Refactoring] Move EMailersTest to JUnit 5 new 08664f2 [Refactoring] Move ElasticSearchListeningMessageSearchIndexTest to JUnit 5 new 8d2f38a JAMES-2999 reuse spamassassin images between runs The 10 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: .../apache/james/mailbox/model/MessageRange.java | 2 +- .../mailbox/cassandra/mail/CassandraACLMapper.java | 4 +- .../ElasticSearchMailboxConfigurationTest.java | 36 +++---- ...asticSearchListeningMessageSearchIndexTest.java | 108 ++++++++++----------- .../mailbox/elasticsearch/json/EMailersTest.java | 12 +-- .../mailbox/elasticsearch/json/MimePartTest.java | 8 +- .../mailbox/elasticsearch/json/SubjectsTest.java | 12 +-- .../query/DateResolutionFormaterTest.java | 21 ++-- .../elasticsearch/query/SearchQueryTest.java | 53 +++++----- .../quota/InMemoryCurrentQuotaManager.java | 2 +- .../migrator/command/IMAP168JpaMigrateCommand.java | 2 +- .../apache/james/mpt/protocol/ProtocolSession.java | 8 +- .../imap/decode/parser/ListCommandParser.java | 2 +- .../imap/message/request/SetQuotaRequest.java | 2 +- .../processor/fetch/PartialFetchBodyElement.java | 2 +- .../james/protocols/pop3/core/TopCmdHandler.java | 2 +- .../protocols/smtp/core/esmtp/AuthCmdHandler.java | 2 +- .../james/util/bayesian/BayesianAnalyzer.java | 2 +- .../org/apache/james/transport/mailets/SPF.java | 2 +- .../jmap/draft/BypassAuthOnRequestMethod.java | 2 +- .../netty/NettyImapRequestLineReader.java | 2 +- .../james/lmtpserver/DataLineLMTPHandler.java | 2 +- .../DataLineJamesMessageHookHandler.java | 2 +- .../org/apache/james/queue/file/FileMailQueue.java | 4 +- .../james/spamassassin/SpamAssassinExtension.java | 4 +- upgrade-instructions.md | 15 +++ 26 files changed, 160 insertions(+), 153 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org