lukasz-antoniak commented on code in PR #1950:
URL:
https://github.com/apache/cassandra-java-driver/pull/1950#discussion_r1752139922
##########
core/revapi.json:
##########
@@ -6956,6 +6956,11 @@
"old": "method java.lang.Throwable
java.lang.Throwable::fillInStackTrace() @
com.fasterxml.jackson.databind.deser.UnresolvedForwardReference",
"new": "method
com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
com.fasterxml.jackson.databind.deser.UnresolvedForwardReference::fillInStackTrace()",
"justification": "Upgrade jackson-databind to 2.13.4.1 to address
CVEs, API change cause:
https://github.com/FasterXML/jackson-databind/issues/3419"
+ },
+ {
+ "code": "java.method.addedToInterface",
+ "new": "method void
com.datastax.oss.driver.api.core.session.throttling.RequestThrottler::signalCancel(com.datastax.oss.driver.api.core.session.throttling.Throttled)",
+ "justification": "JAVA-3149: Propagate cancellation of AsyncResultSet
future to the throttler"
Review Comment:
Yes, you are right. I though that nearly nobody declares custom request
throttler. Reported also
[CASSANDRA-19908](https://issues.apache.org/jira/browse/CASSANDRA-19908) to
remove in 5.0.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]