File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/test/java/com/rabbitmq/client/amqp/impl Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4242 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4343 <spotless .check.skip>true</spotless .check.skip>
4444 <slf4j .version>1.7.36</slf4j .version>
45- <netty4 .version>4.2.1 .Final</netty4 .version>
45+ <netty4 .version>4.2.0 .Final</netty4 .version>
4646 <netty4 .iouring.version>0.0.26.Final</netty4 .iouring.version>
4747 <micrometer .version>1.14.6</micrometer .version>
4848 <gson .version>2.13.1</gson .version>
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ public static String rabbitmqctlCommand() {
5252 if (rabbitmqCtl == null ) {
5353 rabbitmqCtl = "DOCKER:rabbitmq" ;
5454 }
55+ rabbitmqCtl = "DOCKER:rabbitmq" ;
5556 if (rabbitmqCtl .startsWith (DOCKER_PREFIX )) {
5657 String containerId = rabbitmqCtl .split (":" )[1 ];
5758 return "docker exec " + containerId + " rabbitmqctl" ;
You can’t perform that action at this time.
0 commit comments