Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove cli. Update dependencies #344

Merged
merged 3 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [unreleased]
### Changed
- Removed the `cli` module. It is no longer recommended to directly interact with the underlying Kafka topic (and hasn't been since cascading deletes were introduced).

### Updated
- Updated spring-boot from 3.1.5 to 3.1.6
- Updated snakeyaml from 1.3.3 to 2.0.0 (Spring supports both versions, newest schema registry client already uses 2.0.0)
- Updated kotlin from 1.7.10 to 1.8.22
- Updated schema-registry-client from 7.4.0 to 7.5.2
- Updated commons-text from 1.9 to 1.10.0
- Removed bean-utils-library, which didn't appear to be in use.

## [2.0.2] 2023-11-06
### Fixed
- `DefaultEntityViewUpdater` to handle receiving double delete events correctly.
Expand Down
80 changes: 0 additions & 80 deletions cli/README.md

This file was deleted.

153 changes: 0 additions & 153 deletions cli/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading