You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove support for Cassandra 3.x and add Cassandra 5.x (jaegertracing#5962)
## Which problem is this PR solving?
- Part of jaegertracing#5160
## Description of the changes
- Deprecated Cassandra 3.x as it was marked EOL
- Enabled CI testing and schema generation for 5.x which GA-ed on 09/05
(https://cassandra.apache.org/_/download.html)
## How was this change tested?
- CI
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `yarn lint` and `yarn test`
---------
Signed-off-by: Mahad Zaryab <[email protected]>
0 commit comments