This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 5e5c80f [ADR] Enforce monotic ADR id increment new ceb6a95 JAMES-3200 Fix qcontent rule in MDN parser new e22e7c6 JAMES-3200 Fix obsQp rule in MDN parser new 84c3b34 JAMES-3198: Add detail message when error throw, add assert in test new c396527 JAMES-3093 Add JWT Authentication, integration test for JMAP RFC 8621 new 9239b2f JAMES-3093 Organize AuthenticationContract and implementations 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: .../java/org/apache/james/mdn/MDNReportParser.java | 21 +- .../james/jmap/draft/DraftMethodsModule.java | 2 +- .../james/jmap/rfc8621/RFC8621MethodsModule.java | 10 +- .../apache/james/jmap/http/AuthenticatorTest.java | 2 +- .../jmap/http/JWTAuthenticationStrategyTest.java | 3 +- ...est.java => DistributedAuthenticationTest.java} | 3 +- .../distributed/DistributedEchoMethodTest.java | 1 - .../rfc8621/contract/AuthenticationContract.scala | 285 +++++++++++++-------- .../james/jmap/rfc8621/contract/Fixture.scala | 43 +++- .../rfc8621/memory/MemoryAuthenticationTest.java | 2 +- server/protocols/jmap-rfc-8621/pom.xml | 4 + server/protocols/jmap/pom.xml | 14 +- .../MailboxSessionCreationException.java | 2 +- .../james/jmap/jwt}/JWTAuthenticationStrategy.java | 10 +- .../james/webadmin/routes/UserMailboxesRoutes.java | 14 +- .../webadmin/service/UserMailboxesService.java | 2 +- .../webadmin/routes/UserMailboxesRoutesTest.java | 277 ++++++++++---------- 17 files changed, 428 insertions(+), 267 deletions(-) rename server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/distributed/{DistributedBasicAuthenticationTest.java => DistributedAuthenticationTest.java} (95%) rename server/protocols/{jmap-draft/src/main/java/org/apache/james/jmap/draft => jmap/src/main/java/org/apache/james/jmap}/exceptions/MailboxSessionCreationException.java (96%) rename server/protocols/{jmap-draft/src/main/java/org/apache/james/jmap/http => jmap/src/main/java/org/apache/james/jmap/jwt}/JWTAuthenticationStrategy.java (88%) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org