keith-turner commented on PR #2777:
URL: https://github.com/apache/accumulo/pull/2777#issuecomment-1155933708

   Its kinda neat that Java 18 found this.  @milleruntime  would you happen to 
have the error/warn message?  I am curious what it said.
   
   Trying to understand the implications of removing the interface on binary 
compat I was looking at : 
   
   https://wiki.eclipse.org/Evolving_Java-based_APIs_2
   
   Reading that doc is seems like removing it may only break binary compat in 
the case where code is casting to Serializable. Does that interpretation seem 
correct? Since serialization did not work, maybe no one was doing that and its 
ok to remove if code that was not casting to Serializable is ok.
   
   


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