RELEASED: Public: April 2, 2025
Feature enhancements
- High Availability (HA) controllers display a warning message if
ReplicationServletListener
is not enabled (BEE-49833) -
When the High Availability (HA) plugin is active, the
com.cloudbees.jenkins.replication.warhead.ReplicationServletListener.enabled
property should be set totrue
. This property might have a different value if not configured when starting a High Availability (HA) replica in a traditional setup. Alternatively, in a modern setup, the controller might have been in High Availability (HA) mode but was migrated to non-High Availability (HA) mode without disabling or uninstalling the High Availability (HA) plugin. A warning now appears for these inconsistencies.
Conversely, if the -Dcom.cloudbees.jenkins.replication.warhead.ReplicationServletListener.enabled=true
option is specified in a non-High Availability (HA) setup, which is unnecessary, a warning message is printed in the log. The message advises removing the option and restarting.