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 dc4ba5607b Bind MailboxCounterCorrector to DEFAULT in PostgresMailboxModule new fc8b216739 JAMES-2586 - Bump Jooq 3.19.13 -> 3.19.15 new 6848d8f367 JAMES-2586 - Update correct PostgresExtension mode (Disable RLS) for some test class new 8ee446e10a JAMES-2586 - Postgres mailbox messages support batch/pagination for some methods & introduce eager fetch mode new 3cf17baede JAMES-2586 - PostgresBlobStoreDAO.listBlobs support batch/pagination query new 719277ce83 JAMES-2586 - Optimize `PostgresUsersDAO.listReactive` method The 5 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: backends-common/postgres/pom.xml | 2 +- .../backends/postgres/utils/PostgresExecutor.java | 43 ++- .../backends/postgres/utils/PostgresUtils.java | 12 + .../james/backends/postgres/PostgresExtension.java | 4 +- .../postgres/mail/dao/PostgresMailboxDAO.java | 19 +- .../mail/dao/PostgresMailboxMessageDAO.java | 292 +++++++++++++-------- .../postgres/PostgresMailboxManagerTest.java | 42 +++ .../PostgresThreadIdGuessingAlgorithmTest.java | 2 +- .../PostgresMessageMapperRowLevelSecurityTest.java | 2 +- .../postgres/mail/PostgresMessageMoveTest.java | 2 +- .../mail/dao/PostgresMailboxMessageDAOTest.java | 215 +++++++++++++++ .../PostgresRecomputeCurrentQuotasServiceTest.java | 2 +- .../user/PostgresSubscriptionMapperTest.java | 2 +- .../sample-configuration/jvm.properties | 5 +- .../james/blob/postgres/PostgresBlobStoreDAO.java | 25 +- .../postgres/PostgresBlobStoreGCAlgorithmTest.java | 103 ++++++++ .../james/user/postgres/PostgresUsersDAO.java | 9 +- .../postgres/PostgresNotificationRegistryTest.java | 2 +- 18 files changed, 644 insertions(+), 139 deletions(-) create mode 100644 mailbox/postgres/src/test/java/org/apache/james/mailbox/postgres/mail/dao/PostgresMailboxMessageDAOTest.java create mode 100644 server/blob/blob-postgres/src/test/java/org/apache/james/blob/postgres/PostgresBlobStoreGCAlgorithmTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org