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
Copy file name to clipboardExpand all lines: src/reference/asciidoc/whats-new.adoc
+4
Original file line number
Diff line number
Diff line change
@@ -65,3 +65,7 @@ See <<management-rest-api>> for more information.
65
65
66
66
The listener container factory can now be configured with a `RetryTemplate` and, optionally, a `RecoveryCallback` used when sending replies.
67
67
See <<async-annotation-driven-enable>> for more information.
68
+
69
+
===== Connection Factory Bean Changes
70
+
71
+
The `RabbitConnectionFactoryBean` now calls `enableHostnameVerification()` by default; to revert to the previous behavior, set the `enabaleHostnameVerification` property to `false`.
0 commit comments