Stephane Nicoll
32f17645af
Merge branch '2.2.x' into 2.3.x
2020-07-23 09:34:29 +02:00
Stephane Nicoll
458b5690e1
Upgrade Java 14 version in CI image
...
Closes gh-22516
2020-07-23 09:33:30 +02:00
Stephane Nicoll
a2b797f8b7
Upgrade Java 8 version in CI image
...
Closes gh-22518
2020-07-23 09:33:03 +02:00
Stephane Nicoll
3d1181ee96
Merge branch '2.1.x' into 2.2.x
2020-07-23 09:31:42 +02:00
Stephane Nicoll
ee37ddd6c0
Upgrade Java 8 version in CI image
...
Closes gh-22512
2020-07-23 09:31:01 +02:00
Phillip Webb
187d3af7fc
Update copyright year of changed files
2020-07-22 17:25:17 -07:00
Phillip Webb
d2a7808098
Polish
2020-07-22 17:25:04 -07:00
Phillip Webb
217b2eff89
Merge branch '2.2.x' into 2.3.x
2020-07-22 17:03:23 -07:00
Phillip Webb
b5e70157dc
Update copyright year of changed files
2020-07-22 17:01:36 -07:00
Phillip Webb
51a26a4d5a
Polish
2020-07-22 17:01:19 -07:00
Stephane Nicoll
dd615fd9dd
Upgrade to Spring Integration 5.3.2
...
Closes gh-22389
2020-07-22 21:37:39 +02:00
Stephane Nicoll
6e217b4f66
Merge branch '2.2.x' into 2.3.x
2020-07-22 21:36:52 +02:00
Stephane Nicoll
0a756b5337
Merge branch '2.1.x' into 2.2.x
2020-07-22 21:36:21 +02:00
Stephane Nicoll
d9c34d5b84
Upgrade to Spring Integration 5.1.12
...
Closes gh-22511
2020-07-22 21:35:48 +02:00
Stephane Nicoll
68497649b1
Upgrade to Spring Integration 5.2.8
...
Closes gh-22385
2020-07-22 21:32:52 +02:00
Stephane Nicoll
fb56483015
Upgrade to Spring Kafka 2.5.4
...
Closes gh-22390
2020-07-22 20:37:48 +02:00
Stephane Nicoll
f70670935d
Merge branch '2.2.x' into 2.3.x
2020-07-22 20:37:03 +02:00
Stephane Nicoll
d1f9adc189
Upgrade to Spring Kafka 2.3.10
...
Closes gh-22386
2020-07-22 20:36:14 +02:00
Stephane Nicoll
155f8a1a88
Upgrade to Spring AMQP 2.2.9
...
Closes gh-22387
2020-07-22 18:44:52 +02:00
Stephane Nicoll
eed4370d47
Merge branch '2.2.x' into 2.3.x
2020-07-22 18:44:10 +02:00
Stephane Nicoll
ad976bec20
Upgrade to Spring AMQP 2.2.9
...
Closes gh-22383
2020-07-22 18:43:46 +02:00
Stephane Nicoll
0e50f055a4
Merge branch '2.1.x' into 2.2.x
2020-07-22 18:43:09 +02:00
Stephane Nicoll
baa6a8aeb1
Upgrade to Spring AMQP 2.1.16
...
Closes gh-22507
2020-07-22 18:41:46 +02:00
Stephane Nicoll
8be46529e1
Merge branch '2.2.x' into 2.3.x
2020-07-22 13:38:34 +02:00
Stephane Nicoll
e7297b43a5
Merge branch '2.1.x' into 2.2.x
2020-07-22 13:36:16 +02:00
Stephane Nicoll
b0f48ccb79
Add Groovy 2.5.13 to the upgrade ignore list
...
See gh-22505
2020-07-22 13:34:16 +02:00
Stephane Nicoll
d2ed9dc090
Upgrade to Spring Data Neumann-SR2
...
Closes gh-22388
2020-07-22 11:11:11 +02:00
Stephane Nicoll
95f47b121b
Merge branch '2.2.x' into 2.3.x
2020-07-22 11:10:41 +02:00
Stephane Nicoll
d5301f8b0a
Upgrade to Spring Data Moore-SR9
...
Closes gh-22384
2020-07-22 11:09:58 +02:00
Stephane Nicoll
da19bf4d46
Merge branch '2.1.x' into 2.2.x
2020-07-22 11:09:12 +02:00
Stephane Nicoll
8b20840a1a
Upgrade to Spring Data Lovelace-SR19
...
Closes gh-22382
2020-07-22 11:08:13 +02:00
Andy Wilkinson
1a35c12238
Merge pull request #22488 from dreis2211
...
* gh-22488:
Remove redundant compiler arguments in Gradle build files
Closes gh-22488
2020-07-22 06:43:18 +01:00
dreis2211
198131f5e4
Remove redundant compiler arguments in Gradle build files
...
See gh-22488
2020-07-22 06:42:48 +01:00
Andy Wilkinson
2063c242ae
Polish
2020-07-22 06:25:55 +01:00
Brian Clozel
03739e3097
Polish "Improve liveness/readiness health config"
...
See gh-22107
2020-07-21 16:50:03 +02:00
Brian Clozel
fe807d6c0b
Improve liveness/readiness health config
...
Prior to this commit, the application availability infrastructure
would mix the `AvailabilityState`, the `HealthIndicator` and the
`HealthGroup` concepts and would not align with the rest.
This commit auto-configures the livenessState and readinessState
health indicators with the relevant configuration properties.
Unlike other indicators, they are not enabled by default but might
be in future versions.
This also moves the `management.health.probes.enabled` property
to `management.endpoint.health.probes.enabled` since "probes" here
is not a health indicator but rather a configuration flag for the
health endpoint.
Finally, the probes auto-configuration is refined to automatically
add liveness and readiness indicators for the probes group if
they're not already present.
Closes gh-22107
2020-07-21 16:03:06 +02:00
Andy Wilkinson
cb73558856
Upgrade to Spring Framework 5.2.8.RELEASE
...
Closes gh-22375
2020-07-21 13:37:23 +01:00
Andy Wilkinson
6114897473
Upgrade to Reactor Bom Dysprosium-SR10
...
Closes gh-22376
2020-07-21 13:37:23 +01:00
Andy Wilkinson
dd38ffe3a7
Upgrade to Tomcat 9.0.37
...
Closes gh-22478
2020-07-21 13:37:23 +01:00
Andy Wilkinson
e9c46074f1
Upgrade to Solr 8.5.2
...
Closes gh-22477
2020-07-21 13:37:23 +01:00
Andy Wilkinson
3c628209b8
Upgrade to Netty 4.1.51.Final
...
Closes gh-22476
2020-07-21 13:37:23 +01:00
Andy Wilkinson
057ab3c647
Upgrade to Neo4j OGM 3.2.14
...
Closes gh-22475
2020-07-21 13:37:22 +01:00
Andy Wilkinson
bd64f4b9d1
Upgrade to MySQL 8.0.21
...
Closes gh-22474
2020-07-21 13:37:22 +01:00
Andy Wilkinson
bf95b7ac2d
Upgrade to MongoDB 4.0.5
...
Closes gh-22473
2020-07-21 13:37:22 +01:00
Andy Wilkinson
13ab92238b
Upgrade to Micrometer 1.5.2
...
Closes gh-22472
2020-07-21 13:37:22 +01:00
Andy Wilkinson
347d3af35d
Upgrade to MariaDB 2.6.1
...
Closes gh-22471
2020-07-21 13:37:22 +01:00
Andy Wilkinson
f8c85b7ac9
Upgrade to Lettuce 5.3.2.RELEASE
...
Closes gh-22470
2020-07-21 13:37:22 +01:00
Andy Wilkinson
09de935f29
Upgrade to Kotlin Coroutines 1.3.8
...
Closes gh-22469
2020-07-21 13:37:21 +01:00
Andy Wilkinson
ebcc903547
Upgrade to jOOQ 3.13.3
...
Closes gh-22468
2020-07-21 13:37:21 +01:00
Andy Wilkinson
ee689f516f
Upgrade to Johnzon 1.2.8
...
Closes gh-22467
2020-07-21 13:37:21 +01:00