uschindler commented on pull request #1849:
URL: https://github.com/apache/lucene-solr/pull/1849#issuecomment-689648275


   Maybe we should do another fix for the original bug: As only setDictionary 
is affected, my proposal would be to not subclass `Deflater` at all and instead 
just return an interface only having the Deflater#setDictionary() method.
   
   In buggy jdks it returns a interface pointing to the original Deflater's 
method, otherwise our own one. I can create a new PR for that. I like this more.
   
   This may also speedup Java 11, because it's not doing crazy reflection on 
every new Deflater instance.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to