leehaut opened a new pull request, #8011: URL: https://github.com/apache/hop/pull/8011
Fix https://github.com/apache/hop/issues/8010 ## Summary Opening **Configuration → Plugins → Search** crashed the GUI with: `SearchConfigPlugin` exposed `@GuiWidgetElement` fields but had no JavaBean getters. ## Changes - Add Lombok `@Getter` / `@Setter` on `SearchConfigPlugin`, matching other config plugins such as `ExplorerPerspectiveConfigPlugin`. - Treat a null checkbox value as unselected (`Boolean.TRUE.equals(value)`) in `GuiCompositeWidgets`, so a missing getter cannot take down the whole options page. -- 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]
