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/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/CloudFoundryWebEndpointDiscoverer.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,7 @@ public class CloudFoundryWebEndpointDiscoverer extends WebEndpointDiscoverer {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/MappingWebEndpointPathMapper.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/cache/CacheMetricsRegistrarConfiguration.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ class CacheMetricsRegistrarConfiguration {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/CloudFoundryWebEndpointDiscovererTests.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundrySecurityInterceptorTests.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ public class ReactiveCloudFoundrySecurityInterceptorTests {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/cache/CacheMetricsConfigurationTests.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,7 @@ public void autoConfiguredCacheManagerIsInstrumented() {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoke/MissingParametersException.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ public MissingParametersException(Set<OperationParameter> missingParameters) {
38
38
super("Failed to invoke operation because the following required "
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/annotation/ControllerEndpoint.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/annotation/ControllerEndpointDiscoverer.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@
31
31
importorg.springframework.util.Assert;
32
32
33
33
/**
34
-
* {@link EndpointDiscoverer} for {@link ExposableControllerEndpoint controller endpoints}.
34
+
* {@link EndpointDiscoverer} for {@link ExposableControllerEndpoint controller
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/reactive/AbstractWebFluxEndpointHandlerMapping.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,7 @@ public ControllerEndpointHandlerMapping(EndpointMapping endpointMapping,
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/servlet/ControllerEndpointHandlerMapping.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,7 @@ public ControllerEndpointHandlerMapping(EndpointMapping endpointMapping,
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/RouterFunctionMetrics.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2017 the original author or authors.
2
+
* Copyright 2012-2018 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.
@@ -75,12 +75,12 @@ public HandlerFilterFunction<ServerResponse, ServerResponse> timer(String name,
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/beans/BeansEndpointTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public void beansInParentContextAreFound() {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpointParentTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public void configurationPropertiesClass() {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/AbstractWebEndpointIntegrationTests.java
+6-9
Original file line number
Diff line number
Diff line change
@@ -159,9 +159,8 @@ public void readOperationWithListQueryParameterAndMultipleValues() {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/BaseConfiguration.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ public WebEndpointDiscoverer webEndpointDiscoverer(
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/WebEndpointDiscovererTests.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/integration/SpringIntegrationMetricsIntegrationTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2017 the original author or authors.
2
+
* Copyright 2012-2018 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.
@@ -100,7 +100,7 @@ public IntegrationFlow convert() {
100
100
(e) -> e.id("toJson"))
101
101
.handle(String.class, this::fahrenheitToCelsius,
102
102
(e) -> e.id("temperatureConverter"))
103
-
.transform(this::extractResult, e -> e.id("toResponse"));
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ else if (this.flywayDataSource != null) {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/jetty/JettyCustomizer.java
+8-5
Original file line number
Diff line number
Diff line change
@@ -57,16 +57,19 @@ public static void customizeJetty(ServerProperties serverProperties,
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/tomcat/TomcatCustomizer.java
+17-10
Original file line number
Diff line number
Diff line change
@@ -58,29 +58,35 @@ public static void customizeTomcat(ServerProperties serverProperties,
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/undertow/UndertowCustomizer.java
+10-10
Original file line number
Diff line number
Diff line change
@@ -63,21 +63,21 @@ public static void customizeUndertow(ServerProperties serverProperties,
0 commit comments