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
{{ message }}
This repository was archived by the owner on Oct 11, 2025. It is now read-only.
Shouldn't be this test the other way around?
Event.isAssignableFrom(parameterTypes[0])instead of
grails-async/grails-events-transform/src/main/groovy/org/grails/events/transform/AnnotatedSubscriber.groovy
Line 54 in 1e39a5b
At the moment I cannot derive form Event and use this subclass directly in subscriber method.
This does not work.
A workaround is as follows: