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
Update RabbitProperties since vHosts have no restrictions requiring a
leading slash and can have any number of leading slashes.
Fixesspring-projectsgh-1206
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfigurationTests.java
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
*
39
39
* @author Greg Turnquist
40
40
*/
41
-
publicclassRabbitAutoconfigurationTests {
41
+
publicclassRabbitAutoConfigurationTests {
42
42
43
43
privateAnnotationConfigApplicationContextcontext;
44
44
@@ -74,7 +74,7 @@ public void testRabbitTemplateWithOverrides() {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitPropertiesTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public void testCustomVirtualHost() {
0 commit comments