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/logging/log4j2/Log4J2LoggingSystem.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/rsocket/context/RSocketPortInfoApplicationContextInitializer.java
+26-32Lines changed: 26 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -51,49 +51,43 @@ public void initialize(ConfigurableApplicationContext applicationContext) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
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, int, boolean) create a new bean}
32
+
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean}
33
33
* that is 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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/security/servlet/ApplicationContextRequestMatcher.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
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, int, boolean) create a new bean}
33
+
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean}
34
34
* that is 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
0 commit comments