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 aa253c8  JAMES-3724 - Document Leak detection mode
     new 3c7cb4a  [PERF] Improves performance of IdRange::toString of 50%
     new 16afc8a  [PERF] IMAP SELECT decoding should not rely on exception
     new 30e6433  [PERF] Avoid calling toString on IMAP commands if not 
strictly needed
     new 77f3674  [PERF] DefaultImapDecoder should avoid needless map writes
     new c295b24  [PERF] FetchGroupConverter can optimize single element
     new 6eba433  [PERF] MDCBuilder: optimize when 'flat'
     new 9b91068  [PERF] ResultUtils::haveValidContent should avoid stream 
operation
     new 317bf5c  [PERF] SelectedMailboxImpl: avoid needless copies
     new 7e2b0da  [PERF] StatusResponseEncoder: Use String::isEmpty
     new 134257c  [PERF] StoreMessageManager::resetRecents send events only if 
needed
     new 06a693b  [PERF] FetchData::toString avoid a needless copy

The 11 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:
 .../org/apache/james/mailbox/store/ResultUtils.java   |  4 +---
 .../james/mailbox/store/StoreMessageManager.java      | 19 ++++++++++---------
 .../james/mailbox/store/mail/FetchGroupConverter.java |  8 +++++++-
 .../org/apache/james/imap/api/message/FetchData.java  |  4 ++--
 .../org/apache/james/imap/api/message/IdRange.java    | 12 +++++++-----
 .../james/imap/decode/ImapRequestLineReader.java      | 15 +++++++++++++++
 .../james/imap/decode/main/DefaultImapDecoder.java    |  5 ++++-
 .../decode/parser/AbstractSelectionCommandParser.java | 10 +++-------
 .../james/imap/encode/StatusResponseEncoder.java      |  2 +-
 .../imap/processor/base/AbstractChainedProcessor.java |  4 +++-
 .../imap/processor/base/SelectedMailboxImpl.java      |  8 +++-----
 .../main/java/org/apache/james/util/MDCBuilder.java   | 10 ++++++----
 12 files changed, 62 insertions(+), 39 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to