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
Performance optimizations for invalid event handler checks
Moved Coldbox version and the invalidEventHandlerBean null checks to the `configure()` method.
Refactored the `isInvalidEventHandlerBean()` so it only checks whether the passed handlerBean is a match (removed the null check).
Simplified the `if` statement in `processAnnotationRules()` for performance and legibility.
0 commit comments