Skip to content

v2.8.1 Bugfix and Dependency Update Release

Compare
Choose a tag to compare
@Crim Crim released this 17 Dec 06:18
· 52 commits to master since this release
2ab37aa

2.8.1 (12/17/2021)

Bug Fixes

  • Resolves javascript errors/warnings for graphs on Consumer Read page.
  • Resolves title not updating to reflect the current topic being displayed on graphs on Consumer Read page.
  • Resolves NullPointerException error if you attempt to seek to a timestamp on a partition past the tail of the topic.
  • Fix start.sh script when running with JDK 16+.

Internal Development Changes

  • Migrated CI solution from TravisCI to GithubActions.
  • Resolved issue with JRE18 generated dummy/development SSL certs on running application on JRE8 not working correctly.

Internal Dependency Updates

  • Updated SpringBoot from 2.1.14.RELEASE to 2.1.18.RELEASE.
  • Updated Kafka Client library version from 2.2.2 to 2.8.1.
  • Updated org.apache.avro from 1.8.2 to 1.11.0.
  • Updated thymeleaf from 3.0.11.RELEASE to 3.0.14.RELEASE.
  • Updated thymeleaf-layout-dialect from 2.3.0 to 2.5.3.
  • Updated commons-cli from 1.4 to 1.5.0.
  • Updated commons-compress from 1.19 to 1.21.
  • Updated Google Guava from 29.0-jre to 31.0.1-jre.