Skip to content

Commit 1a9e28d

Browse files
committed
fix(spring/jetty): add depends-one on Jetty to start only when the broker is available
1 parent 85fa7bb commit 1a9e28d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assembly/src/release/conf/jetty.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208
</property>
209209
</bean>
210210

211-
<bean id="invokeStart" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean"
212-
depends-on="configureJetty, invokeConnectors">
211+
<bean id="invokeStart" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean"
212+
depends-on="configureJetty, invokeConnectors, broker">
213213
<property name="targetObject" ref="Server" />
214214
<property name="targetMethod" value="start" />
215215
</bean>

0 commit comments

Comments
 (0)