File tree Expand file tree Collapse file tree 5 files changed +5
-23
lines changed
src/test/java/org/sourcelab/kafka/webview/ui/controller Expand file tree Collapse file tree 5 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## 2.1.3 (UNRELEASED )
5+ ## 2.1.3 (01/19/2019 )
66
77#### Bug fixes
88- [ ISSUE-127] ( https://github.com/SourceLabOrg/kafka-webview/issues/127 ) Anonymous users were unable to stream views.
99
10-
11- ## 2.1.2 (01/15/2018)
10+ ## 2.1.2 (01/15/2019)
1211
1312#### Bug fixes
1413- [ ISSUE-114] ( https://github.com/SourceLabOrg/kafka-webview/issues/114 ) Better out of the box support for Avro decoding / Confluent Schema Registry.
1514
1615#### Internal Dependency Updates
1716- Upgrade from Spring Boot 2.0.7 to 2.0.8
1817
19-
2018## 2.1.1 (01/08/2019)
2119#### New Features
2220- Added ability to Copy previously created views.
Original file line number Diff line number Diff line change 3535 <bootstrap .version>4.0.0-beta</bootstrap .version>
3636 <kafka .version>2.0.0</kafka .version>
3737 <protobuf .version>3.6.1</protobuf .version>
38- <thymeleaf .version>3.0.9 .RELEASE</thymeleaf .version>
38+ <thymeleaf .version>3.0.11 .RELEASE</thymeleaf .version>
3939 </properties >
4040
4141 <dependencies >
7676 <dependency >
7777 <groupId >org.thymeleaf.extras</groupId >
7878 <artifactId >thymeleaf-extras-springsecurity4</artifactId >
79- <version >3.0.2 .RELEASE</version >
79+ <version >3.0.4 .RELEASE</version >
8080 </dependency >
8181
8282 <!-- JPA -->
127127 <dependency >
128128 <groupId >javax.interceptor</groupId >
129129 <artifactId >javax.interceptor-api</artifactId >
130- <version >1.2.1 </version >
130+ <version >1.2.2 </version >
131131 </dependency >
132132
133133 <dependency >
Original file line number Diff line number Diff line change 2929import org .springframework .beans .factory .annotation .Autowired ;
3030import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
3131import org .springframework .boot .test .context .SpringBootTest ;
32- import org .springframework .messaging .converter .MappingJackson2MessageConverter ;
33- import org .springframework .messaging .simp .stomp .StompSession ;
34- import org .springframework .messaging .simp .stomp .StompSessionHandlerAdapter ;
3532import org .springframework .test .context .junit4 .SpringRunner ;
3633import org .springframework .test .web .servlet .MockMvc ;
3734import org .springframework .test .web .servlet .MvcResult ;
38- import org .springframework .web .socket .client .standard .StandardWebSocketClient ;
39- import org .springframework .web .socket .messaging .WebSocketStompClient ;
40- import org .springframework .web .socket .sockjs .client .SockJsClient ;
41- import org .springframework .web .socket .sockjs .client .Transport ;
42- import org .springframework .web .socket .sockjs .client .WebSocketTransport ;
43-
44- import java .util .ArrayList ;
45- import java .util .List ;
46- import java .util .concurrent .TimeUnit ;
4735
4836import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .get ;
4937import static org .springframework .test .web .servlet .result .MockMvcResultHandlers .print ;
Original file line number Diff line number Diff line change 4141import org .springframework .beans .factory .annotation .Value ;
4242import org .springframework .boot .test .web .client .TestRestTemplate ;
4343import org .springframework .http .HttpHeaders ;
44- import org .springframework .lang .Nullable ;
4544import org .springframework .messaging .converter .MappingJackson2MessageConverter ;
46- import org .springframework .messaging .simp .stomp .StompCommand ;
4745import org .springframework .messaging .simp .stomp .StompFrameHandler ;
4846import org .springframework .messaging .simp .stomp .StompHeaders ;
4947import org .springframework .messaging .simp .stomp .StompSession ;
Original file line number Diff line number Diff line change 2626
2727import org .junit .Rule ;
2828import org .junit .runner .RunWith ;
29- import org .slf4j .Logger ;
30- import org .slf4j .LoggerFactory ;
3129import org .springframework .boot .test .context .SpringBootTest ;
3230import org .springframework .test .context .junit4 .SpringRunner ;
3331import org .zapodot .junit .ldap .EmbeddedLdapRule ;
You can’t perform that action at this time.
0 commit comments