-
Notifications
You must be signed in to change notification settings - Fork 12
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
Upgrade to Infinispan 13.0 and Cassandra Java Driver 4.14 #31
Conversation
2a55f31
to
b2f8a5c
Compare
b2f8a5c
to
67fa57a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work! There are a few comments, basically small stuff.
An additional stylistic one that applies to multiple files, but I'll not hold integration for it, is to revert the changes affecting tab width and the line separator. Just to help with the diff, I see that some files only change the line separator, and others have the diff increased because of tab width.
...va/org/infinispan/persistence/cassandra/configuration/CassandraStoreConfigurationParser.java
Outdated
Show resolved
Hide resolved
src/main/java/org/infinispan/persistence/cassandra/CassandraStore.java
Outdated
Show resolved
Hide resolved
src/main/java/org/infinispan/persistence/cassandra/CassandraStore.java
Outdated
Show resolved
Hide resolved
src/main/java/org/infinispan/persistence/cassandra/CassandraStore.java
Outdated
Show resolved
Hide resolved
src/main/resources/schema/infinispan-cachestore-cassandra-config-13.0.xsd
Outdated
Show resolved
Hide resolved
src/test/java/org/infinispan/persistence/cassandra/CassandraConfigurationTest.java
Outdated
Show resolved
Hide resolved
src/main/java/org/infinispan/persistence/cassandra/CassandraStore.java
Outdated
Show resolved
Hide resolved
Co-authored-by: José Augusto Bolina <[email protected]>
bde805f
to
2da11b3
Compare
adc1ab6
to
2e4053d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Merged, thanks for the contribution @dominikschlosser! |
@tristantarrant We would like to use this store in a project, so i updated the code to the current stable infinispan and cassandra-driver version.