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 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3
3
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## 2.1.3 (UNRELEASED )
5
+ ## 2.1.3 (01/19/2019 )
6
6
7
7
#### Bug fixes
8
8
- [ ISSUE-127] ( https://github.com/SourceLabOrg/kafka-webview/issues/127 ) Anonymous users were unable to stream views.
9
9
10
-
11
- ## 2.1.2 (01/15/2018)
10
+ ## 2.1.2 (01/15/2019)
12
11
13
12
#### Bug fixes
14
13
- [ ISSUE-114] ( https://github.com/SourceLabOrg/kafka-webview/issues/114 ) Better out of the box support for Avro decoding / Confluent Schema Registry.
15
14
16
15
#### Internal Dependency Updates
17
16
- Upgrade from Spring Boot 2.0.7 to 2.0.8
18
17
19
-
20
18
## 2.1.1 (01/08/2019)
21
19
#### New Features
22
20
- Added ability to Copy previously created views.
Original file line number Diff line number Diff line change 35
35
<bootstrap .version>4.0.0-beta</bootstrap .version>
36
36
<kafka .version>2.0.0</kafka .version>
37
37
<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>
39
39
</properties >
40
40
41
41
<dependencies >
76
76
<dependency >
77
77
<groupId >org.thymeleaf.extras</groupId >
78
78
<artifactId >thymeleaf-extras-springsecurity4</artifactId >
79
- <version >3.0.2 .RELEASE</version >
79
+ <version >3.0.4 .RELEASE</version >
80
80
</dependency >
81
81
82
82
<!-- JPA -->
127
127
<dependency >
128
128
<groupId >javax.interceptor</groupId >
129
129
<artifactId >javax.interceptor-api</artifactId >
130
- <version >1.2.1 </version >
130
+ <version >1.2.2 </version >
131
131
</dependency >
132
132
133
133
<dependency >
Original file line number Diff line number Diff line change 29
29
import org .springframework .beans .factory .annotation .Autowired ;
30
30
import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
31
31
import 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 ;
35
32
import org .springframework .test .context .junit4 .SpringRunner ;
36
33
import org .springframework .test .web .servlet .MockMvc ;
37
34
import 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 ;
47
35
48
36
import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .get ;
49
37
import static org .springframework .test .web .servlet .result .MockMvcResultHandlers .print ;
Original file line number Diff line number Diff line change 41
41
import org .springframework .beans .factory .annotation .Value ;
42
42
import org .springframework .boot .test .web .client .TestRestTemplate ;
43
43
import org .springframework .http .HttpHeaders ;
44
- import org .springframework .lang .Nullable ;
45
44
import org .springframework .messaging .converter .MappingJackson2MessageConverter ;
46
- import org .springframework .messaging .simp .stomp .StompCommand ;
47
45
import org .springframework .messaging .simp .stomp .StompFrameHandler ;
48
46
import org .springframework .messaging .simp .stomp .StompHeaders ;
49
47
import org .springframework .messaging .simp .stomp .StompSession ;
Original file line number Diff line number Diff line change 26
26
27
27
import org .junit .Rule ;
28
28
import org .junit .runner .RunWith ;
29
- import org .slf4j .Logger ;
30
- import org .slf4j .LoggerFactory ;
31
29
import org .springframework .boot .test .context .SpringBootTest ;
32
30
import org .springframework .test .context .junit4 .SpringRunner ;
33
31
import org .zapodot .junit .ldap .EmbeddedLdapRule ;
You can’t perform that action at this time.
0 commit comments