Andy Wilkinson
0f105f7471
Fail fast if spring.config.location uses unknown file extension
...
Closes gh-17241
2019-07-18 15:34:49 +01:00
Stephane Nicoll
572a436d1e
Merge pull request #17510 from dirkdeyne
...
* pr/17510:
Polish "Add support for configuring Tomcat's relaxed path and query chars"
Add support for configuring Tomcat's relaxed path and query chars
Closes gh-17510
2019-07-18 16:08:55 +02:00
Stephane Nicoll
dd2f20fcd2
Polish "Add support for configuring Tomcat's relaxed path and query chars"
...
See gh-17510
2019-07-18 16:00:06 +02:00
dirkdeyne
1fee797af7
Add support for configuring Tomcat's relaxed path and query chars
...
See gh-17510
2019-07-18 15:04:29 +02:00
Stephane Nicoll
55e8a9789a
Merge pull request #17499 from nosan
...
* pr/17499:
Polish "Add HealthIndicator for Hazelcast"
Add HealthIndicator for Hazelcast
Closes gh-17499
2019-07-18 15:01:49 +02:00
Stephane Nicoll
be988d7072
Polish "Add HealthIndicator for Hazelcast"
...
See gh-17499
2019-07-18 15:00:53 +02:00
Dmytro Nosan
fca5a2b824
Add HealthIndicator for Hazelcast
...
See gh-17499
2019-07-18 14:58:18 +02:00
Stephane Nicoll
bc8514cd2f
Merge pull request #17557 from dreis2211
...
* pr/17557:
Remove testsupport.assertj package
Closes gh-17557
2019-07-18 14:27:17 +02:00
dreis2211
2038fac825
Remove testsupport.assertj package
...
See gh-17557
2019-07-18 14:20:28 +02:00
Andy Wilkinson
3bf5cf1124
Merge branch '2.1.x'
...
Closes gh-17562
2019-07-18 07:22:24 +01:00
Andy Wilkinson
b725c60177
Deprecate DeploymentInfo customization with reactive Undertow
...
Fixes gh-17555
2019-07-18 06:54:38 +01:00
Phillip Webb
a9ba7080ce
Merge branch '2.1.x'
2019-07-17 21:48:42 +01:00
Phillip Webb
30b5ba87ae
Merge branch '2.0.x' into 2.1.x
2019-07-17 21:48:01 +01:00
Phillip Webb
fd67f7ba3f
Merge branch '1.5.x' into 2.0.x
2019-07-17 21:47:04 +01:00
Phillip Webb
8843c11a28
Update copyright header of changed files
2019-07-17 21:44:01 +01:00
Phillip Webb
d567261790
Polish
2019-07-17 21:38:44 +01:00
Andy Wilkinson
dad7fb4f6d
Add NettyServerCustomizer beans to the auto-configured factory
...
Closes gh-17556
2019-07-17 14:58:11 +01:00
Andy Wilkinson
ea1139755d
Ensure that customizers registered multiple times are only called once
...
Closes gh-17264
2019-07-17 14:52:29 +01:00
Stephane Nicoll
62233a0750
Merge branch '2.1.x'
...
Closes gh-17554
2019-07-17 14:29:16 +02:00
Stephane Nicoll
b6ca1eadeb
Fix prefix for datasource metrics
...
Closes gh-17553
2019-07-17 14:28:12 +02:00
Stephane Nicoll
470e1d66a7
Merge pull request #17504 from ayudovin
...
* pr/17504:
Polish "Add metrics support for idle jdbc connections"
Add metrics support for idle jdbc connections
Closes gh-17504
2019-07-17 14:15:23 +02:00
Stephane Nicoll
56ce2b8e3f
Polish "Add metrics support for idle jdbc connections"
...
See gh-17504
2019-07-17 14:14:47 +02:00
ayudovin
9acc02b5cc
Add metrics support for idle jdbc connections
...
See gh-17504
2019-07-17 14:14:47 +02:00
Andy Wilkinson
808b373def
Merge branch '2.1.x'
...
Closes gh-17552
2019-07-17 12:45:48 +01:00
Andy Wilkinson
9dabc0e14d
Cleared deferred lines after each test
...
Previously, DeferredLinesWriter would collect MockMvc output from
every test that has executed. If a test eventually failed, the
output from every test up to including the one that had failed would
be output, rather than just the output for the test that has just
failed.
This commit clears the deferred lines after each test, thereby
ensuring that when a failure occurs only the lines from the failing
test are output.
Fixes gh-17551
2019-07-17 12:29:41 +01:00
Stephane Nicoll
9d85dbad66
Merge pull request #17537 from EugeneMsv
...
* pr/17537:
Polish "Add reference to amqp-rabbit-spring-boot-autoconfigure"
Add reference to amqp-rabbit-spring-boot-autoconfigure
Closes gh-17537
2019-07-17 11:31:27 +02:00
Stephane Nicoll
f32020aaad
Polish "Add reference to amqp-rabbit-spring-boot-autoconfigure"
...
See gh-17537
2019-07-17 11:30:57 +02:00
EugeneMsv
e632ea706d
Add reference to amqp-rabbit-spring-boot-autoconfigure
...
See gh-17537
2019-07-17 11:29:22 +02:00
Stephane Nicoll
cc6f321da4
Improve detection of NoSuchMethodError on Java 13
...
Closes gh-17544
2019-07-17 11:17:37 +02:00
Stephane Nicoll
3a49996dbd
Merge branch '2.1.x'
...
Closes gh-17547
2019-07-17 10:30:36 +02:00
Stephane Nicoll
a64317b114
Fix broken link to Spring Integration metrics section
...
Closes gh-17543
2019-07-17 10:26:40 +02:00
Andy Wilkinson
73f7a9318f
Merge branch '2.1.x'
...
Closes gh-17546
2019-07-17 09:07:28 +01:00
Andy Wilkinson
e84477cfe2
Only perform Quartz DataSource init when using JDBC store
...
Fixes gh-17545
2019-07-17 09:04:17 +01:00
Phillip Webb
74d00354f5
Refine BuildInfoMojo time property
...
Update `BuildInfoMojo` so that the time property now defaults to
`${session.request.startTime}` rather than the time the Mojo was
created. Also update javadoc to make it clear that any supplied
value will be passed to `Instant.parse`.
See gh-17390
2019-07-16 13:51:03 +01:00
Stephane Nicoll
9f090c4fb6
Merge pull request #17514 from vpavic
...
* pr/17514:
Polish "Add support for configuring Spring Session SaveMode"
Add support for configuring Spring Session SaveMode
Closes gh-17514
2019-07-16 11:31:36 +02:00
Stephane Nicoll
1f7615a964
Polish "Add support for configuring Spring Session SaveMode"
...
See gh-17514
2019-07-16 11:30:38 +02:00
Vedran Pavic
e073792448
Add support for configuring Spring Session SaveMode
...
See gh-17514
2019-07-16 11:09:54 +02:00
Stephane Nicoll
b7d349db83
Merge pull request #17507 from wonwoo
...
* pr/17507:
Update documentation to use JUnit Jupiter
Closes gh-17507
2019-07-16 11:07:42 +02:00
wonwoo
93bcc3dcf5
Update documentation to use JUnit Jupiter
...
See gh-17507
2019-07-16 11:04:50 +02:00
Phillip Webb
e5b596c162
Merge pull request #17522 from dreis2211
...
* pr/17522:
Remove obsolete checkstyle suppressions
Closes gh-17522
2019-07-15 21:37:24 +01:00
dreis2211
38d5a52ac4
Remove obsolete checkstyle suppressions
...
See gh-17522
2019-07-15 21:36:58 +01:00
Phillip Webb
b7227ec927
Merge pull request #17524 from dreis2211
...
* pr/17524:
Polish testsupport.junit.platform package
Closes gh-17524
2019-07-15 21:35:51 +01:00
dreis2211
4ec035977b
Polish testsupport.junit.platform package
...
See gh-17524
2019-07-15 21:35:25 +01:00
Phillip Webb
1d42f35585
Update copyright year eclipse setting
2019-07-15 21:30:06 +01:00
Andy Wilkinson
cbc17c237b
Make it easier to determine each servlet filter's order
...
Closes gh-17520
2019-07-15 17:10:32 +01:00
Andy Wilkinson
8aed06452d
Allow custom resource handlers to provide favicon.ico
...
Closes gh-17381
2019-07-15 14:18:45 +01:00
Stephane Nicoll
a3e94f4412
Harmonize component scan in slice tests
...
This commit updates ConfigurationPropertiesScanRegistrar to apply the
same component scan filters than the ones applied on standard classpath
scanning.
As a result, configuration properties scanning is automatically disabled
in slice tests and can be included by an explicit import or a dedicated
TypeFilter implementation if necessary.
Closes gh-16659
2019-07-15 15:05:12 +02:00
Stephane Nicoll
6d9a54a24f
Merge pull request #17519 from dreis2211
...
* pr/17519:
Fix formatting in Couchbase smoke tests
Closes gh-17519
2019-07-15 15:05:04 +02:00
dreis2211
1c3031e4db
Fix formatting in Couchbase smoke tests
...
See gh-17519
2019-07-15 15:04:48 +02:00
Phillip Webb
eff1147ccc
Rename classpath runner package
...
Remove `runner` since we're no longer tied to JUnit 4.
See gh-17491
2019-07-15 13:40:26 +01:00