Bug #13110
Plugin sprockets/registration initializer deprecation warning missing initializer name
Description
The plugin initialization deprecation message added in #4629 is missing the name of the plugin affected, as the "called from" information doesn't indicate the source.
Initializing plugins using :after => :finish_hook inyour 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. (called from ...)
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal almost 4 years ago
- Related to Feature #4629: Add Patternfly support in foreman added
#2
Updated by The Foreman Bot almost 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3050 added
#3
Updated by Dominic Cleal almost 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5290e57648b1bc93b176e25039d58a1677a74beb.
#4
Updated by Dominic Cleal almost 4 years ago
- Legacy Backlogs Release (now unused) set to 71
fixes #13110 - add initializer name to plugin registration deprecation