File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
spring-kafka/src/test/java/org/springframework/kafka/annotation Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ subprojects { subproject ->
8181 mockitoVersion = ' 2.18.0'
8282 scalaVersion = ' 2.11'
8383 springRetryVersion = ' 1.2.2.RELEASE'
84- springVersion = ' 5.1.0.RC1 '
85- springDataCommonsVersion = ' 2.1.0.RC1 '
84+ springVersion = ' 5.1.0.BUILD-SNAPSHOT '
85+ springDataCommonsVersion = ' 2.1.0.BUILD-SNAPSHOT '
8686
8787 idPrefix = ' kafka'
8888
Original file line number Diff line number Diff line change 9797import org .springframework .messaging .support .GenericMessage ;
9898import org .springframework .messaging .support .MessageBuilder ;
9999import org .springframework .retry .support .RetryTemplate ;
100+ import org .springframework .stereotype .Component ;
100101import org .springframework .test .annotation .DirtiesContext ;
101102import org .springframework .test .context .ContextConfiguration ;
102103import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
@@ -1109,6 +1110,7 @@ public FooConverter fooConverter() {
11091110
11101111 }
11111112
1113+ @ Component
11121114 static class Listener implements ConsumerSeekAware {
11131115
11141116 private final ThreadLocal <ConsumerSeekCallback > seekCallBack = new ThreadLocal <>();
You can’t perform that action at this time.
0 commit comments