Stephane Nicoll
72f63fad5c
Start building against Spring Integration 5.1.9 snapshots
...
See gh-18763
5 years ago
Stephane Nicoll
d4c4a4c584
Start building against Spring AMQP 2.1.12 snapshots
...
See gh-18761
5 years ago
Andy Wilkinson
b450116cce
Upgrade to Reactor Californium-SR13
...
Closes gh-18739
5 years ago
Stephane Nicoll
027bfdbdf3
Merge pull request #18752 from wwjay9
...
* pr/18752:
Fix OAuth2 Client redirect-uri references
Closes gh-18752
5 years ago
wwjay9
bd77c170f2
Fix OAuth2 Client redirect-uri references
...
See gh-18752
5 years ago
Andy Wilkinson
65ef03a5bf
Remove nulls from description for bean defs with no res description
...
Previously, if a bean definition had no resource description, the
failure analysis description would state that the been had been
defined in null which was of no use to the user.
This commit updates the failure analysis to omit information about
where the bean was definied when the definition has no resource
description.
Fixes gh-18721
5 years ago
Stephane Nicoll
8d4aeb1a55
Start building against Californium-SR13 snapshots
...
See gh-18739
5 years ago
Stephane Nicoll
cff570f65c
Upgrade to Netty 4.1.43.Final
...
Closes gh-18740
5 years ago
Stephane Nicoll
7b7f0abd56
Remove Netty restriction as the related issue is fixed
5 years ago
Stephane Nicoll
ff878ca6a6
Start building against Spring Framework 5.1.11 snapshots
...
See gh-18737
5 years ago
Madhura Bhave
593eca7998
Emphasize need for quotes around YAML bracket notation
...
Closes gh-18690
5 years ago
Madhura Bhave
e59a643e20
Emphasize the need of @Valid on nested configuration properties
...
Closes gh-18198
5 years ago
Phillip Webb
eaec7c3623
Remove Jetty BOMR restriction
...
See gh-18536
5 years ago
Andy Wilkinson
d4cd03ebd8
Document need for micrometer-jersey2 dependency to get Jersey metrics
...
Closes gh-18622
5 years ago
Stephane Nicoll
5be562440c
Upgrade to H2 1.4.200
...
Closes gh-18593
5 years ago
Stephane Nicoll
c63630d94e
Upgrade to Quartz 2.3.2
...
Closes gh-18723
5 years ago
Phillip Webb
eda4a212fe
Upgrade CI to JDK 8u232-b09
...
Closes gh-18715
5 years ago
Phillip Webb
f07e01686d
Upgrade CI to use JDK 11.0.5
...
Closes gh-18717
5 years ago
Stephane Nicoll
b06c9f4458
Merge pull request #18705 from nkjackzhang
...
* pr/18705:
Fix typos
Closes gh-18705
5 years ago
nkjackzhang
6ef39d6b91
Fix typos
...
See gh-18705
5 years ago
Phillip Webb
b61b7b078a
Merge pull request #18566 from rhamedy
...
* pr/18566:
Rename `max-http-post-size` server property
Closes gh-18566
5 years ago
Rafiullah Hamedy
81dc6e02e6
Rename `max-http-post-size` server property
...
Rename `max-http-post-size` to `max-http-form-post-size` for Jetty and
Tomcat to make it clearer that they only apply to POSTed form content.
See gh-18566
5 years ago
Phillip Webb
63f60fc5d9
Merge pull request #18536 from dreis2211
...
* pr/18536:
Polish "Upgrade to Jetty 9.4.21.v20190926"
Upgrade to Jetty 9.4.21.v20190926
Closes gh-18536
5 years ago
Phillip Webb
d0d55d3c0a
Polish "Upgrade to Jetty 9.4.21.v20190926"
...
See gh-18536
5 years ago
dreis2211
eae2cf170d
Upgrade to Jetty 9.4.21.v20190926
...
See gh-18536
5 years ago
Phillip Webb
867c4a14cb
Clarify Javadoc for ServletContextInitializer
...
Closes gh-18660
5 years ago
Stephane Nicoll
429eec0bcf
Merge pull request #18604 from wycm
...
* pr/18604:
Optimize debug level logs
Closes gh-18604
5 years ago
wycm
681a94b0d5
Optimize debug level logs
...
See gh-18604
5 years ago
Stephane Nicoll
91f4300fee
Merge pull request #18665 from xiaokeliu666
...
* pr/18665:
Polish
Closes gh-18665
5 years ago
xiaokeliu666
57c64eb3bc
Polish
...
See gh-18665
5 years ago
Andy Wilkinson
29e288f6c9
Merge pull request #18648 from dreis2211
...
* gh-18648:
Test the Gradle Plugin against Gradle 5.6.3
Closes gh-18648
5 years ago
dreis2211
d17f11dbe1
Test the Gradle Plugin against Gradle 5.6.3
...
See gh-18648
5 years ago
Brian Clozel
9c5ee1126f
Polish
...
See gh-18473
5 years ago
Brian Clozel
e4fa9ce8c6
Deprecate server.connection-timeout property
...
Prior to this commit, all supported servers would share the same
configuration property `server.connection-timeout`. Unfortunately, in
many cases the behavior of this timeout changes depending on the server.
From actual connection setup timeout, to detecting and closing idle
connections, this property cannot be properly translated from one server
implementation to another.
This commit deprecates this configuration property and introduces server
specific properties:
* `server.jetty.connection-idle-timeout`
(Time that the connection can be idle before it is closed.)
* `server.netty.connection-timeout`
(Connection timeout of the Netty channel.)
* `server.tomcat.connection-timeout`
(Amount of time the connector will wait, after accepting a connection,
for the request URI line to be presented.)
* `server.undertow.no-request-timeout`
(Amount of time a connection can sit idle without processing a request,
before it is closed by the server.)
`server.connection-timeout` is now deprecated and will be removed in a
future release.
Fixes gh-18473
5 years ago
Stephane Nicoll
4eaa3873dd
Merge pull request #18612 from contextshuffling
...
* pr/18612:
Use LinkedHashSet for deterministic order in test assertion
Closes gh-18612
5 years ago
contextshuffling
a8c6540191
Use LinkedHashSet for deterministic order in test assertion
...
See gh-18612
5 years ago
Andy Wilkinson
00d4b44cbb
Remove trailing commas from test SQL scripts
...
Closes gh-18607
5 years ago
Stephane Nicoll
e4ba6049ff
Clarify scope of "@SpringBootTest#classes"
...
See gh-18229
5 years ago
Stephane Nicoll
c5e14a89b1
Merge pull request #18581 from polarbear567
...
* pr/18581:
Polish "Add metadata entry for spring.main.register-shutdown-hook"
Add metadata entry for spring.main.register-shutdown-hook
Closes gh-18581
5 years ago
Stephane Nicoll
22f44917ca
Polish "Add metadata entry for spring.main.register-shutdown-hook"
...
See gh-18581
5 years ago
leoli
9b781449cf
Add metadata entry for spring.main.register-shutdown-hook
...
See gh-18581
5 years ago
Stephane Nicoll
34287fd556
Merge pull request #18578 from rhamedy
...
* pr/18578:
Polish "Clarify formatting recommendations for configuration property javadoc"
Clarify formatting recommendations for configuration property javadoc
Closes gh-18578
5 years ago
Stephane Nicoll
f05d7902e2
Polish "Clarify formatting recommendations for configuration property javadoc"
...
See gh-18578
5 years ago
Rafiullah Hamedy
1f9b68707f
Clarify formatting recommendations for configuration property javadoc
...
This commit adds a note to spring-boot-features.adoc to clarify that
using javadoc tags to format configuration property descriptions is not
supported.
See gh-18578
5 years ago
Stephane Nicoll
f6d5f7777f
Merge pull request #18580 from contextshuffling
...
* pr/18580:
Use LinkedHashSet for deterministic order in test assertions
Closes gh-18580
5 years ago
contextshuffling
efedd80d4b
Use LinkedHashSet for deterministic order in test assertions
...
See gh-18580
5 years ago
Stephane Nicoll
4d181c5b6b
Merge pull request #18579 from dreis2211
...
* pr/18579:
Rename tests to match Surefire expectations
Closes gh-18579
5 years ago
dreis2211
abfb87d1a3
Rename tests to match Surefire expectations
...
See gh-18579
5 years ago
Andy Wilkinson
bc6de8d572
Merge pull request #18575 from wycm
...
* gh-18575:
Make the logger static final
Closes gh-18575
5 years ago
王洋
152568521e
Make the logger static final
...
See gh-18575
5 years ago