File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
config/src/main/java/org/springframework/security/config/annotation/web/builders Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1112,9 +1112,9 @@ public HttpSecurity rememberMe(Customizer<RememberMeConfigurer<HttpSecurity>> re
1112
1112
* </pre>
1113
1113
* @return the {@link ExpressionUrlAuthorizationConfigurer} for further customizations
1114
1114
* @throws Exception
1115
- * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests()} instead
1115
+ * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer )} instead
1116
1116
*/
1117
- @ Deprecated
1117
+ @ Deprecated ( since = "6.1" , forRemoval = true )
1118
1118
public ExpressionUrlAuthorizationConfigurer <HttpSecurity >.ExpressionInterceptUrlRegistry authorizeRequests ()
1119
1119
throws Exception {
1120
1120
ApplicationContext context = getContext ();
@@ -1227,9 +1227,9 @@ public ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrl
1227
1227
* for the {@link ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry}
1228
1228
* @return the {@link HttpSecurity} for further customizations
1229
1229
* @throws Exception
1230
- * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests} instead
1230
+ * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer) } instead
1231
1231
*/
1232
- @ Deprecated
1232
+ @ Deprecated ( since = "6.1" , forRemoval = true )
1233
1233
public HttpSecurity authorizeRequests (
1234
1234
Customizer <ExpressionUrlAuthorizationConfigurer <HttpSecurity >.ExpressionInterceptUrlRegistry > authorizeRequestsCustomizer )
1235
1235
throws Exception {
You can’t perform that action at this time.
0 commit comments