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

Fix ClassCastException with redisson batch atomically #7743

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Feb 6, 2023

Resolves #7702

@laurit laurit requested a review from a team as a code owner February 6, 2023 09:43
@@ -10,5 +10,5 @@ dependencies {
implementation("org.spockframework:spock-core")
implementation("org.testcontainers:testcontainers")

compileOnly("org.redisson:redisson:3.0.0")
compileOnly("org.redisson:redisson:3.7.2")
Copy link
Member

Choose a reason for hiding this comment

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

is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is deliberate. New test uses classes that are not present in 3.0.0. Tests are still run agains 3.0.0 there is a Class.forName check to skip test when class is not present during runtime.

Copy link
Member

Choose a reason for hiding this comment

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

oh, right, this is in testing artifact, thx 👍

@trask trask merged commit 26689b2 into open-telemetry:main Feb 8, 2023
@laurit laurit deleted the redisson-batch-class-cast branch July 6, 2023 17:48
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.

ClassCastException occur when use Redisson batch atomically
3 participants