You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/11/02 11:01:49 UTC

[james-project] branch master updated (23dc9c2 -> 8830dfd)

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 23dc9c2  JAMES-3539 PushSubscription/set update verification code
     add 8830dfd  JAMES-3539 PushSubscriptionSetCreateProcessor - pushVerification (#716)

No new revisions were added by this update.

Summary of changes:
 .../jmap-rfc-8621-integration-tests-common/pom.xml |  18 +
 .../PushSubscriptionSetMethodContract.scala        | 371 +++++++++++++++++++--
 .../memory-jmap-rfc-8621-integration-tests/pom.xml |   6 +
 .../MemoryPushSubscriptionSetMethodTest.java       |   4 +
 .../src/test/resources/jmap.properties             |   4 +-
 .../jmap-rfc-8621-integration-tests/pom.xml        |   6 +
 .../apache/james/jmap/json/PushSerializer.scala    |  13 +-
 .../PushSubscriptionSetCreatePerformer.scala       |  34 +-
 .../james/jmap/pushsubscription/PushRequest.scala  |   1 -
 .../jmap/pushsubscription/WebPushClient.scala      |  14 +-
 ...lizationTest.scala => PushSerializerTest.scala} |  57 ++--
 .../PushSubscriptionSetCreateProcessorTest.scala   | 103 ++++++
 12 files changed, 562 insertions(+), 69 deletions(-)
 copy server/protocols/jmap-rfc-8621/src/test/scala/org/apache/james/jmap/json/{JsErrorSerializationTest.scala => PushSerializerTest.scala} (55%)
 create mode 100644 server/protocols/jmap-rfc-8621/src/test/scala/org/apache/james/jmap/pushsubscription/PushSubscriptionSetCreateProcessorTest.scala

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org