Skip to content

Commit bfad60c

Browse files
committed
GH-3030 Update phase of InputBindingLifecycle
1 parent 2656bf7 commit bfad60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binding/InputBindingLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public InputBindingLifecycle(BindingService bindingService,
5050
*/
5151
@Override
5252
public int getPhase() {
53-
return SmartLifecycle.DEFAULT_PHASE - 2048;
53+
return SmartLifecycle.DEFAULT_PHASE - 3000;
5454
}
5555

5656
@Override

0 commit comments

Comments
 (0)