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 94635f6a2f JAMES-2586 postgres mailbox - drop 
JPAStreamingMailboxMessage, JPAEncryptedMailboxMessage, 
JPAMailboxMessageWithAttachmentStorage
     new 005cbd5a90 JAMES-2586 Use prepared statements by default
     new 690c513e2a JAMES-2586 Polish code style: PostgresSubscriptionMapper
     new 84ec3363b5 JAMES-2586 Merge PostgresSubscriptionTable and 
PostgresSubscriptionModule
     new 5207decc0d JAMES-2586 Drop Spring files for mailbox-postgres
     new d8d18a1709 JAMES-2586 Drop reporting-site.xml
     new 9a75315d5e JAMES-2586 Drop unused class: EncryptDecryptHelper
     new f8d1c60eef JAMES-2586 Drop unused class: JPASubscription
     new 553d0f0c5e JAMES-2586 Implement (failing) tests for Row Level Security 
applied on Subscriptions
     new 2cfbef2089 JAMES-2586 Document (link) varchar underlying maximum 
lengths
     new e74e0f6eee JAMES-2586 PostgresExtension: favor factory methods to 
constructor
     new 753e8f6d3a JAMES-2586 Small codestyle refactorings

The 11 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/postgres/PostgresConfiguration.java   |  62 +++++-----
 .../james/backends/postgres/PostgresTable.java     |  24 ++--
 .../backends/postgres/PostgresTableManager.java    |  51 ++++----
 .../backends/postgres/utils/PostgresExecutor.java  |   4 +-
 .../postgres/ConnectionThreadSafetyTest.java       |   2 +-
 .../postgres/PostgresConfigurationTest.java        |   6 +-
 .../james/backends/postgres/PostgresExtension.java |  32 ++---
 .../backends/postgres/PostgresExtensionTest.java   |   6 +-
 .../postgres/PostgresTableManagerTest.java         |  26 ++--
 .../SimpleJamesPostgresConnectionFactoryTest.java  |   2 +-
 .../mail/model/openjpa/EncryptDecryptHelper.java   |  66 ----------
 .../postgres/user/PostgresSubscriptionDAO.java     |   6 +-
 .../postgres/user/PostgresSubscriptionMapper.java  |   7 +-
 .../postgres/user/PostgresSubscriptionModule.java  |  19 ++-
 .../postgres/user/PostgresSubscriptionTable.java   |  34 ------
 .../postgres/user/model/JPASubscription.java       | 136 ---------------------
 .../main/resources/META-INF/spring/mailbox-jpa.xml | 109 -----------------
 mailbox/postgres/src/reporting-site/site.xml       |  29 -----
 .../james/mailbox/postgres/JPAMailboxFixture.java  |   3 -
 .../mailbox/postgres/JPAMailboxManagerTest.java    |   2 +-
 .../postgres/JpaMailboxManagerStressTest.java      |   2 +-
 .../postgres/PostgresSubscriptionManagerTest.java  |   2 +-
 .../task/JPARecomputeCurrentQuotasServiceTest.java |   2 +-
 ...gresSubscriptionMapperRowLevelSecurityTest.java |  86 +++++++++++++
 .../user/PostgresSubscriptionMapperTest.java       |   2 +-
 .../postgres/src/test/resources/persistence.xml    |   1 -
 .../src/main/resources/META-INF/persistence.xml    |   1 -
 .../apache/james/JamesCapabilitiesServerTest.java  |   2 +-
 .../org/apache/james/PostgresJamesServerTest.java  |   2 +-
 ...WithAuthenticatedDatabaseSqlValidationTest.java |   2 +-
 ...atabaseAuthenticaticationSqlValidationTest.java |   2 +-
 .../james/PostgresWithLDAPJamesServerTest.java     |   2 +-
 32 files changed, 227 insertions(+), 505 deletions(-)
 delete mode 100644 
mailbox/postgres/src/main/java/org/apache/james/mailbox/postgres/mail/model/openjpa/EncryptDecryptHelper.java
 delete mode 100644 
mailbox/postgres/src/main/java/org/apache/james/mailbox/postgres/user/PostgresSubscriptionTable.java
 delete mode 100644 
mailbox/postgres/src/main/java/org/apache/james/mailbox/postgres/user/model/JPASubscription.java
 delete mode 100644 
mailbox/postgres/src/main/resources/META-INF/spring/mailbox-jpa.xml
 delete mode 100644 mailbox/postgres/src/reporting-site/site.xml
 create mode 100644 
mailbox/postgres/src/test/java/org/apache/james/mailbox/postgres/user/PostgresSubscriptionMapperRowLevelSecurityTest.java


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

Reply via email to