eschutho opened a new pull request, #40876: URL: https://github.com/apache/superset/pull/40876
## Summary - `appbuilder.app` was deprecated by Flask-AppBuilder in favor of Flask's `current_app` - Replaces 5 usages in `superset/initialization/__init__.py` — all were `appbuilder.app.config[...]` lookups - No behavior change; `current_app` was already imported on line 28 ## Test plan - [ ] Boot Superset and verify the deprecation warning no longer appears in logs - [ ] Confirm Security menu items (Roles, Users, Groups, User Registrations) still render correctly based on config flags 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
