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 4900a05 JAMES-3130 MessageIdMapper::setFlags should return all results
new 2beeaf0 JAMES-2302:SMTP configuration documentation refers to
servername which does not exist anymore
new 0f513dd [Performance] Rely on reactor for Cassandra max quota
definition
new 0aa76bb [Refactoring] instanceof is always false for null, remove
duplicate checks
new 7255a1a [Refactoring] avoid manual implementation of Math.min
new cc4467a [Refactoring] avoid creating Arrays to call varargs methods
new 55b4e8c [Refactoring] simplify Collections operator where possible
new bb5f0e7 [Refactoring] remove useless String operations
new aff1d11 JAMES-3072 Add Progress Tracking for MailboxesExport Task
The 8 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 | 6 +-
.../java/org/apache/james/mailbox/model/Quota.java | 2 +-
.../quota/CassandraGlobalMaxQuotaDao.java | 52 +++++++--------
.../quota/CassandraPerDomainMaxQuotaDao.java | 49 ++++++--------
.../quota/CassandraPerUserMaxQuotaDao.java | 49 ++++++--------
.../quota/CassandraPerUserMaxQuotaManager.java | 76 ++++++++++++----------
.../search/ElasticSearchSearcher.java | 2 +-
.../james/mailbox/jpa/mail/JPAMailboxMapper.java | 2 +-
.../james/mailbox/maildir/MaildirFolder.java | 10 +--
.../james/mailbox/maildir/MaildirMessageName.java | 2 +-
.../james/mailbox/store/LazyMimeDescriptor.java | 2 +-
.../org/apache/mailet/base/FlowedMessageUtils.java | 2 +-
.../james/transport/mailets/AbstractSign.java | 4 +-
.../matcher/IsX509CertificateSubject.java | 2 +-
.../apache/james/transport/mailets/AddFooter.java | 4 +-
.../imap/api/message/response/StatusResponse.java | 6 +-
.../james/imap/decode/parser/UidCommandParser.java | 2 +-
.../imap/processor/AbstractMailboxProcessor.java | 2 +-
.../protocols/smtp/AbstractSMTPServerTest.java | 2 +-
.../apache/james/blob/api/BlobStoreContract.java | 2 +-
.../apache/james/blob/mail/MimeMessagePartsId.java | 4 +-
.../james/util/mime/MessageContentExtractor.java | 2 +-
.../org/apache/james/rrt/lib/MappingSource.java | 2 +-
.../sieverepository/file/SieveFileRepository.java | 2 +-
.../apache/james/jmap/api/access/AccessToken.java | 3 +-
.../library/inetnetwork/model/Inet4Network.java | 2 +-
.../library/inetnetwork/model/Inet6Network.java | 2 +-
.../james/smtpserver/fastfail/URIScanner.java | 8 +--
.../james/webadmin/service/ExportService.java | 42 ++++++++++--
.../webadmin/service/MailboxesExportTask.java | 18 +++--
...ailboxesExportTaskAdditionalInformationDTO.java | 13 +++-
.../james/webadmin/service/ExportServiceTest.java | 57 ++++++++++++----
.../service/MailboxesExportRequestToTaskTest.java | 3 +
...oxesExportTaskAdditionalInformationDTOTest.java | 2 +-
.../mailboxesExport.additionalInformation.json | 3 +-
.../queue/activemq/ActiveMQCacheableMailQueue.java | 2 +-
src/site/xdoc/server/config-smtp-lmtp.xml | 3 +-
37 files changed, 252 insertions(+), 194 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]