Stephane Nicoll
d68b6bb2f1
Polish "Add testing for AbstractFailureAnalyzer.findCause"
...
See gh-27862
2021-09-21 10:05:15 +02:00
smoothbear
a2eed676a2
Add testing for AbstractFailureAnalyzer.findCause
...
See gh-27862
2021-09-21 09:52:10 +02:00
Stephane Nicoll
d06ebce1a6
Merge pull request #28028 from eddumelendez
...
* pr/28028:
Polish "Add support for used-defined RedisStandaloneConfiguration"
Add support for used-defined RedisStandaloneConfiguration
Closes gh-28028
2021-09-21 08:41:44 +02:00
Stephane Nicoll
124c3ac07c
Polish "Add support for used-defined RedisStandaloneConfiguration"
...
See gh-28028
2021-09-21 08:34:44 +02:00
Eddú Meléndez
236c2dd0da
Add support for used-defined RedisStandaloneConfiguration
...
See gh-28028
2021-09-21 08:22:41 +02:00
Stephane Nicoll
3e5038cddd
Merge branch '2.5.x'
...
Closes gh-28073
2021-09-21 08:19:58 +02:00
Stephane Nicoll
4ee249c700
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28072
2021-09-21 08:18:39 +02:00
Stephane Nicoll
0a4d58f221
Merge pull request #28061 from polarbear567
...
* pr/28061:
Polish contribution
Add default value for "s.d.elasticsearch.client.reactive.endpoints"
Closes gh-28061
2021-09-21 08:18:33 +02:00
Stephane Nicoll
15de85d89a
Polish contribution
...
See gh-28061
2021-09-21 08:18:08 +02:00
Leo Li
0374c3d563
Add default value for "s.d.elasticsearch.client.reactive.endpoints"
...
See gh-28061
2021-09-21 08:12:21 +02:00
Stephane Nicoll
01cf19702b
Merge pull request #27940 from dreis2211
...
* pr/27940:
Polish
Closes gh-27940
2021-09-21 08:10:53 +02:00
dreis2211
cf0fcafd13
Polish
...
See gh-27940
2021-09-21 08:08:29 +02:00
Stephane Nicoll
b8b2e56fab
Merge pull request #28064 from ghostd
...
* pr/28064:
Polish "Remove english contractions from the documentation"
Remove english contractions from the documentation
Closes gh-28064
2021-09-21 08:05:05 +02:00
Stephane Nicoll
eab8f41152
Polish "Remove english contractions from the documentation"
...
See gh-28064
2021-09-21 08:04:48 +02:00
Vincent Ricard
52176b8ed6
Remove english contractions from the documentation
...
See gh-28064
2021-09-21 08:00:48 +02:00
Stephane Nicoll
3ef17820e9
Polish
2021-09-21 07:59:33 +02:00
Madhura Bhave
ac00df79f1
Add what's next to new sections
...
This commit also moves hazelcast from core features to IO
Closes gh-27132
2021-09-20 16:15:08 -07:00
Madhura Bhave
7e257dc24c
Rename packages for code samples to match sections
...
See gh-27132
2021-09-20 16:15:08 -07:00
Andy Wilkinson
ad8cb539ea
Upgrade to Spring Security 5.6.0-M3
...
Closes gh-27935
2021-09-20 19:13:06 +01:00
Andy Wilkinson
36b7aa9948
Merge branch '2.5.x'
...
Closes gh-28070
2021-09-20 19:04:58 +01:00
Andy Wilkinson
b2b691b1d0
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28069
2021-09-20 19:04:48 +01:00
Andy Wilkinson
c2361aeb04
Make WebMvcMetricsFilter set status consistently for all exceptions
...
Closes gh-27988
2021-09-20 18:07:18 +01:00
Andy Wilkinson
b69ef0c881
Upgrade to Oracle Database 21.3.0.0
...
Closes gh-28054
2021-09-20 17:44:57 +01:00
Andy Wilkinson
3446661862
Upgrade to Spring Kafka 2.8.0-M3
...
Closes gh-27934
2021-09-20 17:28:26 +01:00
Andy Wilkinson
808aa77747
Provide a config prop for Elasticsearch client's path prefix
...
Closes gh-25010
2021-09-20 15:09:10 +01:00
Andy Wilkinson
e2a355f003
Consolidate Elasticsearch configuration properties
...
Previously, a number of Elasticsearch properties were duplicated
across the spring.elasticsearch.rest and
spring.data.elasticsearch.client.reactive prefixes for configuring
the blocking REST client provided by Elasticsearch and the reactive
client provided by Spring Data respectively. This could cause
problems when using the Elasticsearch REST client configured with
a custom spring.elasticsearch.rest.uris. If Spring WebFlux (to make
use of WebClient) and Spring Data Elasticsearch were on the classpath,
the reactive Elasticsearch Client would be autoconfigured but it
would use the default value of its analogous
spring.data.elasticsearch.client.reactive.endpoints property. It
would be unable to connect, causing a startup failure.
This commit consoliates the configuration properties where possible.
Each setting that is common across the two clients is now configured
using a single, shared spring.elasticsearch property. Each setting
that is specific to the blocked REST client or the WebClient-based
reactive client now have prefixes of spring.elasticsearch.restclient
and spring.elasticsearch.webclient respectively.
The old properties beneath spring.elasticsearch.rest and
spring.data.elasticsearch.client.reactive have been deprecated. If a
any deprecated property is set, all of the new properties are
ignored. In other words, to migrate to the new properties, each usage
of a now-deprecated property must be updated to use its new
replacement instead.
Closes gh-23106
2021-09-20 14:37:44 +01:00
Andy Wilkinson
dd366af849
Upgrade to Spring AMQP 2.4.0-M3
...
Closes gh-27933
2021-09-20 10:02:13 +01:00
Andy Wilkinson
a395e0281f
Merge branch '2.5.x'
2021-09-20 10:00:21 +01:00
Andy Wilkinson
6f555c4012
Upgrade to Spring Kafka 2.7.7
...
Closes gh-27918
2021-09-20 09:59:47 +01:00
Andy Wilkinson
e5cdf819a0
Upgrade to Spring Data 2021.0.5
...
Closes gh-27917
2021-09-20 09:59:06 +01:00
Andy Wilkinson
d6b1e576a2
Merge branch '2.5.x'
2021-09-20 09:57:46 +01:00
Andy Wilkinson
300ca04816
Merge branch '2.4.x' into 2.5.x
2021-09-20 09:57:31 +01:00
Andy Wilkinson
c0895befc2
Upgrade to Spring Data 2020.0.13
...
Closes gh-27912
2021-09-20 09:56:51 +01:00
Andy Wilkinson
30815cc0e0
Upgrade to Spring Data 2021.1.0-M3
...
Closes gh-27932
2021-09-17 15:56:57 +01:00
Andy Wilkinson
67f548e965
Upgrade to WebJars Locator Core 0.48
...
Closes gh-28058
2021-09-17 15:56:57 +01:00
Andy Wilkinson
74eed94a14
Upgrade to Thymeleaf Layout Dialect 3.0.0
...
Closes gh-28057
2021-09-17 15:56:57 +01:00
Andy Wilkinson
d2f03baf32
Upgrade to Rabbit Stream Client 0.4.0
...
Closes gh-28056
2021-09-17 15:56:57 +01:00
Andy Wilkinson
88206dab1b
Upgrade to Prometheus Client 0.12.0
...
Closes gh-28055
2021-09-17 15:56:56 +01:00
Andy Wilkinson
0bf5022fd2
Upgrade to Mockito 3.12.4
...
Closes gh-28053
2021-09-17 15:21:32 +01:00
Andy Wilkinson
78568e7796
Upgrade to Jersey 2.35
...
Closes gh-28051
2021-09-17 13:57:21 +01:00
Andy Wilkinson
74f95b2a69
Upgrade to InfluxDB Java 2.22
...
Closes gh-28050
2021-09-17 13:57:21 +01:00
Andy Wilkinson
7924d1fc18
Upgrade to Flyway 7.15.0
...
Closes gh-28049
2021-09-17 13:57:21 +01:00
Andy Wilkinson
5857bcccc6
Merge branch '2.5.x'
...
Closes gh-28048
2021-09-17 13:20:30 +01:00
Andy Wilkinson
8364840cd5
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28047
2021-09-17 12:25:13 +01:00
Andy Wilkinson
eacb9273e3
Polish property mapping in reactive Elastic REST client auto-config
...
Closes gh-28038
2021-09-17 12:00:45 +01:00
Stephane Nicoll
5ae6679d7d
Upgrade to Lettuce 6.1.5.RELEASE
...
Closes gh-28043
2021-09-17 08:33:17 +02:00
Scott Frederick
96238ba8b7
Expose default value for imageName in bootBuildImage task
...
Fixes gh-28040
2021-09-16 15:51:12 -05:00
Stephane Nicoll
1612c5955d
Merge branch '2.5.x'
2021-09-16 21:40:02 +02:00
Stephane Nicoll
6cb4bbce35
Upgrade to Spring HATEOAS 1.4.0-M3
...
Closes gh-27971
2021-09-16 21:39:49 +02:00
Stephane Nicoll
9058ffd4c3
Merge branch '2.4.x' into 2.5.x
2021-09-16 21:39:19 +02:00