-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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 javadoc of HttpSecurity, WebSecurityConfiguration and WebSecurity to reflect deprecation of WebSecurityConfigurerAdapter #11288
Labels
in: docs
An issue in Documentation or samples
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Comments
jonathanlermitage
added
status: waiting-for-triage
An issue we've not yet triaged
type: enhancement
A general enhancement
labels
May 26, 2022
jzheaux
added
in: docs
An issue in Documentation or samples
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
May 27, 2022
jzheaux
added
type: bug
A general bug
and removed
type: enhancement
A general enhancement
labels
May 27, 2022
sjohnr
added a commit
to sjohnr/spring-security
that referenced
this issue
Jul 29, 2022
* AbstractAuthenticationFilterConfigurer * DefaultLoginPageConfigurer * EnableGlobalAuthentication * FormLoginConfigurer * HeadersConfigurer * HttpSecurity * OpenIDLoginConfigurer * RememberMeConfigurer * WebSecurity * WebSecurityConfiguration * WebSecurityConfigurer * X509Configurer Closes spring-projectsgh-11288
sjohnr
added a commit
to sjohnr/spring-security
that referenced
this issue
Jul 29, 2022
* AbstractAuthenticationFilterConfigurer * DefaultLoginPageConfigurer * EnableGlobalAuthentication * FormLoginConfigurer * HeadersConfigurer * HttpSecurity * OpenIDLoginConfigurer * RememberMeConfigurer * WebSecurity * WebSecurityConfiguration * WebSecurityConfigurer * X509Configurer Closes spring-projectsgh-11288
sjohnr
added a commit
to sjohnr/spring-security
that referenced
this issue
Jul 29, 2022
* AbstractAuthenticationFilterConfigurer * DefaultLoginPageConfigurer * EnableGlobalAuthentication * FormLoginConfigurer * HeadersConfigurer * HttpSecurity * OpenIDLoginConfigurer * RememberMeConfigurer * WebSecurity * WebSecurityConfiguration * WebSecurityConfigurer * X509Configurer Closes spring-projectsgh-11288
sjohnr
added a commit
that referenced
this issue
Jul 29, 2022
* AbstractAuthenticationFilterConfigurer * DefaultLoginPageConfigurer * EnableGlobalAuthentication * FormLoginConfigurer * HeadersConfigurer * HttpSecurity * OpenIDLoginConfigurer * RememberMeConfigurer * WebSecurity * WebSecurityConfiguration * WebSecurityConfigurer * X509Configurer Closes gh-11288
sjohnr
added a commit
that referenced
this issue
Jul 29, 2022
* AbstractAuthenticationFilterConfigurer * DefaultLoginPageConfigurer * EnableGlobalAuthentication * FormLoginConfigurer * HeadersConfigurer * HttpSecurity * OpenIDLoginConfigurer * RememberMeConfigurer * WebSecurity * WebSecurityConfiguration * WebSecurityConfigurer * X509Configurer Closes gh-11288
github-actions
bot
added
the
status: backported
An issue that has been backported to maintenance branches
label
Jul 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: docs
An issue in Documentation or samples
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
WebSecurityConfigurerAdapter
has been deprecated in Spring Security 5.7 but the javadoc of the following classes still encourages its use:HttpSecurity
:spring-security/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java
Lines 117 to 128 in 4caf53e
WebSecurityConfiguration
:spring-security/config/src/main/java/org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.java
Line 57 in 4caf53e
WebSecurity
:spring-security/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java
Line 80 in 4caf53e
The text was updated successfully, but these errors were encountered: