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-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/servlet/WebMvcMetricsFilter.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/StaticResourceLocation.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public enum StaticResourceLocation {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/PathRequest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ private PathRequest() {
33
33
34
34
/**
35
35
* Returns a {@link StaticResourceRequest} that can be used to create a matcher for
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/StaticResourceRequest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public StaticResourceServerWebExchange at(Set<StaticResourceLocation> locations)
90
90
91
91
/**
92
92
* The server web exchange matcher used to match against resource
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/PathRequest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ private PathRequest() {
38
38
39
39
/**
40
40
* Returns a {@link StaticResourceRequest} that can be used to create a matcher for
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/reactive/StaticResourceRequestTests.java
+2-4
Original file line number
Diff line number
Diff line change
@@ -90,12 +90,10 @@ public void excludeFromSetWhenSetIsNullShouldThrowException() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/assertj/ApplicationContextAssertTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ public void getBeanOfTypeWhenInParentShouldReturnBeanAssert() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/SpecificEndpoint.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
importorg.springframework.lang.Nullable;
22
22
23
23
/**
24
-
* An meta-annotated endpoint similar to {@code @WebEndpoint} or {@code @JmxEndpoint} in
24
+
* A meta-annotated endpoint similar to {@code @WebEndpoint} or {@code @JmxEndpoint} in
25
25
* Spring Boot. Also with a package private read operation that has an optional argument.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/incremental/IncrementalSpecificEndpoint.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/JarWriter.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/netty/NettyReactiveWebServerFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public void addServerCustomizers(NettyServerCustomizer... serverCustomizers) {
92
92
/**
93
93
* Set the maximum amount of time that should be waited when starting or stopping the
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java
+10-10
Original file line number
Diff line number
Diff line change
@@ -275,24 +275,24 @@ public void loadWhenBindingOnlyParentContextShouldBind() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/BindableTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public void withAnnotationsShouldSetAnnotations() {
0 commit comments