Content
View differences
Updated by Oliver Günther over 9 years ago
Running a cronjob that fetches incoming emails, a dreprecation warning is generated every time it is invoked:
openproject run rake redmine:email:receive\_imap host=‘xxx’ username=‘xxx’ password=‘xxx’ port=993 ssl=true allow\_override=type,status,priority,assigned\_to
DEPRECATION WARNING: alias\_method\_chain is deprecated. Please, use Module\#prepend instead. From module, you can access the original method using super. (called from \<top (required)\> at /opt/openproject/vendor/bundle/ruby/2.3.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid\_connect.rb:4)
openproject run rake redmine:email:receive\_imap host=‘xxx’ username=‘xxx’ password=‘xxx’ port=993 ssl=true allow\_override=type,status,priority,assigned\_to
DEPRECATION WARNING: alias\_method\_chain is deprecated. Please, use Module\#prepend instead. From module, you can access the original method using super. (called from \<top (required)\> at /opt/openproject/vendor/bundle/ruby/2.3.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid\_connect.rb:4)