File tree Expand file tree Collapse file tree 7 files changed +17
-14
lines changed
java/org/sourcelab/kafka/webview/ui/model Expand file tree Collapse file tree 7 files changed +17
-14
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+ ## 1.0.4 (unreleased)
6+ - Update NPM dependencies for [ CVE-2017 -18214] ( https://nvd.nist.gov/vuln/detail/CVE-2017-18214 ) .
7+
58## 1.0.3 (02/11/2018)
69- Fix 500 error unable to find templates when running under windows.
710- Add start.bat script for running under windows.
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.sourcelab</groupId >
77 <artifactId >kafka-webview</artifactId >
8- <version >1.0.3 </version >
8+ <version >1.0.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <artifactId >kafka-webview-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >kafka-webview</artifactId >
77 <groupId >org.sourcelab</groupId >
8- <version >1.0.3 </version >
8+ <version >1.0.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <artifactId >kafka-webview-ui</artifactId >
12- <version >1.0.3 </version >
12+ <version >1.0.4 </version >
1313
1414 <!-- Module Description and Ownership -->
1515 <name >Kafka WebView UI</name >
Original file line number Diff line number Diff line change 55 "main" : " index.html" ,
66 "dependencies" : {
77 "bootstrap" : " ^4.0.0-beta" ,
8- "chart.js" : " ^2.7.0 " ,
8+ "chart.js" : " ^2.7.2 " ,
99 "font-awesome" : " ^4.7.0" ,
1010 "handlebars" : " ^4.0.10" ,
1111 "jquery" : " ^3.2.1" ,
Original file line number Diff line number Diff line change 3535 * User model.
3636 */
3737@ Entity (name = "user" )
38- public class User implements Serializable {
38+ public class User implements Serializable {
3939 @ Id
4040 @ GeneratedValue (strategy = GenerationType .AUTO )
4141 private long id ;
Original file line number Diff line number Diff line change 77 <groupId >org.sourcelab</groupId >
88 <artifactId >kafka-webview</artifactId >
99 <packaging >pom</packaging >
10- <version >1.0.3 </version >
10+ <version >1.0.4 </version >
1111
1212 <!-- Define submodules -->
1313 <modules >
107107 <plugin >
108108 <groupId >org.apache.maven.plugins</groupId >
109109 <artifactId >maven-checkstyle-plugin</artifactId >
110- <version >2.17 </version >
110+ <version >3.0.0 </version >
111111 <executions >
112112 <execution >
113113 <id >checkstyle-validate</id >
You can’t perform that action at this time.
0 commit comments