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 85a9af8 Update RabbitMQConnectionFactory.java new bb1fc01 JAMES-3432 Limit size attachment new d1912b9 JAMES-3432 Advertise max upload size in the session new 640cfb7 JAMES-2891 use rfc6570 for JMAP downloadUrl new 5ff0c87 JAMES-2891 JMAP Session: Add {accountId} as a compulsory parameter of upload URL new d81a9e6 [WEBSITE] Community post: Performance testing for James with JMeter 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: .../servers/pages/distributed/configure/jmap.adoc | 8 ++++ .../src/main/java/org/apache/james/util/Size.java | 8 +++- .../rfc8621/contract/SessionRoutesContract.scala | 8 ++-- .../jmap/rfc8621/contract/UploadContract.scala | 16 +++---- .../src/test/resources/jmap.properties | 3 +- server/protocols/jmap-rfc-8621/pom.xml | 5 ++ .../org/apache/james/jmap/http/SessionRoutes.scala | 3 +- .../apache/james/jmap/http/SessionSupplier.scala | 8 ++-- .../apache/james/jmap/method/CoreEchoMethod.scala | 6 +-- .../apache/james/jmap/method/EmailGetMethod.scala | 16 +++---- .../james/jmap/method/EmailQueryMethod.scala | 7 ++- .../apache/james/jmap/method/EmailSetMethod.scala | 7 ++- .../james/jmap/method/MailboxGetMethod.scala | 7 ++- .../james/jmap/method/MailboxQueryMethod.scala | 5 +- .../james/jmap/method/MailboxSetMethod.scala | 7 ++- .../org/apache/james/jmap/method/Method.scala | 4 +- .../jmap/method/VacationResponseGetMethod.scala | 7 ++- .../jmap/method/VacationResponseSetMethod.scala | 7 ++- .../org/apache/james/jmap/model/Capabilities.scala | 14 +++--- .../org/apache/james/jmap/model/Capability.scala | 13 +++++- .../jmap/model/JmapRfc8621Configuration.scala | 23 ++++++--- .../apache/james/jmap/routes/JMAPApiRoutes.scala | 6 +-- .../apache/james/jmap/routes/UploadRoutes.scala | 54 ++++++++++++++-------- .../apache/james/jmap/http/SessionRoutesTest.scala | 15 +++--- .../jmap/model/JmapRfc8621ConfigurationTest.scala | 8 ++-- .../james/jmap/routes/JMAPApiRoutesTest.scala | 7 ++- .../2020-10-29-testing-james-with-jmeter.markdown | 20 ++++++++ src/site/xdoc/server/config-jmap.xml | 8 ++++ 28 files changed, 185 insertions(+), 115 deletions(-) create mode 100644 src/homepage/_posts/2020-10-29-testing-james-with-jmeter.markdown --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org