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

Update grpc cassandra #21

Closed
wants to merge 2 commits into from
Closed

Conversation

Nikita-Smirnov-Exactpro
Copy link
Member

No description provided.

protobufVersion = '3.21.5'
jacksonVersion = '2.13.3'
prometheusVersion = '0.16.0'
cassandraDriver = '4.14.1'
cassandraDriver = '4.15.0'
Copy link

@LukaTchumburidze LukaTchumburidze Dec 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please stick to 4.14.1 as of now official Datastax docs don't even have changelog for 4.15 version:
https://docs.datastax.com/en/developer/java-driver/4.14/changelog/
https://docs.datastax.com/en/developer/java-driver/

@@ -52,6 +52,7 @@ dependencies {
api("com.google.protobuf:protoc:${protobufVersion}")

api("org.slf4j:slf4j-api:${slf4jVersion}")
api("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Books-pages common can't compile with this version of bom. Also, this library could potentially break compatibility with both log4j formats. Additional tests required

@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro deleted the update-grpc-cassandra branch June 21, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants