Skip to content

Commit 15eeedb

Browse files
committed
Merge branch '2.1.x'
Closes gh-18380
2 parents 1fd8147 + b97a1d8 commit 15eeedb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/http/Outcome.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public Tag asTag() {
7171
}
7272

7373
/**
74-
* Return the @code Outcome} for the given HTTP {@code status} code.
74+
* Return the {@code Outcome} for the given HTTP {@code status} code.
7575
* @param status the HTTP status code
7676
* @return the matching Outcome
7777
*/

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ For example, `LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB=DEBUG` will set `org.springf
16441644

16451645
NOTE: The above approach will only work for package level logging.
16461646
Since relaxed binding always converts environment variables to lowercase, it's not possible to configure logging for an individual class in this way.
1647-
If you need to configure logging for a class, you can use <<boot-features-external-config-application-json, the APPLICATION_JSON>> variable.
1647+
If you need to configure logging for a class, you can use <<boot-features-external-config-application-json, the SPRING_APPLICATION_JSON>> variable.
16481648

16491649

16501650

@@ -7266,8 +7266,8 @@ Resources can be specified by using the usual Spring conventions, as shown in th
72667266
[[boot-features-web-application-conditions]]
72677267
==== Web Application Conditions
72687268
The `@ConditionalOnWebApplication` and `@ConditionalOnNotWebApplication` annotations let configuration be included depending on whether the application is a "`web application`".
7269-
A servlet based web application is any application that uses a Spring `WebApplicationContext`, defines a `session` scope, or has a `StandardServletEnvironment`.
7270-
A reactive web application is any application that uses a `ReactiveWebApplicationContext`, defines a `session` scope, or has a `ConfigurableReactiveWebEnvironment`.
7269+
A servlet-based web application is any application that uses a Spring `WebApplicationContext`, defines a `session` scope, or has a `ConfigurableWebEnvironment`.
7270+
A reactive web application is any application that uses a `ReactiveWebApplicationContext`, or has a `ConfigurableReactiveWebEnvironment`.
72717271

72727272

72737273

0 commit comments

Comments
 (0)