Andy Wilkinson
f897a50833
Upgrade to Elasticsearch 6.4.0
...
Closes gh-14384
2018-09-10 08:56:15 +01:00
Andy Wilkinson
fccb8f5619
Upgrade to Ehcache3 3.6.0
...
Closes gh-14383
2018-09-10 08:56:14 +01:00
Andy Wilkinson
22ef443d51
Upgrade to Assertj 3.11.1
...
Closes gh-14382
2018-09-10 08:56:13 +01:00
Andy Wilkinson
495025af97
Upgrade to Tomcat 9.0.11
...
Closes gh-14381
2018-09-10 08:56:12 +01:00
Andy Wilkinson
1ef8e05374
Upgrade to Commons Lang3 3.8
...
Closes gh-14380
2018-09-10 08:56:12 +01:00
Andy Wilkinson
3b1c4f7c19
Upgrade to Artemis 2.6.3
...
Closes gh-14379
2018-09-10 08:56:11 +01:00
Andy Wilkinson
e5680816fa
Upgrade to Byte Buddy 1.8.22
...
Closes gh-14378
2018-09-10 08:56:10 +01:00
Andy Wilkinson
75a74d6a94
Upgrade to Rxjava2 2.2.2
...
Closes gh-14377
2018-09-10 08:56:10 +01:00
Andy Wilkinson
3cec99d8aa
Upgrade to Netty Tcnative 2.0.15.Final
...
Closes gh-14376
2018-09-10 08:56:09 +01:00
Andy Wilkinson
c9bdc09c14
Upgrade to Lettuce 5.1.0.RC1
...
Closes gh-14375
2018-09-10 08:56:08 +01:00
Andy Wilkinson
753dd454fb
Upgrade to Cassandra Driver 3.6.0
...
Closes gh-14374
2018-09-10 08:56:07 +01:00
Andy Wilkinson
89944edf27
Upgrade to Couchbase Client 2.6.2
...
Closes gh-14373
2018-09-10 08:56:07 +01:00
Andy Wilkinson
2471d5c7c2
Merge branch '2.0.x'
2018-09-10 08:51:01 +01:00
Andy Wilkinson
a6feebb39d
Upgrade to Spring Kafka 2.1.9.RELEASE
...
Closes gh-14372
2018-09-10 08:46:06 +01:00
Andy Wilkinson
be498f945c
Upgrade to Postgresql 42.2.5
...
Closes gh-14371
2018-09-10 08:46:05 +01:00
Andy Wilkinson
54302b9a7b
Upgrade to Jetty El 8.5.33
...
Closes gh-14370
2018-09-10 08:46:04 +01:00
Andy Wilkinson
5010a690e8
Upgrade to Jaybird 3.0.5
...
Closes gh-14369
2018-09-10 08:46:04 +01:00
Andy Wilkinson
e2e8db3876
Upgrade to Elasticsearch 5.6.11
...
Closes gh-14368
2018-09-10 08:46:03 +01:00
Andy Wilkinson
03eda003d0
Upgrade to Janino 3.0.9
...
Closes gh-14367
2018-09-10 08:46:02 +01:00
Andy Wilkinson
cdd819adaa
Upgrade to Johnzon Jsonb 1.1.9
...
Closes gh-14366
2018-09-10 08:46:02 +01:00
Andy Wilkinson
59cb5bf44c
Upgrade to Activemq 5.15.6
...
Closes gh-14365
2018-09-10 08:46:01 +01:00
Andy Wilkinson
5c891f8e1b
Upgrade to Netty 4.1.29.Final
...
Closes gh-14364
2018-09-10 08:46:00 +01:00
Andy Wilkinson
956ef0f785
Upgrade to Javax Mail 1.6.2
...
Closes gh-14363
2018-09-10 08:45:58 +01:00
Andy Wilkinson
2a44319706
Merge branch '2.0.x'
2018-09-10 08:40:43 +01:00
Andy Wilkinson
590ea73097
Merge branch '1.5.x' into 2.0.x
2018-09-10 08:37:29 +01:00
Andy Wilkinson
b34493e8d7
Upgrade to Jetty 9.4.12.v20180830
...
Closes gh-14362
2018-09-10 08:26:07 +01:00
Andy Wilkinson
274de93edc
Upgrade to Tomcat 8.5.33
...
Closes gh-14361
2018-09-10 08:26:07 +01:00
Andy Wilkinson
bb8e5e9225
Upgrade to Httpasyncclient 4.1.4
...
Closes gh-14360
2018-09-10 08:26:06 +01:00
Andy Wilkinson
7636143e3a
Upgrade to Mysql 5.1.47
...
Closes gh-14359
2018-09-10 08:26:05 +01:00
Andy Wilkinson
77124c8d61
Upgrade to Git Commit Id Plugin 2.2.5
...
Closes gh-14358
2018-09-10 08:21:08 +01:00
Andy Wilkinson
e9c3746dbb
Upgrade to Rabbit Amqp Client 4.8.1
...
Closes gh-14357
2018-09-10 08:21:07 +01:00
Stephane Nicoll
67d543c64c
Start building against Spring Session Bean snapshots
...
See gh-14333
2018-09-09 10:36:18 +02:00
Stephane Nicoll
2269061c49
Merge branch '2.0.x'
2018-09-09 10:34:42 +02:00
Stephane Nicoll
8afa201271
Start building against Spring Session Apple snapshots
...
See gh-14332
2018-09-09 10:25:25 +02:00
Stephane Nicoll
1740f039f3
Start building against Spring Integration snapshots
...
See gh-14330
2018-09-09 10:18:27 +02:00
Stephane Nicoll
d53839eecb
Start building against Spring Data Kay snapshots
...
See gh-14328
2018-09-09 10:17:42 +02:00
Stephane Nicoll
eb20cd2e35
Merge branch '1.5.x' into 2.0.x
2018-09-09 10:17:02 +02:00
Stephane Nicoll
d5a2792ed0
Start building against Spring Data Ingalls snapshots
...
See gh-14329
2018-09-09 10:16:17 +02:00
Stephane Nicoll
0493355241
Use deterministic order for configuration properties metadata
...
This commit updates the annotation processor to write metadata in a
consistent way. Groups, properties and hints are written and each item
is ordered alphabetically based on its name.
Also, deprecated items are written last.
Closes gh-14347
2018-09-08 08:20:43 +02:00
Madhura Bhave
d3ecd02987
Merge branch '2.0.x'
2018-09-07 11:40:27 -07:00
Madhura Bhave
e41394233b
Harmonize ReactiveSecurityAutoConfiguration
...
Fixes gh-14263
2018-09-07 11:38:09 -07:00
Stephane Nicoll
24051b42d0
Polish "Add support for configuring missingQueuesFatal property"
...
See gh-14252
2018-09-07 18:41:23 +02:00
Stephane Nicoll
9fb1071272
Merge branch '2.0.x'
2018-09-07 17:20:42 +02:00
Stephane Nicoll
feff65e73e
Merge branch '1.5.x' into 2.0.x
2018-09-07 17:20:30 +02:00
Stephane Nicoll
5a0594805f
Upgrade to Spring Framework 4.3.19
...
Closes gh-14326
2018-09-07 16:59:30 +02:00
Stephane Nicoll
36e89f900f
Merge pull request #14339 from dreis2211:polish-commandcompleter
...
* pr/14339:
Polish CommandCompleter
2018-09-07 16:53:30 +02:00
dreis2211
4fc2806089
Polish CommandCompleter
...
Closes gh-14339
2018-09-07 16:53:17 +02:00
Stephane Nicoll
9b9a8888b4
Merge pull request #14252 from nosan:gh-14122
...
* pr/14252:
Polish "Add support for configuring missingQueuesFatal property"
Add support for configuring missingQueuesFatal property
2018-09-07 16:51:41 +02:00
Stephane Nicoll
c1322a543c
Polish "Add support for configuring missingQueuesFatal property"
...
Closes gh-14252
2018-09-07 16:44:37 +02:00
Dmytro Nosan
91e731a4b4
Add support for configuring missingQueuesFatal property
...
See gh-14252
2018-09-07 16:44:36 +02:00