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 609ee55  JAMES-3184 rename RunningOptionsParser to avoid conflict with 
other parsers
     new db4c62f  JAMES-2760 mailqueue.size.metricsEnabled should be false by 
default
     new 5b96391  JAMES-3199: add validate mailboxname and also test at 
UserMailboxesRoutesTest
     new af1f391  JAMES-3182 JMAPResponse Error: Remove ambiguous untyped 
builder method
     new e837471  JAMESāˆ’3182 JMAPResponse: fail early upon unspecified 
responseName/methodCallId
     new 35c669e  JAMES-3182 Explicitly reject nested mailbox filters for 
GetMessageList
     new aa698c8  JAMES-3182 Reject too deep GetMessageList filters
     new 5e5c80f  [ADR] Enforce monotic ADR id increment

The 7 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:
 CHANGELOG.md                                       |   1 +
 .../destination/conf/rabbitmq.properties           |   4 +-
 .../destination/conf/rabbitmq.properties           |   4 +-
 .../HasEmptyMailboxNameInHierarchyException.java   |   9 --
 .../apache/james/mailbox/model/MailboxPath.java    |   6 +-
 .../integration/GetMessageListMethodTest.java      |  49 ++++++---
 .../jmap/draft/methods/GetMessageListMethod.java   |  42 +++++++-
 .../james/jmap/draft/methods/JmapResponse.java     |  10 +-
 .../org/apache/james/jmap/draft/model/Filter.java  |  33 ++++++
 .../apache/james/jmap/draft/model/FilterTest.java  |  78 ++++++++++++++
 .../james/webadmin/routes/UserMailboxesRoutes.java |  17 +--
 .../webadmin/service/UserMailboxesService.java     |  15 +--
 .../james/webadmin/validation/MailboxName.java     |   7 +-
 .../webadmin/routes/UserMailboxesRoutesTest.java   | 116 ++++++++++++++++-----
 .../view/RabbitMQMailQueueConfiguration.java       |   4 +-
 .../view/RabbitMQMailQueueConfigurationTest.java   |   2 +-
 ...oving-configured-additional-mailboxListeners.md |   2 +-
 .../0027-eventBus-error-handling-upon-dispatch.md  |   2 +-
 .../0035-distributed-listeners-configuration.md    |   4 +-
 src/adr/{0036-eventbus.md => 0037-eventbus.md}     |   4 +-
 ...ed-eventbus.md => 0038-distributed-eventbus.md} |   4 +-
 ... => 0039-distributed-blob-garbage-collector.md} |   2 +-
 src/site/xdoc/server/config-rabbitmq.xml           |   2 +-
 upgrade-instructions.md                            |  14 +++
 24 files changed, 335 insertions(+), 96 deletions(-)
 rename src/adr/{0036-eventbus.md => 0037-eventbus.md} (98%)
 rename src/adr/{0037-distributed-eventbus.md => 0038-distributed-eventbus.md} 
(94%)
 rename src/adr/{0029-distributed-blob-garbage-collector.md => 
0039-distributed-blob-garbage-collector.md} (99%)


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to