Commit Graph

194 Commits

Author SHA1 Message Date
Phillip Webb fb614c64da Revert "Build against Spring Security 5.0.1 SNAPSHOT"
This reverts commit 2c52b9e87a
since the SNAPSHOT BOM doesn't appear to be published.

See gh-11573
2018-01-08 18:09:07 -08:00
Phillip Webb 2c52b9e87a Build against Spring Security 5.0.1 SNAPSHOT
See gh-11573
2018-01-08 15:19:06 -08:00
Andy Wilkinson 47acf8acdc Start building against Reactor Bismuth snapshots
See gh-11572
2018-01-08 17:47:53 +00:00
Stephane Nicoll 0822fcf0c5 Merge branch '1.5.x' 2018-01-08 17:48:46 +01:00
Andy Wilkinson 6a0dbc5ce0 Upgrade to Sqlite Jdbc 3.21.0.1
Closes gh-11567
2018-01-08 12:36:42 +00:00
Andy Wilkinson 3f8c99d1b6 Upgrade to Selenium 3.8.1
Closes gh-11566
2018-01-08 12:36:42 +00:00
Andy Wilkinson b5ee0031b4 Upgrade to Selenium Htmlunit 2.29.0
Closes gh-11565
2018-01-08 12:36:42 +00:00
Andy Wilkinson b1371a703f Upgrade to Reactive Streams 1.0.2
Closes gh-11564
2018-01-08 12:36:42 +00:00
Andy Wilkinson 750265ee39 Upgrade to Jetty El 8.5.24
Closes gh-11563
2018-01-08 12:36:42 +00:00
Andy Wilkinson 2a9ab811bc Upgrade to Mongo Driver Reactivestreams 1.7.0
Closes gh-11562
2018-01-08 12:36:42 +00:00
Andy Wilkinson 461ab35249 Upgrade to Mongodb 3.6.1
Closes gh-11561
2018-01-08 12:36:42 +00:00
Andy Wilkinson bdced553f1 Upgrade to Mariadb 2.2.1
Closes gh-11560
2018-01-08 12:36:42 +00:00
Andy Wilkinson f051eb5858 Upgrade to Jooq 3.10.3
Closes gh-11559
2018-01-08 12:36:42 +00:00
Andy Wilkinson a7296fb8c0 Upgrade to Influxdb Java 2.8
Closes gh-11558
2018-01-08 12:36:42 +00:00
Andy Wilkinson 51026183c6 Upgrade to Infinispan 9.1.4.Final
Closes gh-11557
2018-01-08 12:36:42 +00:00
Andy Wilkinson 91e64c6a60 Upgrade to Hibernate Validator 6.0.7.Final
Closes gh-11556
2018-01-08 12:36:42 +00:00
Andy Wilkinson dbd05c57ec Upgrade to Flyway 5.0.5
Closes gh-11555
2018-01-08 12:36:42 +00:00
Andy Wilkinson 9918916181 Upgrade to Jaybird 3.0.3
Closes gh-11554
2018-01-08 12:36:42 +00:00
Andy Wilkinson a88ddca754 Upgrade to Janino 3.0.8
Closes gh-11553
2018-01-08 12:36:42 +00:00
Andy Wilkinson b91baa5d12 Upgrade to Assertj 3.9.0
Closes gh-11552
2018-01-08 12:36:42 +00:00
Andy Wilkinson 2487d8878a Upgrade to Commons Pool2 2.5.0
Closes gh-11551
2018-01-08 12:36:42 +00:00
Andy Wilkinson a43365ee58 Upgrade to Commons Dbcp2 2.2.0
Closes gh-11550
2018-01-08 12:36:42 +00:00
Andy Wilkinson 3a56398b68 Upgrade to Htmlunit 2.29
Closes gh-11549
2018-01-08 12:36:42 +00:00
Andy Wilkinson 330bd0a9b1 Upgrade to Jna 4.5.1
Closes gh-11548
2018-01-08 12:36:42 +00:00
Andy Wilkinson 9b6ea87f6a Upgrade to Javax Validation 2.0.1.Final
Closes gh-11547
2018-01-08 12:36:42 +00:00
Andy Wilkinson d98d40d7fd Upgrade to Rxjava2 2.1.8
Closes gh-11546
2018-01-08 12:36:42 +00:00
Andy Wilkinson 2f5dfd6238 Upgrade to Netty 4.1.19.Final
Closes gh-11545
2018-01-08 12:36:42 +00:00
Andy Wilkinson 955a1f5e50 Upgrade to Dropwizard Metrics 3.2.6
Closes gh-11544
2018-01-08 12:36:42 +00:00
Andy Wilkinson 833cbfdce5 Upgrade to Unboundid Ldapsdk 4.0.3
Closes gh-11543
2018-01-08 12:36:42 +00:00
Andy Wilkinson f54ee2ae23 Upgrade to Jmustache 1.14
Closes gh-11542
2018-01-08 12:36:42 +00:00
Andy Wilkinson f0ac8ab695 Upgrade to Rabbit Amqp Client 5.1.1
Closes gh-11541
2018-01-08 12:36:42 +00:00
Andy Wilkinson e7ebb94c5f Upgrade to Hazelcast 3.9.2
Closes gh-11540
2018-01-08 12:36:42 +00:00
Andy Wilkinson 62fe20c8a1 Upgrade to Caffeine 2.6.1
Closes gh-11539
2018-01-08 12:36:42 +00:00
Andy Wilkinson 1d4f5b654c Upgrade to Couchbase Client 2.5.3
Closes gh-11538
2018-01-08 12:36:42 +00:00
Gary Russell 6fcbf80b31 Add support for additional Kafka listener properties
See gh-11502
2018-01-05 14:11:34 +01:00
Andy Wilkinson 3955c284f5 Start building against Spring Framework 5.0.3 snapshots
See gh-11503
2018-01-04 17:42:54 +00:00
Andy Wilkinson 0e3d873d85 Start building against Spring Integration 5.0.1 snapshots
See gh-11501
2018-01-04 16:56:23 +00:00
Brian Clozel 3ab32df242 Add support for HTTP/2 in Jetty with Conscrypt
This commit configures Jetty for HTTP/2 support as soon as the following
conditions are met:

* `server.http2.enabled=true`
* Both `org.eclipse.jetty:jetty-alpn-conscrypt-server` and
`org.eclipse.jetty.http2:http2-server` are on classpath

This will use the Conscrypt library for ALPN and TLS support using
native libraries shipped within the Conscrypt uber Jar. This does not
require a JVM agent or patching the JDK classes.

Closes gh-10902
2018-01-03 17:43:32 +01:00
Stephane Nicoll ea70b2ed2e Upgrade to Kotlin 1.2.10
See gh-11235
2018-01-03 17:25:14 +01:00
Andy Wilkinson 6d8676c268 Merge branch '1.5.x' 2018-01-03 15:04:00 +00:00
Brian Clozel 8286cbc9f3 Merge branch '1.5.x' 2018-01-02 16:13:11 +01:00
sdeleuze 945ca00b5b Upgrade to Kotlin 1.2
apiVersion and languageVersion options are set to 1.1
in order to avoid incompatibilities with Kotlin 1.1
based projects.

Closes gh-11235
2017-12-28 13:44:22 +01:00
Stephane Nicoll 544c40d46d Upgrade to Spring Kafka 2.1.0.RELEASE
Closes gh-11415
2017-12-23 13:44:49 +01:00
Phillip Webb 6eabe8235c Add optional javax.money dependency
Add an optional dependency to `javax.money` to Eclipse errors in
`WebConversionService`.

See gh-5523
See gh-11402
2017-12-22 09:48:29 -08:00
Johnny Lim de72f2ae32 Polish
Closes gh-11327
2017-12-13 09:38:20 +01:00
Stephane Nicoll f75ab21c7e Upgrade to Spring Batch 4.0.0.RELEASE
Closes gh-11305
2017-12-09 15:53:42 -08:00
Andy Wilkinson 996a7cf013 Upgrade to Flyway 5.0.0
Closes gh-11287
2017-12-07 18:21:55 +00:00
Henning Hoefer c34eb3f762 Upgrade to Mockito 2.13.0
Closes gh-11272
2017-12-06 15:06:03 +00:00
Jon Schneider 2e0a915281 Upgrade to micrometer 1.0.0-rc.5
See gh-11071
2017-11-28 16:58:53 -08:00
Stephane Nicoll 85ba361198 Upgrade to Spring Integration 5.0.0.RELEASE
Closes gh-11085
2017-11-28 22:54:12 +01:00