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 0967b65  [RELEASE] git-commit-id-plugin should not fail when no git 
directory
     new f78a914  [Refactoring] Migrate MailboxCopierTest to JUnit5
     new e8d9def  [Refactoring] Migrate JpaMigratorTest to JUnit5
     new 7475d71  [Refactoring] Migrate PDFTextExtractorTest to JUnit5
     new 95fd894  [Refactoring] Migrate SpringMailboxTest to JUnit5
     new 8cbc671  JAMES-3098 add tests for mailbox/get with properties filtering
     new 9b1c388  JAMES-3098 filter properties from response
     new a8b7894  JAMES-3098 return error if invalid property requested
     new c338d0f  [REFACTORING] Remove unused method argument
     new 8da802e  JAMES-3309 Avoid a NPE in FetchProcessor when SelectedMailbox 
is unselected

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/store/search/PDFTextExtractorTest.java |  20 +-
 .../james/mailbox/spring/SpringMailboxTest.java    |  16 +-
 .../mailbox/tools/copier/MailboxCopierTest.java    |  21 +-
 .../tools/jpa/migrator/JpaMigratorTest.java        |  20 +-
 .../james/imap/processor/fetch/FetchProcessor.java |  11 +-
 .../imap/processor/fetch/FetchResponseBuilder.java |  22 +-
 .../contract/MailboxGetMethodContract.scala        | 381 +++++++++++++++++++++
 .../org/apache/james/jmap/json/Serializer.scala    |  19 +-
 .../scala/org/apache/james/jmap/mail/Mailbox.scala |  25 +-
 .../org/apache/james/jmap/mail/MailboxGet.scala    |   5 +-
 .../james/jmap/method/MailboxGetMethod.scala       |  34 +-
 .../org/apache/james/jmap/model/Invocation.scala   |  20 ++
 .../jmap/json/MailboxGetSerializationTest.scala    |   4 +-
 .../james/jmap/json/MailboxSerializationTest.scala |   3 +-
 14 files changed, 510 insertions(+), 91 deletions(-)


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

Reply via email to