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 60d08c5 JAMES-3213 Source ReplyTo in ICALToJsonAttribute new 46e6f64 JAMES-3170: Add metric latency for BackEnd in CachedBlobStore new 7492fda JAMES-3170: Add Grafana board for BackEndLatencyMetric new 93e61a8 JAMES-3170 Rename MetricFactory run methods new 520cdac JAMES-3170 Fix metric measurement upon reactor publisher replay new 4c44a9b JAMES:3170: add test about timerShouldAllowRecordingIndividualAndTotalTiming new 7f08147 JAMES-3208 Add SizeGreaterThan integration test The 6 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: .../CacheBlobStore-15911761170000-dashboard.json | 163 +++++++++++++++++++-- .../mailbox/events/delivery/InVmEventDelivery.java | 2 +- .../mailbox/events/MailboxListenerExecutor.java | 2 +- .../vault/blob/BlobStoreDeletedMessageVault.java | 10 +- .../james/mailbox/store/PreDeletionHooks.java | 2 +- .../james/mailbox/tika/TikaTextExtractor.java | 9 +- .../apache/james/metrics/api/MetricFactory.java | 10 +- .../dropwizard/DropWizardMetricFactory.java | 19 +-- .../metrics/dropwizard/DropWizardTimeMetric.java | 11 ++ .../dropwizard/DropWizardMetricFactoryTest.java | 65 ++++++++ .../james/metrics/logger/DefaultMetricFactory.java | 16 +- metrics/metrics-tests/pom.xml | 5 + .../metrics/tests/RecordingMetricFactory.java | 16 +- .../metrics/tests/RecordingMetricFactoryTest.java | 34 ++++- .../apache/james/blob/api/MetricableBlobStore.java | 12 +- .../blob/cassandra/cache/CachedBlobStore.java | 37 +++-- .../blob/cassandra/cache/CachedBlobStoreTest.java | 156 ++++++++++++++++---- ...st.java => SizeGreaterThanIntegrationTest.java} | 63 +++++--- .../james/jmap/draft/methods/GetFilterMethod.java | 2 +- .../jmap/draft/methods/GetMailboxesMethod.java | 2 +- .../jmap/draft/methods/GetMessageListMethod.java | 2 +- .../jmap/draft/methods/GetMessagesMethod.java | 2 +- .../draft/methods/GetVacationResponseMethod.java | 2 +- .../james/jmap/draft/methods/SendMDNProcessor.java | 2 +- .../james/jmap/draft/methods/SetFilterMethod.java | 2 +- .../jmap/draft/methods/SetMailboxesMethod.java | 2 +- .../methods/SetMessagesDestructionProcessor.java | 2 +- .../jmap/draft/methods/SetMessagesMethod.java | 2 +- .../draft/methods/SetVacationResponseMethod.java | 2 +- .../james/jmap/http/AuthenticationRoutes.java | 2 +- .../jmap/http/DefaultMailboxesProvisioner.java | 2 +- .../org/apache/james/jmap/http/DownloadRoutes.java | 4 +- .../org/apache/james/jmap/http/JMAPApiRoutes.java | 2 +- .../org/apache/james/jmap/http/UploadRoutes.java | 2 +- .../james/jmap/method/MailboxGetMethod.scala | 4 +- .../org/apache/james/jmap/http/Authenticator.java | 2 +- .../james/spamassassin/SpamAssassinInvoker.java | 8 +- 37 files changed, 533 insertions(+), 147 deletions(-) copy server/mailet/integration-testing/src/test/java/org/apache/james/mailets/{CommonMailetConfigurationTest.java => SizeGreaterThanIntegrationTest.java} (54%) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org