This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from e8c2f63  JAMES-2988 Use the smallest fetch group possible upon 
GetMessages
     new 3e94093  JAMES-2989 Preview factory method with the business from 
PreviewGenerator
     new 9a178a1  JAMES-2989 JMAP Messages carrying a strong typing Preview
     new 06fdadf  JAMES-2989 Replace plain string by strong typing preview
     new 8bf2503  JAMES-2989 drop MessagePreviewGenerator
     new abcb395  JAMES-2989 Move the hardcoded "(Empty)" to the presentation 
layer
     new 4a8cd1a  JAMES-2996 Errors upon start should be reported to the 
logging system

The 6 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:
 .../java/org/apache/james/GuiceJamesServer.java    | 23 ++++--
 .../apache/james/jmap/draft/JMAPCommonModule.java  |  2 -
 .../org/apache/james/jmap/api/preview/Preview.java | 12 +++
 .../apache/james/jmap/api/preview/PreviewTest.java | 66 +++++++++++++++
 .../cucumber/GetMessagesMethodStepdefs.java        |  6 +-
 .../jmap/draft/model/MessagePreviewGenerator.java  | 41 ----------
 .../apache/james/jmap/draft/model/PreviewDTO.java} | 38 ++++++---
 .../draft/model/message/view/MessageFullView.java  | 22 +++--
 .../model/message/view/MessageFullViewFactory.java | 10 +--
 .../jmap/draft/json/ParsingWritingObjects.java     |  3 +-
 .../jmap/draft/methods/GetMessagesMethodTest.java  |  4 +-
 .../jmap/draft/methods/MessageSenderTest.java      |  5 +-
 .../methods/SetMessagesCreationProcessorTest.java  |  5 +-
 .../draft/model/MessagePreviewGeneratorTest.java   | 95 ----------------------
 .../james/jmap/draft/model/PreviewDTOTest.java     | 51 ++++++------
 .../jmap/draft/model/SetMessagesResponseTest.java  |  7 +-
 .../message/view/MessageFullViewFactoryTest.java   | 44 +++++-----
 .../model/message/view/MessageFullViewTest.java    | 43 ++++------
 18 files changed, 215 insertions(+), 262 deletions(-)
 delete mode 100644 
server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/model/MessagePreviewGenerator.java
 copy 
server/{data/data-jmap/src/main/java/org/apache/james/jmap/api/preview/Preview.java
 => 
protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/model/PreviewDTO.java}
 (64%)
 delete mode 100644 
server/protocols/jmap-draft/src/test/java/org/apache/james/jmap/draft/model/MessagePreviewGeneratorTest.java
 copy 
mailbox/api/src/test/java/org/apache/james/mailbox/model/search/ExactNameTest.java
 => 
server/protocols/jmap-draft/src/test/java/org/apache/james/jmap/draft/model/PreviewDTOTest.java
 (56%)


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

Reply via email to