There is this document:
https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/cassandra/apache-cassandra/#__tabbed_1_2 it's outdated and recommended libraries introduce conflicts and does not work.
When downloading cassandra from offcial webpage: https://cassandra.apache.org/_/download.html
there are mentioned several libraries like shaded drivers, but using these liquibase does not work, as these introduce version conflicts, resulting in liquibase crashes due to missing / conflicting libraries/classes.
Can someone suggest how to make liquibase work with cassandra 5? The problem lies in missing libraries, which are very hard to find, due to their renaming, moving, shaded versions, etc etc.