uschindler opened a new pull request #1850:
URL: https://github.com/apache/lucene-solr/pull/1850


   Bugfix for LUCENE-9517: Instead of subclassing Deflater like in LUCENE-9500, 
we just provide a method reference (using a functional interface), so code can 
call Deflater#setDictionary.
   
   The issue was caused by a missing AccessController#setPrivileged() in JDK's 
code when Deflater was subclassed. This workaround does not subclass, so the 
missing doPrivileged is not needed.
   
   This also adds the faulty methods to forbiddenapis.


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