Stephane Nicoll
0b828db603
Merge pull request #16406 from izeye
...
* pr/16406:
Check for Reactor Netty disconnected client errors
2019-04-03 11:45:58 +02:00
Johnny Lim
9fae1e5d0e
Check for Reactor Netty disconnected client errors
...
Closes gh-16046
2019-04-03 11:45:51 +02:00
Andy Wilkinson
52ebf20cbf
Merge branch '2.0.x' into 2.1.x
2019-04-03 09:52:45 +01:00
Andy Wilkinson
bfe65c8a5c
Merge branch '1.5.x' into 2.0.x
2019-04-03 09:52:28 +01:00
Andy Wilkinson
0f27b1a65e
Verify entry output location when extracting zip
...
Closes gh-16028
2019-04-03 09:48:56 +01:00
Stephane Nicoll
445870941f
Upgrade to Spring Session Bean-SR4
...
Closes gh-16357
2019-04-03 10:11:49 +02:00
Stephane Nicoll
db52fab9c2
Merge branch '2.0.x' into 2.1.x
2019-04-03 10:11:14 +02:00
Stephane Nicoll
03762d5a96
Upgrade to Spring Session Apple-SR9
...
Closes gh-16356
2019-04-03 10:10:27 +02:00
Stephane Nicoll
c57b4fcb04
Upgrade to Spring Integration 5.1.4
...
Closes gh-16350
2019-04-03 10:08:48 +02:00
Stephane Nicoll
a700f85ed0
Merge branch '2.0.x' into 2.1.x
2019-04-03 10:07:52 +02:00
Stephane Nicoll
1acc3d7161
Upgrade to Spring Integration 5.0.13
...
Closes gh-16349
2019-04-03 10:07:29 +02:00
Andy Wilkinson
7b151f2a11
Merge branch '2.0.x' into 2.1.x
2019-04-03 08:32:22 +01:00
Andy Wilkinson
49423645f7
Merge branch '1.5.x' into 2.0.x
2019-04-03 08:32:11 +01:00
Andy Wilkinson
30bba53a1f
Upgrade to Httpclient 4.5.8
...
Closes gh-16424
2019-04-03 08:30:36 +01:00
Andy Wilkinson
8a4e206e85
Upgrade to Spring Integration 4.3.20
...
Closes gh-16348
2019-04-03 08:29:44 +01:00
Andy Wilkinson
efc030adf3
Upgrade to Spring Security 4.2.12
...
Closes gh-16352
2019-04-03 08:28:54 +01:00
Phillip Webb
912e0a87a8
Merge branch '2.0.x' into 2.1.x
2019-04-02 20:49:44 -07:00
Phillip Webb
8c2e0a61ae
Merge branch '1.5.x' into 2.0.x
2019-04-02 20:48:00 -07:00
Phillip Webb
f25469c95f
Update formatting with spring-javaformat 0.0.9
...
See gh-16421
2019-04-02 20:43:36 -07:00
Phillip Webb
cae6a82322
Upgrade to spring-javaformat 0.0.9
...
Closes gh-16421
2019-04-02 20:34:35 -07:00
Phillip Webb
eefd10d4d1
Merge branch '2.0.x' into 2.1.x
2019-04-02 19:40:28 -07:00
Phillip Webb
f875b74e67
Reformat samples with spring-javaformat 0.0.8
...
See gh-16418
2019-04-02 19:39:23 -07:00
Madhura Bhave
eff2f92c48
Fix formatting following formatter update
2019-04-02 15:55:34 -07:00
Madhura Bhave
ddc52502f5
Document @MockBean behavior during context refresh
...
Closes gh-16333
2019-04-02 15:50:51 -07:00
Phillip Webb
47c6bf741d
Merge branch '2.0.x' into 2.1.x
2019-04-02 13:40:21 -07:00
Phillip Webb
07c000c5b7
Merge branch '1.5.x' into 2.0.x
2019-04-02 13:34:28 -07:00
Phillip Webb
2ff74b1559
Reformat code with spring-javaformat 0.0.8
...
See gh-16418
2019-04-02 13:30:25 -07:00
Andy Wilkinson
b969d55e05
Upgrade to Spring Kafka 2.2.5
...
Closes gh-16351
2019-04-02 19:51:08 +01:00
Andy Wilkinson
08673c0191
Upgrade to Spring Security 5.1.5
...
Closes gh-16354
2019-04-02 19:49:48 +01:00
Andy Wilkinson
39be22906f
Merge branch '2.0.x' into 2.1.x
2019-04-02 19:49:01 +01:00
Andy Wilkinson
da4a7203c7
Upgrade to Spring Security 5.0.12
...
Closes gh-16353
2019-04-02 19:45:35 +01:00
Phillip Webb
0d8613f3eb
Upgrade to spring-javaformat 0.0.8
...
Closes gh-16418
2019-04-02 10:52:05 -07:00
Phillip Webb
a336a5c36a
Prune unnecessary P2 Eclipse installs
...
Remove a few items that are no longer necessary.
2019-04-02 10:52:05 -07:00
Phillip Webb
6246da06a6
Update Eclipse setup files
...
Update the eclipse setup files and contributing instructions for
compatibility with the latest Eclipse 2019-03 release. This commit
reverts the use the HTTPS in the `.setup` file namespace (since it
breaks the setup editor). The `xsi:schemaLocation` section still
uses HTTPS for actual XSD resolution.
See gh-16245
2019-04-02 10:52:05 -07:00
Andy Wilkinson
6aa4fe579a
Polish
...
See gh-16068
2019-04-02 14:40:18 +01:00
Andy Wilkinson
fe4c83a874
Merge pull request #16087 from Dmytro Nosan
...
* gh-16087:
Polish "Ensure that MongoClient's EventLoopGroup is shut down during context close"
Ensure that MongoClient's EventLoopGroup is shut down during context close
Closes gh-16087
2019-04-02 11:09:48 +01:00
Andy Wilkinson
f20d9a62ae
Polish "Ensure that MongoClient's EventLoopGroup is shut down during context close"
...
See gh-16087
2019-04-02 11:09:14 +01:00
Dmytro Nosan
ee7bed1849
Ensure that MongoClient's EventLoopGroup is shut down during context close
...
See gh-16087
2019-04-02 11:04:42 +01:00
Andy Wilkinson
02b24b6ed3
Specify that log file endpoint's response is UTF-8 encoded
...
Closes gh-16189
2019-04-02 10:52:18 +01:00
Andy Wilkinson
22c9364237
Only use AprLifecycleListener when native library is available
...
Closes gh-16040
2019-04-02 10:47:24 +01:00
Andy Wilkinson
db4623c519
Merge branch '2.0.x' into 2.1.x
2019-04-02 10:27:34 +01:00
Andy Wilkinson
7b5f46d6e3
Add Spring-Boot-* manifest attributes to jars and wars built with Gradle
...
Closes gh-16068
2019-04-02 10:13:09 +01:00
Andy Wilkinson
d2c059f25f
Upgrade to Spring AMQP 2.1.5
...
Closes gh-16347
2019-04-02 09:51:13 +01:00
Andy Wilkinson
befe22bb9d
Merge branch '2.0.x' into 2.1.x
2019-04-02 09:50:32 +01:00
Andy Wilkinson
336af93c7e
Update to Spring AMQP 2.0.12
...
Closes gh-16346
2019-04-02 09:44:22 +01:00
Andy Wilkinson
cacb120c2a
Merge branch '1.5.x' into 2.0.x
2019-04-02 09:43:48 +01:00
Andy Wilkinson
d1c9651d56
Upgrade to Spring AMQP 1.7.13
...
Closes gh-16345
2019-04-02 09:41:01 +01:00
Andy Wilkinson
d33050220d
Upgrade to Spring Data Lovelace-SR6
...
Closes gh-16360
2019-04-02 09:35:27 +01:00
Andy Wilkinson
9a93003b2d
Merge branch '2.0.x' into 2.1.x
2019-04-02 09:34:47 +01:00
Andy Wilkinson
f4942b76f0
Upgrade to Spring Data Kay-SR14
...
Closes gh-16359
2019-04-02 09:33:28 +01:00