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 Anonymous almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1f89fc0f09ca4a0bc0604f89e4a81fe88427fecf.
Actions