Closed
Conversation
Contributor
Author
|
Note: much like #2052 this PR shouldn't be merged until CASSJAVA-122 is resolved. |
lukasz-antoniak
approved these changes
Jan 27, 2026
Contributor
Author
|
CASSJAVA-122 is now fixed (thanks @lukasz-antoniak!), merging 4.x into this branch and kicking off another test run to confirm that we're good now. |
patch by Lukasz Antoniak; reviewed by Bret McGuire and Lukasz Antoniak reference: apache#2075
patch by Bret McGuire: reviewed by Bret McGuire and Lukasz Antoniak reference: apache#2073
Contributor
Author
|
Jenkins run after CASSJAVA-122 looks good, calling this done |
bf274cf to
fd20804
Compare
absurdfarce
added a commit
to absurdfarce/cassandra-java-driver
that referenced
this pull request
Jan 28, 2026
patch by Bret McGuire: reviewed by Bret McGuire and Lukasz Antoniak reference: apache#2073
Merged
Contributor
Author
|
Bah, I messed up the git history somehow so that this doesn't apply cleanly and can't easily be fixed by a rebase. To keep this simple I've created #2076 to contain the same fixes but with a clean history. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moving from 2.13.x to 2.20.x brought with it a host of API changes that needed to be documented in revapi.json. To keep things simple I cleaned out all the old entries; these entries don't need to be preserved indefinitely (as they only apply to compares of the current API vs. the previous one). We can then add in the exclusions needed for this change.
This PR replaces #2044