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 5dc293c JAMES-2774 Restart docker RabbitMQ each tests in RabbitMQEventBusTest new 8955b14 JAMES-2763 Startup check API should be more generic new 7097478 JAMES-2763 JMAP mailbox capabilities should rely on StartUpCHeck new 7d7e177 JAMES-2775 Linshare should be stopped in integration tests The 3 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: .../james/modules/LinshareGuiceExtension.java | 6 + .../CassandraSchemaVersionStartUpCheck.java | 4 +- .../modules/mailbox/CassandraSessionModule.java | 4 +- .../apache/james/JamesCapabilitiesServerTest.java | 45 ++++++-- .../org/apache/james/StartUpChecksPerformer.java | 99 +---------------- .../apache/james/modules/StartUpChecksModule.java | 4 +- .../apache/james/StartUpChecksPerformerTest.java | 13 ++- .../james/GuiceJamesServerStartUpCheckTest.java | 2 +- server/container/guice/protocols/jmap/pom.xml | 5 + .../java/org/apache/james/jmap/JMAPModule.java | 73 ++++++++----- .../java/org/apache/james/jmap/JMAPModuleTest.java | 110 +++++++++++++++++++ server/container/lifecycle-api/pom.xml | 4 + .../apache/james/lifecycle/api/StartUpCheck.java | 121 +++++++++++++++++++++ ...LinshareBlobExportMechanismIntegrationTest.java | 2 +- ...LinshareBlobExportMechanismIntegrationTest.java | 2 +- 15 files changed, 349 insertions(+), 145 deletions(-) create mode 100644 server/container/guice/protocols/jmap/src/test/java/org/apache/james/jmap/JMAPModuleTest.java create mode 100644 server/container/lifecycle-api/src/main/java/org/apache/james/lifecycle/api/StartUpCheck.java --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org