Stephane Nicoll
9a457527fd
Polish test
2020-06-09 16:00:50 +02:00
Stephane Nicoll
b378fbfa87
Start building against Spring Batch 4.2.3 snapshots
...
See gh-21784
2020-06-09 15:11:18 +02:00
Stephane Nicoll
8325ed0626
Start building against Spring Kafka 2.5.2 snapshots
...
See gh-21782
2020-06-09 15:10:37 +02:00
Stephane Nicoll
a2bdbf01b0
Start building against Spring Integration 5.3.1 snapshots
...
See gh-21779
2020-06-09 15:09:56 +02:00
Stephane Nicoll
3383f48ee7
Upgrade to Spring Framework 5.2.7
...
Closes gh-21739
2020-06-09 15:09:03 +02:00
Stephane Nicoll
180e57a8d7
Start building against Spring Batch 4.2.3 snapshots
...
See gh-21783
2020-06-09 14:50:53 +02:00
Stephane Nicoll
7b4707aab5
Start building against Spring Kafka 2.3.9 snapshots
...
See gh-21781
2020-06-09 14:49:57 +02:00
Stephane Nicoll
5cde880562
Start building against Spring Integration 5.2.7 snapshots
...
See gh-21778
2020-06-09 14:49:17 +02:00
Stephane Nicoll
679816d3a4
Upgrade to Spring Framework 5.2.7
...
Closes gh-21738
2020-06-09 14:48:32 +02:00
Stephane Nicoll
36a05375c7
Start building against Spring Kafka 2.2.14 snapshots
...
See gh-21780
2020-06-09 14:23:58 +02:00
Stephane Nicoll
445a9a461b
Start building against Spring Integration 5.1.11 snapshots
...
See gh-21777
2020-06-09 14:23:58 +02:00
Stephane Nicoll
de6ee358fb
Upgrade to Spring Framework 5.1.16
...
Closes gh-21729
2020-06-09 13:36:32 +02:00
Andy Wilkinson
8155cc5f23
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21786
2020-06-09 11:02:23 +01:00
Andy Wilkinson
a0f29edd4d
Always initialize stompWebSocketHandlerMapping eagerly
...
Previously, when lazy initialization was enabled, STOMP-based WebSocket
messaging would not work as the stompWebSocketHandlerMapping bean was
not initialized and CONNECT requests would go unanswered.
This commit adds a LazyInitializationExcludeFilter that causes the
stompWebSocketHandlerMapping bean to always be initialized eagerly.
This triggers initialization of the WebSocket transport allowing
requests to be received and processed.
Fixes gh-19611
2020-06-09 11:02:02 +01:00
Stephane Nicoll
e9f6dc9d9a
Upgrade to Reactor Dysprosium-SR8
...
Closes gh-21731
2020-06-09 09:04:31 +02:00
Stephane Nicoll
3889e6336a
Upgrade to Reactor Dysprosium-SR8
...
Closes gh-21730
2020-06-09 09:02:55 +02:00
Stephane Nicoll
10e0ca7dce
Upgrade to Reactor Californium-SR19
...
Closes gh-21728
2020-06-09 09:01:13 +02:00
Scott Frederick
73aff08535
Improve tests for BasicErrorController
...
This commit improves the tests for BasicErrorController by decoupling
coverage for the include-message and include-binding-errors
parameters to ensure the options operate properly independent of
each other.
See gh-21702
2020-06-08 15:00:55 -05:00
Aurdo
e2e52a11cc
Fix BasicErrorController include parameter parsing
...
This commit fixes an error in BasicErrorController where the wrong
property was referenced for binding error inclusion.
See gh-21702
2020-06-08 15:00:55 -05:00
Phillip Webb
b71bab2817
Document deprecations of Archive.iterator()
...
Closes gh-21695
2020-06-08 12:08:33 -07:00
Phillip Webb
ddbecf62b3
Polish 'Fix Mustache to not ignore native fetcher'
...
See gh-21060
2020-06-08 11:10:57 -07:00
Dave Syer
5199c11e37
Fix Mustache to not ignore native fetcher
...
Alter the logic of `MustacheEnvironmentCollector` so that the
native fetcher is always consulted if it exists.
When the context is a map (as it is in a web View for instance) you
can't assume a non-null fetcher actually contains the property you are
searching for.
See gh-21060
2020-06-08 11:02:04 -07:00
Phillip Webb
47729be4e3
Polish 'Clarify documentation for probe ports'
...
See gh-21650
2020-06-08 10:42:01 -07:00
Hui Li
e6ade05c2d
Clarify documentation for probe ports
...
Update the reference documentation to provide a better description of
the port that should be used for Kubernetes probes.
See gh-21650
2020-06-08 10:41:41 -07:00
dreis2211
eeb1db2176
Use supplier assertions in availability indicator
...
See gh-21758
2020-06-08 10:29:28 -07:00
Andy Wilkinson
96ae4864a2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21762
2020-06-08 17:42:02 +01:00
Andy Wilkinson
2de906caf7
Polish "Clarify loss of defaults when adding custom mapping"
...
See gh-20716
2020-06-08 17:34:11 +01:00
Norio
9f009e4445
Clarify loss of defaults when adding custom mapping
...
See gh-20716
2020-06-08 17:31:26 +01:00
Andy Wilkinson
a97c63661a
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21760
2020-06-08 17:08:07 +01:00
Andy Wilkinson
4a0e8217f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21759
2020-06-08 17:07:51 +01:00
Andy Wilkinson
5dce945e29
Document dispatcher-types configuration for secured error pages
...
Closes gh-19293
2020-06-08 17:06:42 +01:00
Andy Wilkinson
fe265af252
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21755
2020-06-08 14:43:39 +01:00
Andy Wilkinson
296da88e31
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21754
2020-06-08 14:43:14 +01:00
Andy Wilkinson
c96455f7cf
Remove . from CLI's classpath on Unix-like platforms
...
Previously, the spring bash script added . to the classpath but the
Windows spring.bat script did not. This commit aligns the classpath
of the two scripts by removing . from the classpath in the bash
script.
Fixes gh-19910
2020-06-08 14:40:14 +01:00
Andy Wilkinson
020a47ba3e
Document support for Gradle 5
...
Closes gh-15358
2020-06-08 14:29:07 +01:00
Andy Wilkinson
82b531b49e
Merge branch '2.2.x' into 2.3.x
2020-06-08 11:35:53 +01:00
Andy Wilkinson
8da1e3addb
Merge branch '2.1.x' into 2.2.x
2020-06-08 11:35:10 +01:00
Andy Wilkinson
6a9450ee8b
Polish
2020-06-08 11:34:56 +01:00
Phillip Webb
f8982bdc14
Polish 'Support userInfo in elasticsearch URI'
...
See gh-21381
2020-06-07 11:56:18 -07:00
Evgeniy Cheban
a72179aa4f
Support userInfo in elasticsearch URI
...
See gh-21381
2020-06-07 10:38:41 -07:00
Phillip Webb
abaca95467
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21744
2020-06-07 10:27:35 -07:00
Phillip Webb
bfe1c281f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21743
2020-06-07 10:25:33 -07:00
Phillip Webb
70e0a27949
Drop the use of the term "white list"
...
Closes gh-21737
2020-06-07 10:22:35 -07:00
Stephane Nicoll
9fd6ff7e88
Start building against Spring Framework 5.2.7 snapshots
...
See gh-21739
2020-06-07 11:14:02 +02:00
Stephane Nicoll
4c26c7d043
Start building against Spring Framework 5.2.7 snapshots
...
See gh-21738
2020-06-07 10:54:38 +02:00
Stephane Nicoll
d4c8fa9b2a
Start building against Spring Framework 5.1.16 snapshots
...
See gh-21729
2020-06-07 10:37:47 +02:00
Phillip Webb
c11abf48d9
Polish 'Allow beans without public constructors to load'
...
See gh-20929
2020-06-06 12:05:50 -07:00
Vlad Kisel
d8d8f9cf0b
Allow beans without public constructors to load
...
Allow `BeanDefinitionLoader` to load classes that don't have public
constructors. The constraint was first introduced in d82c50804f to
solve an issue with anonymous Groovy classes but causes particular
problems with `@SpringBootTest`.
See gh-20929
2020-06-06 11:59:47 -07:00
dreis2211
2b5569f054
Polish
...
See gh-21732
2020-06-06 11:07:21 -07:00
Stephane Nicoll
44f375c508
Start building against Reactor Dysprosium-SR8 snapshots
...
See gh-21731
2020-06-06 09:57:21 +02:00