This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new c772a16571 NO-JIRA final addition to versions doc before release
c772a16571 is described below
commit c772a16571ef8cecba40df2f1afdaf3450bdad44
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Oct 16 09:32:12 2024 -0500
NO-JIRA final addition to versions doc before release
---
docs/user-manual/versions.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/user-manual/versions.adoc b/docs/user-manual/versions.adoc
index 7c4edb35ff..c669742b81 100644
--- a/docs/user-manual/versions.adoc
+++ b/docs/user-manual/versions.adoc
@@ -43,6 +43,8 @@ Eliminating these duplicate jars will decrease the size of
the broker distributi
It will continue to work, but it will print a warning to the log.
This is the first step in a process to get to eliminate passwords are stored
in configuration files except those encoded by strong one-way hashing
algorithms.
Other use-cases will be pushed toward certificate-based security (i.e. mutual
TLS) or something equivalent that requires no password.
+* Due to https://issues.apache.org/jira/browse/ARTEMIS-5085[ARTEMIS-5085] the
parameters `retryIntervalMultiplier` and `maxRetryInterval` will now be applied
to "initial" connection attempts (i.e. controlled via `initialConnectAttempts`).
+This is to fix a bug where these parameters were incorrectly ignored.
== 2.37.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact