This is an automated email from the ASF dual-hosted git repository.

chibenwa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 470aaf0b6b [FIX] ImapRequestFrameDecoder drops a pipelined command 
after a literal
     new 0d316940c8 [ENHANCEMENT] JMAP: allow disabling webpush
     new cd70ea729d [PERF] eventbus.publishOnNoGroups: skip group publishing 
when no group is registered

The 2 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/rabbitmq/RabbitMQConfiguration.java   |  27 +++-
 .../rabbitmq/RabbitMQConfigurationTest.java        |  26 ++++
 docs/modules/servers/partials/configure/jmap.adoc  |   6 +
 .../servers/partials/configure/rabbitmq.adoc       |   6 +-
 .../org/apache/james/events/EventDispatcher.java   |  16 ++-
 .../org/apache/james/events/RabbitMQEventBus.java  |   4 +-
 .../apache/james/events/RabbitMQEventBusTest.java  |  75 +++++++++++
 .../sample-configuration/jmap.properties           |   4 +
 .../sample-configuration/jmap.properties           |   4 +
 .../sample-configuration/jmap.properties           |   4 +
 .../james/modules/event/JMAPEventBusModule.java    |   8 +-
 .../java/org/apache/james/jmap/JmapGuiceProbe.java |   6 +
 .../modules/protocols/JmapEventBusModule.java      |  27 +++-
 .../rfc8621/contract/WebPushDisabledContract.scala | 144 +++++++++++++++++++++
 ...aceTest.java => MemoryWebPushDisabledTest.java} |  11 +-
 .../jmap/rfc8621/memory/MemoryWebPushTest.java     |  11 ++
 .../james/jmap/core/JmapRfc8621Configuration.scala |   3 +
 .../jmap/method/PushSubscriptionGetMethod.scala    |  13 +-
 .../jmap/method/PushSubscriptionSetMethod.scala    |  13 +-
 19 files changed, 388 insertions(+), 20 deletions(-)
 create mode 100644 
server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/WebPushDisabledContract.scala
 copy 
server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/memory/{MemoryCustomNamespaceTest.java
 => MemoryWebPushDisabledTest.java} (83%)


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

Reply via email to