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
Properly test glassfish helpers during build-time muzzle checks
The glassfish helpers require package-private access to an interface, so must be injected into the glassfish class-loader.
At runtime this is achieved via the instrumentation-based class-injector. We can simulate this for the build-time muzzle
checks by granting the same access via reflection.
0 commit comments