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-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/documentation/MappingsEndpointReactiveDocumentationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/documentation/MappingsEndpointServletDocumentationTests.java
+22-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,28 @@ public void mappings() throws Exception {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDescription.java
+9-1
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,13 @@ public class DispatcherHandlerMappingDescription {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/web/mappings/servlet/DispatcherServletMappingDescription.java
+9-16
Original file line number
Diff line number
Diff line change
@@ -30,32 +30,25 @@ public class DispatcherServletMappingDescription {
30
30
31
31
privatefinalStringpredicate;
32
32
33
-
/**
34
-
* Creates a new {@code DispatcherServletMappingDescription} for the given
35
-
* {@code handler} that will receives requests that match the given {@code predicate}.
0 commit comments