-
Notifications
You must be signed in to change notification settings - Fork 23
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
Provide a migration recipe from Acegi Security to Spring Security #792
Comments
I think it's because the plugin was never migrated to spring security and still using acegisecurity |
Thanks. It looks like there isn't an openrewrite recipe for that. 🤷 |
I thought of using something like this, but I guess it would be better as a Java recipe:
|
One example https://github.com/jenkinsci/active-choices-plugin/pull/428/files Jenkins.getAuthentication() need also be replaced by Jenkins.getAuthentication2() |
Plugin Modernizer version
plugin modernizer 1478.v40cb_ffa_961f3 (2025-02-09T13:28:40Z)
What Operating System are you using
Debian / WSL2
Reproduction steps
plugin-modernizer run --plugins bitbucket-oauth --recipe UpgradeNextMajorParentVersion
Expected Results
No error.
The text was updated successfully, but these errors were encountered: