uschindler commented on PR #14642: URL: https://github.com/apache/lucene/pull/14642#issuecomment-2869214522
There is a problem with that commit, because it does not work with private lookup. Theres an additional check needed. The problem is that `describeConstable()` uses a full-trusted lookup and not the one of our code. I have another branch here which does this correct and uses a direct static call instead of a method handle, if possible. This one here looked more elegant, but I forgot to port my test. -- 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: issues-unsubscr...@lucene.apache.org 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