(james-mime4j) branch master updated (e91a5b5a -> 13597e44)

[email protected] Fri, 13 Mar 2026 14:12:05 +0000
Newsgroups gmane.comp.jakarta.james.devel
Message-ID <177341112577.1824802.3643957526656935199@gitbox3-he-fi.apache.org>
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-mime4j.git


    from e91a5b5a Bump org.assertj:assertj-core from 3.27.3 to 3.27.7
     new d10cd40f [PERF] Boundary matching — QS table rebuilt every call
     new 6caa08a2 [PERF] String allocation & conversions
     new 13597e44 [PERF] Reduce String allocs in RawFieldParser

The 3 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:
 .../mime4j/io/BufferedLineReaderInputStream.java   |  16 ++--
 .../apache/james/mime4j/stream/RawFieldParser.java | 105 ++++++++++++++++-----
 .../apache/james/mime4j/util/ByteArrayBuffer.java  |   3 +-
 .../org/apache/james/mime4j/util/ContentUtil.java  |  26 ++---
 .../james/mime4j/util/RecycledByteArrayBuffer.java |   3 +-
 5 files changed, 101 insertions(+), 52 deletions(-)