You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2023 the original author or authors.
2
+
* Copyright 2012-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -29,8 +29,8 @@
29
29
/**
30
30
* {@link ApplicationContext} backed {@link ServerWebExchangeMatcher}. Can work directly
31
31
* with the {@link ApplicationContext}, obtain an existing bean or
32
-
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean}
33
-
* that is autowired in the usual way.
32
+
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean} that is
33
+
* autowired in the usual way.
34
34
*
35
35
* @param <C> the type of the context that the match method actually needs to use. Can be
36
36
* an {@link ApplicationContext} or a class of an {@link ApplicationContext#getBean(Class)
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/security/servlet/ApplicationContextRequestMatcher.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2023 the original author or authors.
2
+
* Copyright 2012-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -30,8 +30,8 @@
30
30
/**
31
31
* {@link ApplicationContext} backed {@link RequestMatcher}. Can work directly with the
32
32
* {@link ApplicationContext}, obtain an existing bean or
33
-
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean}
34
-
* that is autowired in the usual way.
33
+
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean} that is
34
+
* autowired in the usual way.
35
35
*
36
36
* @param <C> the type of the context that the match method actually needs to use. Can be
37
37
* an {@link ApplicationContext} or a class of an {@link ApplicationContext#getBean(Class)
0 commit comments