lhotari commented on PR #23628:
URL: https://github.com/apache/pulsar/pull/23628#issuecomment-2501057772

   The reasons why this is binary compatible seems to be related to these 
points described in [Java Language Specification about binary 
compatibility](https://docs.oracle.com/javase/specs/jls/se8/html/jls-13.html):
   * Inserting new class or interface types in the type hierarchy. 
(`BaseContext` was inserted)
   * Moving a method upward in the class hierarchy. (methods were moved from 
`WindowContext` to `BaseContext`)


-- 
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]

Reply via email to