You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. Java.extend currently does not respect allowImplementations. This is a known issue that we want to address in the future. The second example looks like a bug. We'll investigate.
I don't understand how does HostAccess.Builder#allowImplementations (and similar allowAllImplementations) work.
I have following context configuration:
and still I can do this:
This prints "hello".
I thought implementing
java.lang.Runnable
interface would be prohibited because ofallowAllImplementations(false)
, shouldn't it?The text was updated successfully, but these errors were encountered: