1828 Commits

Author SHA1 Message Date
Phillip Webb
228901a5ca Polish 2019-09-28 21:59:20 -07:00
Phillip Webb
68f410b7dc Upgrade to Jackson 2.10.0
Closes gh-17999
2019-09-28 21:56:19 -07:00
Stephane Nicoll
f78c9574d8 Start building against Spring Session Corn snapshots
See gh-18257
2019-09-27 16:20:50 +02:00
dreis2211
4f7f8ff0c7 Add micrometer cloudwatch2 managed dependency
See gh-18367
2019-09-26 19:05:35 -07:00
Stephane Nicoll
48bf9a58c6 Upgrade to Reactor Dysprosium-RELEASE
Closes gh-18276
2019-09-25 09:01:03 +02:00
Eddú Meléndez
82bf819c49 Add dependency management for io.rest-assured:spring-web-test-client
See gh-18330
2019-09-24 09:46:17 +01:00
Stephane Nicoll
98ad5e53ef Start building against Spring Web Services 3.0.8 snapshots
See gh-18316
2019-09-23 15:42:41 +02:00
Stephane Nicoll
ba2c8b333f Start building against Spring HATEOAS 1.0.0 snapshots
See gh-18258
2019-09-23 15:42:41 +02:00
Stephane Nicoll
71e39c7847 Start building against Spring Security 5.2.0 snapshots
See gh-18256
2019-09-23 15:42:41 +02:00
Stephane Nicoll
06f5f73362 Start building against Spring Kafka 2.3.0 snapshots
See gh-18255
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c2df1afff0 Start building against Spring Integration 5.2.0 snapshots
See gh-18254
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c8dc76c5bf Start building against Spring Data Moore snapshots
See gh-18253
2019-09-23 15:42:41 +02:00
Stephane Nicoll
8d131c4fcd Start building against Spring Batch 4.2.0 snapshots
See gh-18252
2019-09-23 15:42:41 +02:00
Stephane Nicoll
e70da5edb0 Start building against Spring AMQP 2.2.0 snapshots
See gh-18251
2019-09-23 15:42:41 +02:00
Andy Wilkinson
5cd7c727d4 Drop dependency management for Spring Plugin
Closes gh-18318
2019-09-23 14:11:03 +01:00
Brian Clozel
ce2c26e934 Use Reactor's new Schedulers.boundedElastic()
Prior to this commit, Spring Boot would use `Schedulers.elastic()` when
required to process blocking tasks in a reactive environment.
reactor/reactor-core#1804 introduced a new scheduler,
`Schedulers.boundedElastic()` that behaves quite similarly but:

* will limit the number of workers thread
* will queue tasks if no worker thread is available and reject them is
the queue is exceeds a limit

This allows Spring Boot to schedule blocking tasks as before and allows
greater flexibility.

Fixes gh-18269
See gh-18276
2019-09-18 22:17:07 +02:00
Andy Wilkinson
dce9d3da82 Add dependency management for Oracle's JDBC driver
Closes gh-18242
2019-09-18 17:06:42 +01:00
Andy Wilkinson
84b2438c4c Upgrade to Jersey 2.29.1
Closes gh-17430
2019-09-16 11:32:02 +01:00
Phillip Webb
06f46baa9d Build against Spring Framework 5.2.0 snapshots
See gh-18232
2019-09-13 16:22:13 -07:00
Andy Wilkinson
568caa1206 Add dependency management for Awaitility
Closes gh-18205
2019-09-13 18:02:50 +01:00
Andy Wilkinson
47eee7bec8 Merge branch '2.1.x'
Closes gh-18226
2019-09-13 18:00:25 +01:00
Andy Wilkinson
b1ca1ae6e9 Add missing dependency management for Janino modules
Closes gh-18225
2019-09-13 17:59:59 +01:00
Andy Wilkinson
41111ac96f Upgrade to Junit Jupiter 5.5.2
Closes gh-18182
2019-09-09 07:00:53 +01:00
Andy Wilkinson
ba6bd12898 Upgrade to Glassfish El 3.0.3
Closes gh-18181
2019-09-09 07:00:52 +01:00
Andy Wilkinson
35c01e3f08 Upgrade to Micrometer 1.2.1
Closes gh-18180
2019-09-09 07:00:51 +01:00
Andy Wilkinson
2472836c48 Upgrade to Spring Session Bom Corn-M4
Closes gh-17903
2019-09-07 10:54:54 +01:00
Andy Wilkinson
9b6a425f91 Upgrade to Spring Batch 4.2.0.RC1
Closes gh-17899
2019-09-07 07:56:35 +01:00
Andy Wilkinson
9262a55892 Upgrade to Spring Kafka 2.3.0.RC1
Closes gh-17902
2019-09-06 20:28:00 +01:00
Andy Wilkinson
57d2c38dee Upgrade to Spring AMQP 2.2.0.RC1
Closes gh-17898
2019-09-06 20:27:24 +01:00
Andy Wilkinson
c4e2784ac2 Upgrade to Spring Integration 5.2.0.RC1
Closes gh-17901
2019-09-06 20:26:46 +01:00
Andy Wilkinson
87c7307d28 Upgrade to Spring Security 5.2.0.RC1
Closes gh-17897
2019-09-06 20:25:48 +01:00
Andy Wilkinson
07eb1815b2 Upgrade to Spring Data Moore-RC3
Closes gh-17900
2019-09-06 11:14:01 +01:00
Andy Wilkinson
628854c53d Upgrade to Neo4j Ogm 3.2.0-RC2
Closes gh-18162
2019-09-06 11:12:18 +01:00
Andy Wilkinson
6de723e225 Upgrade to Jooq 3.12.1
Closes gh-18161
2019-09-06 11:12:17 +01:00
Andy Wilkinson
283c67713a Upgrade to Kotlin Coroutines 1.3.1
Closes gh-18160
2019-09-06 11:12:16 +01:00
Andy Wilkinson
a0a214de24 Upgrade to Elasticsearch 6.8.3
Closes gh-18159
2019-09-06 11:12:15 +01:00
Andy Wilkinson
f799e1dcd9 Upgrade to Ehcache3 3.8.1
Closes gh-18158
2019-09-06 11:12:13 +01:00
Andy Wilkinson
9554bf5eff Upgrade to Jakarta Ws Rs 2.1.6
Closes gh-18157
2019-09-06 11:12:12 +01:00
Andy Wilkinson
e922e2ab66 Upgrade to Jakarta Websocket 1.1.2
Closes gh-18156
2019-09-06 11:12:11 +01:00
Andy Wilkinson
03314a752e Upgrade to Jakarta Servlet Jsp Jstl 1.2.7
Closes gh-18155
2019-09-06 11:12:11 +01:00
Andy Wilkinson
61cbb1cade Upgrade to Jakarta Servlet 4.0.3
Closes gh-18154
2019-09-06 11:12:09 +01:00
Andy Wilkinson
4069d855e8 Upgrade to Spring HATEOAS 1.0.0.RC2
Closes gh-17904
2019-09-05 17:16:30 +01:00
Stephane Nicoll
743351e067 Upgrade to Httpcore 4.4.12
Closes gh-18147
2019-09-05 14:44:45 +02:00
Stephane Nicoll
798fe069ce Upgrade to Activemq 5.15.10
Closes gh-18146
2019-09-05 14:44:44 +02:00
Stephane Nicoll
a4582307da Upgrade to Undertow 2.0.26.Final
Closes gh-18145
2019-09-05 14:44:43 +02:00
Stephane Nicoll
9cd93ac98f Upgrade to Httpcore 4.4.12
Closes gh-18144
2019-09-05 14:41:40 +02:00
Stephane Nicoll
5fe4f3b25a Upgrade to Activemq 5.15.10
Closes gh-18143
2019-09-05 14:41:39 +02:00
Stephane Nicoll
fd77fd4f05 Upgrade to Undertow 2.0.26.Final
Closes gh-18142
2019-09-05 14:41:38 +02:00
Stephane Nicoll
e978f9ac8e Upgrade to Reactor Bom Californium-SR11
Closes gh-18141
2019-09-05 14:41:37 +02:00
Stephane Nicoll
e7474b55de Upgrade to Reactor Dysprosium-RC1
Closes gh-17895
2019-09-05 13:10:20 +02:00