File tree 2 files changed +4
-2
lines changed
spring-kafka/src/test/java/org/springframework/kafka/annotation
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ subprojects { subproject ->
81
81
mockitoVersion = ' 2.18.0'
82
82
scalaVersion = ' 2.11'
83
83
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 '
86
86
87
87
idPrefix = ' kafka'
88
88
Original file line number Diff line number Diff line change 97
97
import org .springframework .messaging .support .GenericMessage ;
98
98
import org .springframework .messaging .support .MessageBuilder ;
99
99
import org .springframework .retry .support .RetryTemplate ;
100
+ import org .springframework .stereotype .Component ;
100
101
import org .springframework .test .annotation .DirtiesContext ;
101
102
import org .springframework .test .context .ContextConfiguration ;
102
103
import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
@@ -1109,6 +1110,7 @@ public FooConverter fooConverter() {
1109
1110
1110
1111
}
1111
1112
1113
+ @ Component
1112
1114
static class Listener implements ConsumerSeekAware {
1113
1115
1114
1116
private final ThreadLocal <ConsumerSeekCallback > seekCallBack = new ThreadLocal <>();
You can’t perform that action at this time.
0 commit comments