You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pr/19109:
Polish "Use ssl.enabled flag when RabbitMQ address has no protocol"
Use ssl.enabled flag when RabbitMQ address has no protocol
Closesgh-19109
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ public void setAddresses(String addresses) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitPropertiesTests.java
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,14 @@ public void determinePortUsingAmqpsReturnsPortOfFirstAddress() {
0 commit comments