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/metrics/MeterRegistryConfigurer.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/web/reactive/WebFluxMetricsAutoConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
35
35
/**
36
36
* {@link EnableAutoConfiguration Auto-configuration} for instrumentation of Spring
37
-
* Webflux MVC annotation-based programming model request mappings.
37
+
* WebFlux MVC annotation-based programming model request mappings.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/MeterRegistryCustomizerTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ public MeterRegistryCustomizer<MeterRegistry> commonTags() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/export/newrelic/NewRelicMetricsExportAutoConfigurationTests.java
+1-3
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,7 @@ public void autoConfiguresWithAccountIdAndApiKey() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/export/signalfx/SignalFxMetricsExportAutoConfigurationTests.java
-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ public void autoConfiguresWithAnAccessToken() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/AbstractHealthIndicator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public abstract class AbstractHealthIndicator implements HealthIndicator {
50
50
* Create a new {@link AbstractHealthIndicator} instance with a default
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/MetricsWebFilter.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/web/security/CustomWebFluxSecurityExample.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/reactive/webclient/WebTestClientSpringBootTestIntegrationTests.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,7 @@ static class TestConfiguration {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/ApplicationContextAssert.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ public ApplicationContextAssert<C> hasSingleBean(Class<?> type) {
110
110
* Verifies that the application context contains a single bean with the given type.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/web/client/TestRestTemplateTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public void restOperationsAreAvailable() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java
-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ public void attachShouldAddAdapterAtBeginning() {
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -116,15 +116,14 @@ public MapReactiveUserDetailsService userDetailsService() {
0 commit comments