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
fix(webconsole): the webconsole now redirect to the slave.jsp when required (#1931)
* fix(webconsole): the webconsole now redirect to the slave.jsp when required (slave broker with startAsync="true")
* fix(assembly): add id="broker" to sample configs so jetty.xml depends-on resolves
The BrokerXmlConfigStartTest loads all activemq-*.xml sample configs
which import jetty.xml. Since jetty.xml now has depends-on="broker" on
the invokeStart bean, the sample configs need a matching bean id.
0 commit comments