gvdutra opened a new pull request, #7738: URL: https://github.com/apache/hop/pull/7738
## Summary - skip capability updates for disposed SWT menu items - add a regression test covering menu updates during shutdown ## Root cause An asynchronous capability update could run after a menu item had been disposed. Reading its enabled state then raised an SWT `Widget is disposed` exception. ## Validation - `./mvnw -pl ui -am -Dtest=GuiMenuWidgetsDisposedTest,GuiMenuWidgetsPreRegistrationTest -Dsurefire.failIfNoSpecifiedTests=false test` - `./mvnw -pl ui -DskipTests spotless:check` - `git diff --check` Closes #7714 -- 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]
