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 bfca47b [REFACTORING] Remove temporal coupling in
JPASubscriptionMapper
new 6ce2a5f JAMES-2988 Rewrite FetchGroupConverterTest with junit5
parameters
new 2af4580 JAMES-2988 Back fetchGroup with an enumSet
new a76bfc1 JAMES-2988 MessageResultImpl::content is never read
new 86bcf2e JAMES-2988 Fully remove bitewise logic from fetchGroup
new 851f126 JAMES-2988 FetchGroup::with should be well tests
new cddd675 JAMES-2988 Share code between FetchGroup &
PartContentDescriptor
new 3b5711c JAMES-2988 varargs for FetchGroup::addPartContent
new 1443a48 JAMES-2988 FetchGroupConverter should use functional style
new 04253f4 JAMES-2988 Share code between FetchGroup &
PartContentDescriptor
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/api/pom.xml | 5 +
.../org/apache/james/mailbox/model/FetchGroup.java | 98 +++++++----------
.../apache/james/mailbox/model/MessageResult.java | 10 +-
.../james/mailbox/model/PartContentDescriptor.java | 38 ++-----
.../org/apache/james/mailbox/model/Profiles.java | 46 ++++----
.../apache/james/mailbox/model/FetchGroupTest.java | 111 +++++++------------
.../mailbox/model/PartContentDescriptorTest.java | 24 +---
mailbox/store/pom.xml | 5 +
.../james/mailbox/store/MessageResultImpl.java | 7 --
.../apache/james/mailbox/store/ResultUtils.java | 36 ++++--
.../mailbox/store/mail/FetchGroupConverter.java | 65 +++++++----
.../james/mailbox/store/mail/MessageMapper.java | 3 +-
.../james/mailbox/store/ResultUtilsTest.java | 61 +++++++++++
.../store/mail/FetchGroupConverterTest.java | 122 +++++----------------
.../imap/processor/fetch/FetchDataConverter.java | 20 ++--
.../processor/fetch/FetchDataConverterTest.java | 19 ++--
16 files changed, 307 insertions(+), 363 deletions(-)
copy
server/container/util/src/main/java/org/apache/james/util/StreamUtils.java =>
mailbox/api/src/main/java/org/apache/james/mailbox/model/Profiles.java (58%)
create mode 100644
mailbox/store/src/test/java/org/apache/james/mailbox/store/ResultUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]