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 68dadcca33 JAMES-3171 - JMAP - Mailbox/get - Fix missing MailboxDelete right in response for shared mailbox (#2640) add 4fb9963f1e Update postgres attachment to use string as id instead of UUID (#2645) No new revisions were added by this update. Summary of changes: .../CassandraMailboxSessionMapperFactory.java | 3 ++- .../cassandra/mail/CassandraAttachmentMapper.java | 20 +--------------- .../CassandraSubscriptionManagerTest.java | 4 ++-- .../mailbox/cassandra/mail/utils/GuiceUtils.java | 4 ++-- .../PostgresMailboxSessionMapperFactory.java | 11 ++++++--- .../postgres/mail/PostgresAttachmentMapper.java | 8 ++++--- .../postgres/mail/PostgresAttachmentModule.java | 2 +- .../postgres/mail/PostgresMessageMapper.java | 6 +++-- .../postgres/mail/dao/PostgresAttachmentDAO.java | 8 +++---- .../mailbox/postgres/mail/dto/AttachmentsDTO.java | 4 ++-- .../postgres/DeleteMessageListenerTest.java | 5 +++- .../postgres/DeleteMessageListenerWithRLSTest.java | 5 +++- .../PostgresMailboxManagerAttachmentTest.java | 5 +++- .../postgres/PostgresMailboxManagerProvider.java | 5 +++- .../postgres/PostgresTestSystemFixture.java | 5 +++- ...stgresAnnotationMapperRowLevelSecurityTest.java | 5 +++- .../PostgresAttachmentBlobReferenceSourceTest.java | 6 ++--- .../mail/PostgresAttachmentMapperTest.java | 4 +++- .../postgres/mail/PostgresMapperProvider.java | 11 +++++++-- .../PostgresMessageMapperRowLevelSecurityTest.java | 5 +++- .../mail/AttachmentIdAssignationStrategy.java | 28 ++++++++++------------ .../postgres/host/PostgresHostSystem.java | 5 +++- .../modules/mailbox/CassandraMailboxModule.java | 4 ++-- .../modules/mailbox/PostgresMailboxModule.java | 6 +++-- 24 files changed, 97 insertions(+), 72 deletions(-) copy core/src/main/java/org/apache/james/core/Disconnector.java => mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/AttachmentIdAssignationStrategy.java (62%) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org