This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 61a58a8f18c6afdeb14a6f2de50c94497de25251 Author: Benoit Tellier <[email protected]> AuthorDate: Fri May 10 11:06:02 2019 +0700 JAMES-2759 Update reactor-rabbitmq to 1.2.0 reactor-rabbitmq is used by the RabbitMQ eventBus and the RabbitMQ queue Recent 1.2.0 version ships loads of bigfixes that can help us improve build overall stability: https://github.com/reactor/reactor-rabbitmq/releases - Channels are leaking when CancelCallback is used - Allow customization of channel creation for sending - Retry automatically on ack/nack failure - Enforce queue specification semantics for server-named, non-durable, exclusive, auto-delete queue creation --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index edc4a31..d4905b0 100644 --- a/pom.xml +++ b/pom.xml @@ -670,7 +670,7 @@ <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-bom</artifactId> - <version>Californium-SR3</version> + <version>Californium-SR9</version> <type>pom</type> <scope>import</scope> </dependency> @@ -2140,7 +2140,7 @@ <dependency> <groupId>io.projectreactor.rabbitmq</groupId> <artifactId>reactor-rabbitmq</artifactId> - <version>1.0.0.RELEASE</version> + <version>1.2.0.RELEASE</version> </dependency> <dependency> <groupId>javax.activation</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
