File tree Expand file tree Collapse file tree 6 files changed +15
-9
lines changed
src/assembly/distribution Expand file tree Collapse file tree 6 files changed +15
-9
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.5.1 (05/18/2020)
6+ Expose HealthCheck and App Info endpoints without requiring authentication.
7+
8+ #### Internal Dependency Updates
9+ -[ PR-198] ( https://github.com/SourceLabOrg/kafka-webview/pull/198 ) Upgrade from SpringBoot 2.1.9 to 2.1.14.
10+
511## 2.5.0 (11/18/2019)
612#### New Features
713- [ PR-194] ( https://github.com/SourceLabOrg/kafka-webview/pull/194 ) Adds a new built-in deserializer for byte[ ] that decodes the bytes into HEX values.
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >kafka-webview</artifactId >
77 <groupId >org.sourcelab</groupId >
8- <version >2.5.0 </version >
8+ <version >2.5.1 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
1212 <artifactId >dev-cluster</artifactId >
13- <version >2.5.0 </version >
13+ <version >2.5.1 </version >
1414
1515 <!-- Require Maven 3.3.9 -->
1616 <prerequisites >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.sourcelab</groupId >
77 <artifactId >kafka-webview</artifactId >
8- <version >2.5.0 </version >
8+ <version >2.5.1 </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 >2.5.0 </version >
8+ <version >2.5.1 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <artifactId >kafka-webview-ui</artifactId >
12- <version >2.5.0 </version >
12+ <version >2.5.1 </version >
1313
1414 <!-- Module Description and Ownership -->
1515 <name >Kafka WebView UI</name >
178178 <dependency >
179179 <groupId >com.google.guava</groupId >
180180 <artifactId >guava</artifactId >
181- <version >28.1 -jre</version >
181+ <version >29.0 -jre</version >
182182 </dependency >
183183 <!-- Explicitly include updated protocol buffer version -->
184184 <dependency >
Original file line number Diff line number Diff line change 11server :
22 # # What port to run the service on.
3- port : 8080
3+ port : ${PORT: 8080}
44 servlet :
55 session :
66 # # User login session timeout after 1 hour (3600 seconds)
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 >2.5.0 </version >
10+ <version >2.5.1 </version >
1111
1212 <!-- Define submodules -->
1313 <modules >
7171 <parent >
7272 <groupId >org.springframework.boot</groupId >
7373 <artifactId >spring-boot-starter-parent</artifactId >
74- <version >2.1.9 .RELEASE</version >
74+ <version >2.1.14 .RELEASE</version >
7575 </parent >
7676
7777 <dependencies >
You can’t perform that action at this time.
0 commit comments