abhijithumbe opened a new issue, #2294: URL: https://github.com/apache/incubator-kie-issues/issues/2294
The current implementation of event handling in NotificationEventPublisher relies on comparing fully qualified class names using String values . This approach is fragile and prone to breaking silently during refactoring (e.g., class renaming, package restructuring), as such changes are not detected at compile time. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
