Skip to content

Commit f1992d5

Browse files
authored
Update dependencies (#129)
1 parent 698e643 commit f1992d5

File tree

5 files changed

+5
-23
lines changed

5 files changed

+5
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and 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.

kafka-webview-ui/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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>
@@ -76,7 +76,7 @@
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 -->
@@ -127,7 +127,7 @@
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>

kafka-webview-ui/src/test/java/org/sourcelab/kafka/webview/ui/controller/login/AnonymousLoginTest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,9 @@
2929
import org.springframework.beans.factory.annotation.Autowired;
3030
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
3131
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;
3532
import org.springframework.test.context.junit4.SpringRunner;
3633
import org.springframework.test.web.servlet.MockMvc;
3734
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;
4735

4836
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
4937
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;

kafka-webview-ui/src/test/java/org/sourcelab/kafka/webview/ui/controller/stream/AbstractStreamControllerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
import org.springframework.beans.factory.annotation.Value;
4242
import org.springframework.boot.test.web.client.TestRestTemplate;
4343
import org.springframework.http.HttpHeaders;
44-
import org.springframework.lang.Nullable;
4544
import org.springframework.messaging.converter.MappingJackson2MessageConverter;
46-
import org.springframework.messaging.simp.stomp.StompCommand;
4745
import org.springframework.messaging.simp.stomp.StompFrameHandler;
4846
import org.springframework.messaging.simp.stomp.StompHeaders;
4947
import org.springframework.messaging.simp.stomp.StompSession;

kafka-webview-ui/src/test/java/org/sourcelab/kafka/webview/ui/controller/stream/StreamControllerLdapUserAuthenticationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
import org.junit.Rule;
2828
import org.junit.runner.RunWith;
29-
import org.slf4j.Logger;
30-
import org.slf4j.LoggerFactory;
3129
import org.springframework.boot.test.context.SpringBootTest;
3230
import org.springframework.test.context.junit4.SpringRunner;
3331
import org.zapodot.junit.ldap.EmbeddedLdapRule;

0 commit comments

Comments
 (0)