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

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


    from 8b4f355688 JAMES-2586 Reduce repeat count for some JMAP integration 
tests
     new b0334068c6 JAMES-2586 Add PostgresAttachmentMapper to 
PostgresMessageIdMapper
     new 843aa8463e JAMES-2586 Bind PostgresMessageFastViewProjection
     new 7c538ce49c JAMES-2586 Optimize AttachmentLoader
     new b71b7e0a99 JAMES-2586 Fix PostgresEmailGetMethodTest
     new bdf92d37b0 JAMES-2586 Fix PostgresEmailQueryMethodTest
     new 3ea70f0020 JAMES-2586 Fix PostgresMailboxSetMethodTest
     new b3275a5133 JAMES-2586 remove redundant import in 
PostgresPushSubscriptionSetMethodTest
     new 0d75d20651 JAMES-2586 Remove opensearch in PostgresWebPushTest

The 8 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:
 .../PostgresMailboxSessionMapperFactory.java       |  6 +--
 .../mailbox/postgres/mail/AttachmentLoader.java    | 24 +++++++--
 .../postgres/mail/PostgresAttachmentMapper.java    | 14 ++---
 .../postgres/mail/PostgresAttachmentModule.java    |  2 +-
 .../postgres/mail/PostgresMessageIdMapper.java     | 36 +++++++++----
 .../postgres/mail/dao/PostgresAttachmentDAO.java   | 21 +++++++-
 .../postgres/DeleteMessageListenerTest.java        |  1 -
 .../postgres/DeleteMessageListenerWithRLSTest.java |  1 -
 .../PostgresMailboxManagerAttachmentTest.java      |  4 +-
 .../postgres/mail/PostgresMapperProvider.java      |  9 ++--
 .../PostgresMessageBlobReferenceSourceTest.java    |  4 +-
 .../postgres/mail/PostgresMessageMapperTest.java   |  1 +
 ...gresSubscriptionMapperRowLevelSecurityTest.java |  2 +-
 .../james/modules/data/PostgresDataJmapModule.java |  6 +--
 .../rfc8621/contract/EmailGetMethodContract.scala  |  2 +-
 .../contract/EmailQueryMethodContract.scala        | 34 ++++++------
 .../contract/MailboxSetMethodContract.scala        |  1 +
 .../postgres/PostgresEmailGetMethodTest.java       |  3 --
 .../postgres/PostgresEmailQueryMethodTest.java     | 61 ++++++++++++++++++++--
 .../postgres/PostgresMailboxSetMethodTest.java     | 14 -----
 .../PostgresPushSubscriptionSetMethodTest.java     |  3 --
 .../jmap/rfc8621/postgres/PostgresWebPushTest.java |  4 +-
 22 files changed, 168 insertions(+), 85 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to