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 d9e694d  JAMES-2933 Define mailetdocs-maven-plugin version globally
     new 982c430  JAMES-2946 Return InvalidArgument when a MailRepository is 
tried to be created with an unsupported protocol
     new c133ac9  JAMES-2954 Correct error root cause in WebAdmin's addresses 
groups error messages
     new f1e5546  JAMES-2955 updating a domain quota with null value should 
reset it
     new 5eef771  JAMES-2955 updating a user quota with null value should reset 
it
     new 4bac9ab  JAMES-2962 Check if user exists before getting, setting or 
removing its sieve quota

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:
 .../modules/server/GuiceMailRepositoryLoader.java  |  2 +-
 .../MailRepositoryStoreBeanFactory.java            |  2 +-
 .../mailrepository/api/MailRepositoryStore.java    | 10 ++++
 .../memory/MemoryMailRepositoryStore.java          |  4 +-
 .../memory/MemoryMailRepositoryStoreTest.java      |  2 +-
 .../memory/TestingMailRepositoryLoader.java        |  2 +-
 .../apache/james/webadmin/routes/GroupsRoutes.java | 17 +++---
 .../james/webadmin/routes/SieveQuotaRoutes.java    | 26 +++++++--
 .../james/webadmin/routes/GroupsRoutesTest.java    |  4 +-
 .../webadmin/routes/SieveQuotaRoutesTest.java      | 53 ++++++++++++++----
 .../james/webadmin/service/DomainQuotaService.java | 21 +++++--
 .../james/webadmin/service/UserQuotaService.java   | 21 +++++--
 .../webadmin/routes/DomainQuotaRoutesTest.java     | 48 +++++++++++++++-
 .../james/webadmin/routes/UserQuotaRoutesTest.java | 64 ++++++++++++++++++++++
 .../webadmin/routes/MailRepositoriesRoutes.java    |  7 +++
 .../routes/MailRepositoriesRoutesTest.java         | 16 ++++++
 16 files changed, 257 insertions(+), 42 deletions(-)


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

Reply via email to