Actions
Bug #15256
closedDeprecated plugin registration initializer in use, must be changed for 1.13
Description
foreman-tasks causes the following deprecation warning to be issued on startup - the initialiser must be changed per the message:
Initializing plugins using :after => :finish_hook in your engine is deprecated. It delays the load of some assets in Sprockets. If you are the plugin author, please change your plugin engine initializer to use :before => :finisher_hook or after_initialize. Affected initializer name is foreman_tasks.register_plugin.
The support is being removed in develop/1.13 under #13845, and I suspect this causes test failures for Katello and other plugins using foreman-tasks.
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #13845: Remove 1.13 deprecations added
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman-tasks/pull/189 added
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1f89fc0f09ca4a0bc0604f89e4a81fe88427fecf.
Actions