Commit Graph

23481 Commits

Author SHA1 Message Date
Andy Wilkinson
4d0c08c4b7 Upgrade to Httpclient 4.5.9
Closes gh-17179
2019-06-14 12:17:56 +01:00
Andy Wilkinson
336563dff5 Upgrade to Artemis 2.9.0
Closes gh-17178
2019-06-14 12:17:55 +01:00
Andy Wilkinson
318bfbf139 Upgrade to Byte Buddy 1.9.13
Closes gh-17177
2019-06-14 12:17:54 +01:00
Andy Wilkinson
ff6f616d31 Upgrade to Undertow 2.0.21.Final
Closes gh-17176
2019-06-14 12:17:53 +01:00
Andy Wilkinson
e2c5af526f Upgrade to Rxjava2 2.2.9
Closes gh-17175
2019-06-14 12:17:52 +01:00
Andy Wilkinson
a269752f56 Upgrade to Lettuce 5.1.7.RELEASE
Closes gh-17174
2019-06-14 12:17:50 +01:00
Andy Wilkinson
7872e6231c Upgrade to Unboundid Ldapsdk 4.0.11
Closes gh-17173
2019-06-14 12:17:49 +01:00
Andy Wilkinson
11641714a6 Upgrade to Rabbit Amqp Client 5.7.1
Closes gh-17172
2019-06-14 12:17:48 +01:00
Andy Wilkinson
f8c87e7da7 Upgrade to Hazelcast 3.12.1
Closes gh-17171
2019-06-14 12:17:46 +01:00
Andy Wilkinson
daedb5d379 Upgrade to Appengine Sdk 1.9.75
Closes gh-17170
2019-06-14 12:17:45 +01:00
Andy Wilkinson
1950016b45 Upgrade to Couchbase Client 2.7.7
Closes gh-17169
2019-06-14 12:17:43 +01:00
Andy Wilkinson
7e4a1b016c Merge branch '2.1.x' 2019-06-14 12:14:40 +01:00
Andy Wilkinson
1aa193e30b Upgrade to Maven War Plugin 3.2.3
Closes gh-17168
2019-06-14 12:13:55 +01:00
Andy Wilkinson
a3bc383019 Upgrade to Neo4j Ogm 3.1.11
Closes gh-17167
2019-06-14 12:13:55 +01:00
Andy Wilkinson
491f5f3233 Upgrade to Infinispan 9.4.14.Final
Closes gh-17166
2019-06-14 12:13:55 +01:00
Andy Wilkinson
53c0860151 Upgrade to Hibernate Validator 6.0.17.Final
Closes gh-17165
2019-06-14 12:13:55 +01:00
Andy Wilkinson
bc713a6825 Upgrade to Jaybird 3.0.6
Closes gh-17164
2019-06-14 12:13:54 +01:00
Andy Wilkinson
8b44d07944 Upgrade to Jetty 9.4.19.v20190610
Closes gh-17163
2019-06-14 12:13:54 +01:00
Andy Wilkinson
24242ec476 Upgrade to Tomcat 9.0.21
Closes gh-17162
2019-06-14 12:09:44 +01:00
Andy Wilkinson
9a54ec2346 Upgrade to Solr 7.7.2
Closes gh-17161
2019-06-14 12:09:43 +01:00
Andy Wilkinson
34b55818d8 Upgrade to Johnzon Jsonb 1.1.12
Closes gh-17160
2019-06-14 12:09:42 +01:00
Andy Wilkinson
632d2665e8 Upgrade to Httpclient 4.5.9
Closes gh-17159
2019-06-14 12:09:40 +01:00
Andy Wilkinson
eec7cbb7e3 Upgrade to Byte Buddy 1.9.13
Closes gh-17158
2019-06-14 12:09:40 +01:00
Andy Wilkinson
9bcf7a2cfd Upgrade to Undertow 2.0.21.Final
Closes gh-17157
2019-06-14 12:09:38 +01:00
Andy Wilkinson
48631c75d8 Upgrade to Rxjava2 2.2.9
Closes gh-17156
2019-06-14 12:09:37 +01:00
Andy Wilkinson
93dc36655a Upgrade to Lettuce 5.1.7.RELEASE
Closes gh-17155
2019-06-14 12:09:36 +01:00
Andy Wilkinson
b347c4ddb5 Upgrade to Unboundid Ldapsdk 4.0.11
Closes gh-17154
2019-06-14 12:09:34 +01:00
Andy Wilkinson
27f05d335c Upgrade to Appengine Sdk 1.9.75
Closes gh-17153
2019-06-14 12:09:33 +01:00
Andy Wilkinson
f43a1384a2 Upgrade to Couchbase Client 2.7.7
Closes gh-17152
2019-06-14 12:09:32 +01:00
Andy Wilkinson
e124269e15 Merge branch '2.1.x'
Closes gh-17151
2019-06-14 12:02:40 +01:00
Andy Wilkinson
b6d9c6ee6c Merge branch '2.0.x' into 2.1.x
Closes gh-17150
2019-06-14 12:01:43 +01:00
Andy Wilkinson
4828c19f8f Merge branch '1.5.x' into 2.0.x 2019-06-14 12:00:45 +01:00
Andy Wilkinson
be077d7f69 Upgrade to Dependency Management Plugin 1.0.8.RELEASE
Closes gh-17149
2019-06-14 11:58:31 +01:00
Stephane Nicoll
92e449127e Upgrade to Spring Framework 5.2.0.M3
Closes gh-16963
2019-06-14 12:14:43 +02:00
Stephane Nicoll
0db1c04aa0 Merge branch '2.1.x' 2019-06-14 12:13:54 +02:00
Stephane Nicoll
0bda2d996a Upgrade to Reactor Californium-SR9
Closes gh-16962
2019-06-14 12:13:17 +02:00
Stephane Nicoll
fc660bbe5c Upgrade to Spring Framework 5.1.8.RELEASE
Closes gh-16961
2019-06-14 12:11:19 +02:00
Madhura Bhave
0d2e44151b Fix tests following Spring Security changes 2019-06-13 16:09:57 -07:00
Madhura Bhave
4c7e457582 Improve analysis of tomcat bind exception
Using the throwOnFailure attribute on the tomcat connector, we can now
determine if the underlying exception was a BindException and throw
a PortInUseException instead of the generic WebServerException.

Closes gh-7130
2019-06-13 15:11:18 -07:00
Phillip Webb
587e647e1a Merge pull request #17043 from gauravbhtngr
* pr/17043:
  Drop deprecated 'spring.version' POM property

Closes gh-17043
2019-06-13 09:00:59 -07:00
gaurav bhatnagar
1ec5fb9972 Drop deprecated 'spring.version' POM property
See gh-17043
2019-06-13 08:59:00 -07:00
Phillip Webb
0f642df5bb Merge pull request #17064 from nosan
* pr/17064:
  Polish "Add Printer and Parser beans to conversion service"
  Add Printer and Parser beans to conversion service

Closes gh-17064
2019-06-13 08:55:51 -07:00
Phillip Webb
9db20313a1 Polish "Add Printer and Parser beans to conversion service"
Extract common registration code and make use of the Spring Framework
registration methods.

See gh-17064
2019-06-13 08:54:11 -07:00
Dmytro Nosan
955eaa87ae Add Printer and Parser beans to conversion service
Update `WebMvcAutoConfiguration` and `WebFluxAutoConfiguration` so that
`Printer<T>` and `Parser<T>` beans are automatically registered with
the conversion service.

Prior to this commit only `GenericConverter`, `Converter` and
`Formatter` beans were automatically registered.

See gh-17064
2019-06-13 08:54:11 -07:00
Madhura Bhave
30cfe7b4c5 Polish 2019-06-13 08:02:26 -07:00
Stephane Nicoll
54c72cf39f Polish 2019-06-13 15:24:04 +02:00
Stephane Nicoll
985c8f7598 Polish RSocket support 2019-06-13 15:11:00 +02:00
Andy Wilkinson
704b5fb2ee Enable encoding of message/x.rsocket.routing.v0 requests
Closes gh-17135
2019-06-13 12:38:15 +01:00
Stephane Nicoll
4fd389dff4 Upgrade to Reactor Dysprosium-M2
Closes gh-16964
2019-06-13 11:15:30 +02:00
Stephane Nicoll
99b60383ea Upgrade to Rsocket 0.12.2-RC4
Closes gh-17131
2019-06-13 11:15:30 +02:00