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 ee0028e JAMES-2897 Insert statements needs ifNotExist when LWT is
used in inserts
new b9a1ddc JAMES-3138 Strong type count and size in CurrentQuotas
new 2d67d98 JAMES-3138 Add QuotaOperation pojo in mailbox-api
new 284a4fe JAMES-3138 Refactor StoreCurrentQuotaManager to use
QuotaOperation
new de9800f JAMES-3138 Simplify the quotaCache in
InMemoryCurrentQuotaManager with CurrentQuotas
The 4 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:
.../model/{BlobId.java => QuotaOperation.java} | 54 +++++++-------
.../james/mailbox/model/QuotaOperationTest.java | 48 +++++-------
.../quota/CassandraCurrentQuotaManager.java | 26 +++----
.../mailbox/jpa/quota/JpaCurrentQuotaManager.java | 26 +++----
.../quota/InMemoryCurrentQuotaManager.java | 58 ++++-----------
.../quota/InMemoryCurrentQuotaManagerTest.java | 64 +++-------------
.../store/quota/CurrentQuotaCalculator.java | 26 +++++--
.../store/quota/ListeningCurrentQuotaUpdater.java | 86 ++++++++++++----------
.../store/quota/StoreCurrentQuotaManager.java | 6 +-
.../quota/ListeningCurrentQuotaUpdaterTest.java | 12 +--
.../store/quota/StoreCurrentQuotaManagerTest.java | 60 ++-------------
.../james/webadmin/routes/UserQuotaRoutesTest.java | 9 ++-
12 files changed, 187 insertions(+), 288 deletions(-)
copy mailbox/api/src/main/java/org/apache/james/mailbox/model/{BlobId.java =>
QuotaOperation.java} (56%)
copy
server/container/guice/guice-utils/src/test/java/org/apache/james/utils/PackageNameTest.java
=>
mailbox/api/src/test/java/org/apache/james/mailbox/model/QuotaOperationTest.java
(60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]