Stephane Nicoll
d8f17d318d
Upgrade to Httpclient 4.5.10
...
Closes gh-18402
2019-09-28 14:17:44 +02:00
Stephane Nicoll
82e00d1b2d
Upgrade to Joda Time 2.10.4
...
Closes gh-18401
2019-09-28 14:17:43 +02:00
Stephane Nicoll
94402f4d77
Upgrade to Netty Tcnative 2.0.26.Final
...
Closes gh-18400
2019-09-28 14:17:40 +02:00
Stephane Nicoll
3ed1713915
Polish
2019-09-28 09:17:51 +02: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
Stephane Nicoll
56623bd57b
Upgrade to Reactor Californium-SR12
...
Closes gh-18348
2019-09-25 09:00:13 +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
Stephane Nicoll
7533bfd0d3
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18315
2019-09-23 13:57:31 +02:00
Stephane Nicoll
f6589e66c2
Start building against Spring Kafka 2.2.9 snapshots
...
See gh-18314
2019-09-23 13:56:26 +02:00
Stephane Nicoll
d38d3ea940
Start building against Spring Integration 5.1.8 snapshots
...
See gh-18313
2019-09-23 13:55:14 +02:00
Stephane Nicoll
05f857d1f1
Start building against Spring AMQP 2.1.11 snapshots
...
See gh-18312
2019-09-23 13:53:54 +02: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
Stephane Nicoll
9434cb0e22
Keep a live reference of protocol resolvers rather than copying them
...
This commit makes sure that any subsequent call on addProtocolResolver
on the context will impact the ResourceLoader implementation that
DevTools sets on the context.
This makes sure that any custom ProtocolResolver that is set later in
the lifecycle is taken into account.
Closes gh-17214
2019-09-16 15:08:40 +02: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