Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
11f285bd
Commit
11f285bd
authored
Dec 08, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.2.x' into 2.3.x
Closes gh-24403
parents
06671aa5
6ee1db70
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
IntegrationMetricsAutoConfigurationTests.java
...integration/IntegrationMetricsAutoConfigurationTests.java
+1
-2
WebMvcAutoConfigurationTests.java
...toconfigure/web/servlet/WebMvcAutoConfigurationTests.java
+1
-1
spring-boot-features.adoc
...ing-boot-docs/src/docs/asciidoc/spring-boot-features.adoc
+1
-1
JarFileWrapperTests.java
.../springframework/boot/loader/jar/JarFileWrapperTests.java
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/integration/IntegrationMetricsAutoConfigurationTests.java
View file @
11f285bd
...
...
@@ -21,7 +21,6 @@ import io.micrometer.core.instrument.MeterRegistry;
import
org.junit.jupiter.api.Test
;
import
org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
;
import
org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
;
import
org.springframework.boot.actuate.autoconfigure.metrics.test.MetricsRun
;
import
org.springframework.boot.autoconfigure.AutoConfigurations
;
import
org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
;
...
...
@@ -30,7 +29,7 @@ import org.springframework.boot.test.context.runner.ApplicationContextRunner;
import
static
org
.
assertj
.
core
.
api
.
Assertions
.
assertThat
;
/**
* Tests for {@link
Rabbit
MetricsAutoConfiguration}.
* Tests for {@link
Integration
MetricsAutoConfiguration}.
*
* @author Artem Bilan
*/
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfigurationTests.java
View file @
11f285bd
...
...
@@ -1108,7 +1108,7 @@ class WebMvcAutoConfigurationTests {
private
int
exceptionResolvers
=
0
;
@Bean
WebMvcRegistrations
webMvcRegistrations
HandlerAdapt
er
()
{
WebMvcRegistrations
webMvcRegistrations
ExceptionResolv
er
()
{
return
new
WebMvcRegistrations
()
{
@Override
...
...
spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc
View file @
11f285bd
...
...
@@ -6247,7 +6247,7 @@ For instance, it is possible to customize the name of the table for the JDBC sto
For setting the timeout of the session you can use the configprop:spring.session.timeout[] property.
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable
@
WebSession` (Reactive).
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable
*
WebSession` (Reactive).
This will cause the auto-configuration to back off.
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/jar/JarFileWrapperTests.java
View file @
11f285bd
...
...
@@ -152,7 +152,7 @@ class JarFileWrapperTests {
}
@Test
void
streamDelegates
t
oParent
()
{
void
streamDelegates
T
oParent
()
{
this
.
wrapper
.
stream
();
this
.
parent
.
verify
(
Call
.
STREAM
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment