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

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

commit f659e241aef7afe51bac88a2f2422c8cdafe7a99
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Tue Jan 16 15:32:38 2024 +0100

    JAMES-3961 Fix PushSubscriptionSetMethodContract for Java 21
---
 .../james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala
 
b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala
index 054f6bdf38..fcf062a210 100644
--- 
a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala
+++ 
b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala
@@ -1577,7 +1577,7 @@ trait PushSubscriptionSetMethodContract {
            |                "notCreated": {
            |                    "4f29": {
            |                        "type": "invalidArguments",
-           |                        "description": 
"java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: 
IOException: Unable to decode key"
+           |                        "description": 
"java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: 
Unable to decode key"
            |                    }
            |                }
            |            },


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

Reply via email to