Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update devise_saml_authenticatable gem #698

Closed
mattbaumann1 opened this issue Nov 17, 2020 · 1 comment · Fixed by #730
Closed

update devise_saml_authenticatable gem #698

mattbaumann1 opened this issue Nov 17, 2020 · 1 comment · Fixed by #730
Labels
log-in / profile upgrade Upgrade of gems/ruby/rails/etc.

Comments

@mattbaumann1
Copy link
Collaborator

We are still on 1.6.1 of devise_saml_authenticatable and this may cause problems given our configurations.

apokalipto/devise_saml_authenticatable#183

@jseraf jseraf added upgrade Upgrade of gems/ruby/rails/etc. log-in / profile labels Nov 18, 2020
@jseraf
Copy link
Collaborator

jseraf commented Nov 18, 2020

DEPRECATION WARNING: SourceAnnotationExtractor is deprecated! Use Rails::SourceAnnotationExtractor instead. (called from <top (required)> at /Users/jds021/workspace/competitions/config/environment.rb:7)
DEPRECATION WARNING: Initialization autoloaded the constants DeviseSamlAuthenticatable::CompetitionsIdpEntityIdReader and DeviseSamlAuthenticatable::CompetitionsAttributeMapResolver.

Being able to do this is deprecated. Autoloading during initialization is going
to be an error condition in future versions of Rails.

Reloading does not reboot the application, and therefore code executed during
initialization does not run again. So, if you reload DeviseSamlAuthenticatable::CompetitionsIdpEntityIdReader, for example,
the expected changes won't be reflected in that stale Class object.

These autoloaded constants have been unloaded.

Please, check the "Autoloading and Reloading Constants" guide for solutions.
(called from <top (required)> at /Users/jds021/workspace/competitions/config/environment.rb:7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
log-in / profile upgrade Upgrade of gems/ruby/rails/etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants