Commit Graph

1467 Commits

Author SHA1 Message Date
Andy Wilkinson 1a9f2461db Upgrade to Jaybird 2.2.11
Closes gh-6932
2016-09-19 20:26:20 +01:00
Andy Wilkinson 15793b1abc Upgrade to Jetty 9.2.19.v20160908
Closes gh-6931
2016-09-19 20:26:19 +01:00
Andy Wilkinson b6e3eb0db3 Upgrade to Tomcat 8.0.37
Closes gh-6930
2016-09-19 20:26:19 +01:00
Andy Wilkinson 4d84c4a489 Upgrade to JavaMail 1.5.6
Closes gh-6929
2016-09-19 20:12:30 +01:00
Andy Wilkinson 7665a0924f Upgrade to Spring Framework 4.3.3.RELEASE
Closes gh-6561
2016-09-19 19:40:54 +01:00
Andy Wilkinson 918ef04efa Upgrade to Spring Framework 4.2.8.RELEASE
Closes gh-6910
2016-09-19 19:38:46 +01:00
Stephane Nicoll 5371722c35 Upgrade to Caffeine 2.3.3
Closes gh-6923
2016-09-19 10:20:51 +02:00
Stephane Nicoll f4da334f1c Upgrade to Ehcache 3.1.2
Closes gh-6922
2016-09-19 10:19:37 +02:00
Andy Wilkinson faab9047d6 Start building against Spring Framework 4.2.8 snapshots
See gh-6910
2016-09-16 19:25:51 +01:00
Andy Wilkinson 045f357147 Upgrade Elasticsearch to 2.4 and restore use of Jackson 2.8
In 1.4.0 we used Elasticsearch 2.3.5 and Jackson 2.8. This
combination was incompatible in some circumstances due to a change
in Jackson (gh-6508). With Elasticsearch 2.4 yet to be released at the
time, the only way to restore compatibility was to downgrade Jackson.

With the release of Elasticsearch 2.4 we have another option: revert
the Jackson downgrade and upgrade Elasticsearch instead. While we
normally wouldn't consider upgrading to a new minor version of a
dependency in a maintenance release we have to do something to restore
compatibility. The alternative is to downgrade Jackson but that will
affect more people (Jackson is more widely used than Elasticsearch)
and will lose some functionality that was new in Jackson 2.8 that
people may already be relying upon.

This commit restores the use of Jackson 2.8 – including the
2.8-specific dependency management – and upgrades to Elasticsearch 2.4

Closes gh-6868
2016-09-15 15:41:50 +01:00
Andy Wilkinson a68cf77386 Upgrade to Tomcat 8.5.5
As part of the upgrade, Tomcat now requires a keystore to contain
an X.509 certificate. The two stores used in our tests have been
updated by exporting their private keys and adding them as
certificates. For example:

$ keytool -exportcert -keystore test.jks -alias tomcat > exported
$ keytool -importcert -keystore test.jks -file exported

Closes gh-6703
Closes gh-6657
2016-09-14 14:59:53 +01:00
Phillip Webb ede1657d79 Include Jetty EL dependency in starter
Update spring-boot-starter-jetty to include an EL dependency.

Fixes gh-6692
2016-09-08 16:52:53 -07:00
Vedran Pavic 5c605cbb8f Upgrade Spring Session to 1.2.2.RELEASE
Closes gh-6843
2016-09-08 07:48:49 +02:00
Andy Wilkinson 27a32fbb96 Polish "Provide dependency management for Querydsl"
Closes gh-6399
2016-08-31 14:45:23 +01:00
Eddú Meléndez aa46af5591 Provide dependency management for Querydsl
Closes gh-6777
See gh-6399
2016-08-31 14:42:28 +01:00
Stephane Nicoll b0face34f4 Upgrade to Spring AMQP 1.6.2.RELEASE
Closes gh-6788
2016-08-31 09:18:07 +02:00
Stephane Nicoll d6e9ccecec Upgrade to Spring Security 4.1.3.RELEASE
Closes gh-6738
2016-08-24 09:04:42 +02:00
Mark Paluch 84234858db Include netty-handler as transient dependency of cassandra-driver-dse
Previously, Spring Data Cassandra excluded Netty from the Cassandra
Driver's dependencies. This was an error that we replicated in
our dependency management. The exclusion has been removed from
Spring Data Cassandra's pom. This commit makes the equivalent update
to our dependency management.

Fixes gh-6616
Closes gh-6721
2016-08-23 14:56:45 +01:00
Andy Wilkinson 9420daf001 Downgrade Jedis to 2.8.1
Closes gh-6677
2016-08-18 21:36:34 +01:00
Stephane Nicoll 60697561aa Start building against Spring Framework 4.3.3 snapshots
See gh-6561
2016-08-17 17:57:21 +02:00
Andy Wilkinson c451eb1d19 Remove dependency management for jackson-datatype-jaxrs
We've downgraded to 2.7.x so we need to remove the dependency
management for jackson-datatype-jaxrs which is new in Jackson 2.8

Closes gh-6508
See gh-6369
2016-08-16 19:32:21 +01:00
Eddú Meléndez 4e0591a5b0 Upgrade to Spring Security 4.1.2.RELEASE
Closes gh-6644
2016-08-14 08:07:13 +02:00
Andy Wilkinson ec9549f01f Downgrade to Jackson 2.7.6 and verify Elasticsearch’s compatibility
Closes gh-6508
2016-08-12 11:49:45 +01:00
Raja Dilip Kolli 4e0b581453 Upgrade to Elasticsearch 2.3.5
Closes gh-6556
2016-08-12 11:36:17 +02:00
Andy Wilkinson a729d48bd3 Start building against Spring Data Hopper SR3 snapshots
Closes gh-6567
See gh-6583
2016-08-08 14:21:27 +01:00
Phillip Webb c7a23eae56 Fixup version numbers following release 2016-07-28 14:38:17 -07:00
Spring Buildmaster 334baaeffd Next development version 2016-07-28 19:54:01 +00:00
Stephane Nicoll 9bb6b8a012 Upgrade to Spring Framework 4.3.2.RELEASE
Closes gh-6318
2016-07-28 11:49:56 +02:00
Stephane Nicoll 29cd3c42e1 Fixup version numbers following release 2016-07-28 11:46:55 +02:00
Spring Buildmaster a89ef5df6e Next Development Version 2016-07-28 09:18:40 +00:00
Andy Wilkinson a44cc196de Merge branch '1.3.x' 2016-07-26 21:23:21 +01:00
Andy Wilkinson 7e116f6bab Upgrade to thymeleaf-extras-conditionalcomments 2.1.2.RELEASE
Closes gh-6480
2016-07-26 21:20:45 +01:00
Andy Wilkinson 1682d7b9d4 Upgrade to Jedis 2.8.2
Closes gh-6481
2016-07-26 21:19:04 +01:00
Andy Wilkinson 26c2c54a47 Upgrade to Spring REST Docs 1.1.1.RELEASE
Closes gh-6479
2016-07-26 21:19:03 +01:00
Andy Wilkinson 4e84111b43 Upgrade to Selenium 2.53.1
Closes gh-6478
2016-07-26 21:19:03 +01:00
Andy Wilkinson 5b40a276dc Upgrade to Neo4j OGM 2.0.4
Closes gh-6477
2016-07-26 21:19:03 +01:00
Andy Wilkinson 222fda447c Upgrade to jOOQ 3.8.4
Closes gh-6476
2016-07-26 21:19:03 +01:00
Andy Wilkinson 9c98c8cbc4 Upgrade to Elasticsearch 2.3.4
Closes gh-6475
2016-07-26 21:19:02 +01:00
Andy Wilkinson cdcc8a411d Upgrade to Jetty 9.3.11.v20160721
Closes gh-6474
2016-07-26 21:19:02 +01:00
Andy Wilkinson ec7a9a32b9 Upgrade to AssertJ 2.5.0
Closes gh-6473
2016-07-26 21:19:02 +01:00
Andy Wilkinson 58ccd18253 Upgrade to Log4J2 2.6.2
Closes gh-6472
2016-07-26 21:01:06 +01:00
Andy Wilkinson e15353bbd6 Upgrade to ActiveMQ 5.13.4
Closes gh-6471
2016-07-26 21:00:40 +01:00
Andy Wilkinson ec3084c3d6 Upgrade to App Engine API 1.9.40
Closes gh-6470
2016-07-26 20:55:28 +01:00
Andy Wilkinson 77b0b5ba00 Upgrade to Jackson 2.8.1
Closes gh-6469
2016-07-26 20:54:20 +01:00
Kazuki Shimizu 7b12183e7b Upgrade to Lombok 1.16.10
Closes gh-6459
2016-07-26 20:51:47 +01:00
Andy Wilkinson e683e8f062 Merge branch '1.3.x' 2016-07-26 20:40:25 +01:00
Andy Wilkinson 4a40f8d5c4 Upgrade to Postgresql 9.4.1209.jre7
Closes gh-6468
2016-07-26 20:38:23 +01:00
Andy Wilkinson 9a02252ee6 Upgrade to Freemarker 2.3.25-incubating
Closes gh-6467
2016-07-26 20:37:39 +01:00
Andy Wilkinson 11ce8d79ad Upgrade to Jetty 9.2.18.v20160721
Closes gh-6466
2016-07-26 20:30:45 +01:00
Artem Bilan 5969c5dcc5 Upgrade to Spring Integration 4.2.9.RELEASE
Closes gh-6458
2016-07-26 15:08:27 +01:00
Artem Bilan c59fa6881f Upgrade to Spring Integration 4.3.1
Closes gh-6456
2016-07-25 17:02:08 -07:00
Phillip Webb e8bedacc91 Remove optional from json-simple managed dependency
Update `spring-boot-dependencies` so that `json-simple` does not include
an `<option>true</optional>` element.

Fixes gh-6450
2016-07-25 10:15:19 -07:00
Stephane Nicoll f95c63b78c Upgrade to Spring AMQP 1.6.1.RELEASE
Closes gh-6414
2016-07-21 13:45:16 +02:00
Andy Wilkinson fe5c56c84a Revert "Updated to Spring Security 4.1.2 SNAPSHOT"
4.1.2 is not going to be out in time for inclusion in 1.4.0

See gh-6390
2016-07-20 06:59:55 +01:00
Stephane Nicoll b86241cae0 Upgrade to Ehcache 3.1.1
Closes gh-6418
2016-07-19 11:35:57 +02:00
Phillip Webb 05ff4ed4e0 Upgrade to Tomcat 8.5.4 & remove tomcat-juli
Upgrade the managed Tomcat dependency to 8.5.4 and remove `tomcat-juli`
since it's now included in `tomcat-embed-core`.

Fixes gh-6192
2016-07-18 17:52:35 -07:00
Phillip Webb be80a5878d Revert "Upgrade to Spring AMQP 1.6.1.RELEASE"
It doesn't appear to be on Maven Central

This reverts commit 6741e6a240.
2016-07-18 15:37:02 -07:00
Artem Bilan 6741e6a240 Upgrade to Spring AMQP 1.6.1.RELEASE
Closes gh-6414
2016-07-18 15:11:57 -07:00
Phillip Webb 8bf3f275c9 Merge branch '1.3.x' 2016-07-18 14:35:56 -07:00
Phillip Webb 3c67ecca61 Downgrade to HSQLDB 2.3.3
Closes gh-6415
2016-07-18 13:07:00 -07:00
Stephane Nicoll 7969d97f40 Revert to maven-compiler-plugin 3.1
This commit reverts b8ee1f7

Closes gh-6334
2016-07-16 09:41:07 +02:00
Phillip Webb f26bdd32ff Downgrade maven-compiler-plugin to 3.5
Revert the previous upgrade due to the MCOMPILER-271 issue.

Fixes gh-6391
2016-07-13 17:11:47 -07:00
Phillip Webb cca6a38558 Updated to Spring Security 4.1.2 SNAPSHOT
See gh-6390
2016-07-13 15:38:44 -07:00
Andy Wilkinson 0792d43a93 Merge branch '1.3.x 2016-07-13 08:51:15 +01:00
Raja Dilip Kolli e49ec03215 Upgrade to Thymeleaf 2.1.5.RELEASE
Closes gh-6381
2016-07-13 08:49:19 +01:00
Andy Wilkinson eb995cc07a Add dependency management for jackson-datatype-jaxrs
Closes gh-6369
2016-07-11 12:40:22 +01:00
Artem Bilan f152111685 Upgrade to Spring Integration Java DSL 1.1.3.RELEASE
Closes gh-6365
2016-07-09 07:20:14 +02:00
Andy Wilkinson 25ba9a56e6 Merge branch '1.3.x 2016-07-08 11:18:58 +01:00
Andy Wilkinson 26a233a870 Upgrade to Hikari 2.4.7
Closes gh-6344
2016-07-08 11:18:14 +01:00
Eddú Meléndez 8c273c35fa Upgrade to Spring Security 4.1.1.RELEASE
Closes gh-6350
2016-07-08 09:10:56 +02:00
Phillip Webb d6bf9775d1 Upgrade to Jackson 2.8.0
Fixes gh-6343
2016-07-06 15:22:05 -07:00
Stephane Nicoll 4fe28727ad Start building against Spring Framework 4.3.2 snapshots
See gh-6318
2016-07-06 15:22:34 +02:00
Stephane Nicoll eeb95693b3 Fixup version numbers following release 2016-07-04 16:45:17 +02:00
Spring Buildmaster 2216369348 Next Development Version 2016-07-04 14:15:02 +00:00
Stephane Nicoll ce3f4bd068 Upgrade to Spring Framework 4.3.1.RELEASE
Closes gh-6197
2016-07-04 13:27:28 +02:00
Stephane Nicoll 566b4e9a16 Upgrade to Spring Framework 4.2.7.RELEASE
Closes gh-6249
2016-07-04 13:25:11 +02:00
Andy Wilkinson fd16865988 Merge branch '1.3.x' 2016-07-04 09:28:50 +01:00
Andy Wilkinson 46a1f0d00e Upgrade to Spring Cloud Connectors 1.2.3.RELEASE
Closes gh-6315
2016-07-04 09:27:57 +01:00
Andy Wilkinson 8ce85ffb3d Upgrade to Git Commit ID Plugin 2.2.1
Closes gh-6303
2016-07-01 15:44:45 +01:00
Andy Wilkinson dc7edd4c4d Upgrade to Exec Maven Plugin 1.5.0
Closes gh-6302
2016-07-01 15:44:45 +01:00
Andy Wilkinson a7a5e5c741 Upgrade to Build Helper Maven Plugin 1.10
Closes gh-6301
2016-07-01 15:44:45 +01:00
Andy Wilkinson cc6dd6054e Upgrade to Maven War Plugin 2.6
Closes gh-6300
2016-07-01 15:44:45 +01:00
Andy Wilkinson 79af9231f8 Upgrade to Maven Site Plugin 3.5.1
closes gh-6298
2016-07-01 15:44:45 +01:00
Andy Wilkinson fc0f9fa67c Upgrade to Maven Shade Plugin 2.4.3
Closes gh-6297
2016-07-01 15:44:45 +01:00
Andy Wilkinson 7db31d78f1 Upgrade to Maven Jar Plugin 2.6
Closes gh-6296
2016-07-01 15:44:45 +01:00
Andy Wilkinson d6798c226a Upgrade to Maven Eclipse Plugin 2.10
Closes gh-6295
2016-07-01 15:44:45 +01:00
Andy Wilkinson b8ee1f769c Upgrade to Maven Compiler Plugin 3.5.1
Closes gh-6293
2016-07-01 15:44:45 +01:00
Andy Wilkinson 27bfa7f310 Upgrade to Maven Clean Plugin 2.6.1
Closes gh-6292
2016-07-01 15:44:45 +01:00
Andy Wilkinson c24c5aeb3b Upgrade to Maven Assembly Plugin 2.6
Closes gh-6291
2016-07-01 15:44:45 +01:00
Andy Wilkinson 894a8563a5 Upgrade to Maven Ant Run Plugin 1.8
Closes gh-6290
2016-07-01 15:44:45 +01:00
Andy Wilkinson 6f1c07c2d8 Upgrade to Webjars Locator 0.32
Closes gh-6289
2016-07-01 15:44:45 +01:00
Andy Wilkinson ec421b36de Upgrade to Neo4J OGM 2.0.3
Closes gh-6288
2016-07-01 15:44:45 +01:00
Andy Wilkinson 97d52665f4 Upgrade to MariaDB Java Client 1.4.6
Closes gh-6287
2016-07-01 15:44:45 +01:00
Andy Wilkinson 6fa57839cf Upgrade to Narayana 5.3.3.Final
Closes gh-6286
2016-07-01 15:44:45 +01:00
Andy Wilkinson badfc65734 Upgrade to JBoss Transaction SPI 7.3.2.Final
Closes gh-6285
2016-07-01 15:44:45 +01:00
Andy Wilkinson f6b6f125e1 Upgrade to Jetty 9.3.10.v20160621
Closes gh-6284
2016-07-01 15:44:45 +01:00
Andy Wilkinson a8c8fe117d Upgrade to SolrJ 5.5.2
Closes gh-6283
2016-07-01 15:44:45 +01:00
Andy Wilkinson 4697432edd Upgrade to Artemis 1.3.0
Closes gh-6282
2016-07-01 15:44:45 +01:00
Andy Wilkinson a433a04d38 Upgrade to Gson 2.7
Closes gh-6281
2016-07-01 15:44:45 +01:00
Andy Wilkinson b5ae8c3b66 Upgrade to Caffeine 2.3.1
Closes gh-6280
2016-07-01 15:44:45 +01:00
Andy Wilkinson 6977586e4b Upgrade to Jackson 2.7.5
Closes gh-6279
2016-07-01 15:44:45 +01:00
Andy Wilkinson ce7a1e121b Upgrade to Couchbase Java Client 2.2.8
Closes gh-6278
2016-07-01 15:44:45 +01:00
Andy Wilkinson fb79ec5825 Upgrade to Hazelcast 3.6.4
Closes gh-6277
2016-07-01 15:44:45 +01:00
Andy Wilkinson 7722ba526d Merge branch '1.3.x' 2016-07-01 13:02:52 +01:00
Andy Wilkinson 5f6821d7eb Drop back to Git Commit ID Plugin 2.1.13
Closes gh-6276
2016-07-01 13:02:08 +01:00
Andy Wilkinson 156e4e9df6 Merge branch '1.3.x' 2016-07-01 12:46:36 +01:00
Andy Wilkinson e4cead6b89 Upgrade to Git Commit ID Plugin 2.1.15
Closes gh-6276
2016-07-01 12:22:26 +01:00
Andy Wilkinson e2de73b87e Upgrade to Maven Javadoc Plugin 2.10.4
Closes gh-6274
2016-07-01 12:22:26 +01:00
Andy Wilkinson 51ea174256 Upgrade to Maven Failsafe Plugin 2.18.1
Closes gh-6273
2016-07-01 12:22:25 +01:00
Andy Wilkinson f48c02ccb5 Upgrade to Spring Integration 4.2.8.RELEASE
Closes gh-6271
2016-07-01 11:37:39 +01:00
Andy Wilkinson 72d59b9fcf Upgrade to Freemarker 2.3.24-incubating
Closes gh-6270
2016-07-01 11:37:10 +01:00
Andy Wilkinson 0976178def Upgrade to Groovy 2.4.7
Closes gh-6269
2016-07-01 11:36:33 +01:00
Andy Wilkinson 5e6f859304 Upgrade to Tomcat 8.0.36
Closes gh-6268
2016-07-01 11:36:04 +01:00
Andy Wilkinson 03c0b24798 Upgrade to httpasynclient 4.1.2
Closes gh-6267
2016-07-01 11:35:40 +01:00
Andy Wilkinson 6d3f6c5886 Upgrade to EhCache 2.10.2.2.21
Closes gh-6266
2016-07-01 11:35:15 +01:00
Andy Wilkinson bf90e67042 Upgrade to Jackson 2.6.7
Closes gh-6265
2016-07-01 11:34:42 +01:00
Stephane Nicoll f9c7db1137 Upgrade to Ehcache 3.1.0
Closes gh-6263
2016-07-01 11:06:48 +02:00
Andy Wilkinson ef35fe649b Upgrade to Jersey 2.23.1
Closes gh-6253
2016-06-30 16:14:55 +01:00
Stephane Nicoll 6527aa0e80 Downgrade to maven-failsafe-plugin 2.18.1
This commit downgrades the maven failsafe plugin version. As of 2.19, the
generated jar is used for integration tests rather than the
`target/classes` directory. The fat jar in 1.4 has changed to move
classes to `BOOT-INF/classes` and therefore these are not found anymore.

There isn't a way to configure the jar file to use in the plugin. Users
willing to use the latest version should configure a `classifier` for the
repackaged jar so that the original jar is used by failsafe.

Closes gh-6254
2016-06-30 11:08:59 +02:00
Eddú Meléndez 74d873f8ee Upgrade to spring-session 1.2.1.RELEASE
Closes gh-6251
2016-06-30 09:47:47 +02:00
Andy Wilkinson fc16d9b85c Merge branch '1.3.x' 2016-06-29 17:05:47 +01:00
Andy Wilkinson 4c8729a3f2 Upgrade to Undertow 1.3.23.Final
Closes gh-6245
2016-06-29 17:02:40 +01:00
Andy Wilkinson 911f728bc3 Start building against Spring Framework 4.2.7 snapshots
See gh-6249
2016-06-29 17:01:55 +01:00
Andy Wilkinson 52e8ad4b6b Drop back to Hibernate 5.0.9.Final
The upgrade to Hibernate 5.2.0.Final has provide to be too
problematic to live with. It requires Java 8, is incompatible with
a number of other projects in the Hibernate ecosystem, and it's
unclear for how long it will be maintained. We'd previously used
Hibernate 5.1.0.Final but its maintenance is also unclear with
Hibernate 5.1.1.Final being more than 3 months overdue.

This commit drops back to Hibernate 5.0.9.Final. This has a few
advantages:

- It's Java 7 compatible
- It's had some time to mature and should be reasonably free of
  regressions for those moving from 4.3.x
- It's used in both Wildfly and JBoss EAP so there's a fair chance
  that it will continue to be maintained.

Closes gh-6198
2016-06-21 20:09:21 +01:00
Andy Wilkinson f451de3759 Start building against Spring Framework 4.3.1 snapshots
See gh-6197
2016-06-21 17:12:21 +01:00
Dave Syer 867f86a44a Merge remote-tracking branch 'origin/1.3.x' 2016-06-21 15:07:42 +01:00
Dave Syer f083447a1b Bump spring-retry to 1.1.3 2016-06-21 14:53:01 +01:00
Andy Wilkinson f28e3d54c5 Upgrade to Tomcat 8.5.3
This commit changes the default version of Tomcat to 8.5.3 while
also retaining support for Tomcat 8.0 and 7.0. The main difference
in 8.5 is that the ServerSocketFactory abstraction that allowed the
TrustStore and KeyStore to be configured programatically no longer
exists. This logic has been replaced with the use of a custom URL
protocol (springbootssl) that provides access to the key store and
trust store of an SslStoreProvider. In addition to working with 8.5,
this approach has the advantage of also working with 8.0 and 7.0.

Closes gh-6164
2016-06-20 13:27:47 +01:00
Stephane Nicoll 2ff9e3cfdc Upgrade to Hibernate 5.2
See gh-6111
2016-06-17 11:14:35 +02:00
Jerome Loisel 12612e178f Upgrade to Elasticsearch 2.3.3
Closes gh-6116
2016-06-16 17:43:21 +02:00
Andy Wilkinson 08dd71a0d7 Remove dependency management for jetty-jsp as it does not exist
Jetty 9.3 no longer has a jetty-jsap artifact and dependency
management for it was removed in ff602e6. It was inadvertently
reintroducved in b303b3f. This commit removes it again.

See gh-5290
See gh-5825
2016-06-16 09:48:30 +01:00
Andy Wilkinson 6d06411cdc Upgrade to Log4j 2.6.1
Closes gh-6167
2016-06-15 16:21:46 +01:00
Vladimir Tsanev b303b3fe35 Support JSPs in Embedded Jetty
JSPs are now supported in executable WARs with embedded Jetty.

Fixes gh-367
Closes gh-5290
2016-06-15 16:01:54 +02:00
Andy Wilkinson 07d78132a9 Upgrade to Spring Data Hopper SR2
Closes gh-6132
2016-06-15 14:15:08 +01:00
Andy Wilkinson ff602e60a0 Change default version of Jetty to 9.3
Closes gh-5825
2016-06-15 13:58:47 +01:00
Stephane Nicoll 1b252c3e82 Merge branch '1.3.x' 2016-06-14 14:25:19 +02:00
Stephane Nicoll ed2586d38d Upgrade Apache HTTP components to 4.4.5
Closes gh-6165
2016-06-14 14:24:03 +02:00
Stephane Nicoll 1dd77141d0 Add more dependency management for Selenium
Closes gh-6150
2016-06-14 10:09:45 +02:00
Stephane Nicoll ed96d142b8 Upgrade to Spring Integration 4.3.0.RELEASE
Closes gh-5079
2016-06-14 08:33:39 +02:00
Stephane Nicoll 7afe1d16a6 Add Jest support
This commit adds auto-configuration support for Jest, an HTTP client for
Elasticsearch. If Jest is present, a `JestClient` targeting a local
elasticsearch instance is auto-configured. Several properties from the
`spring.jest.*` namespace allows to tune the client.

Closes gh-6032
2016-06-13 15:25:10 +02:00
Stephane Nicoll f9288a3af1 Revert "Polish maven repositories definition"
This commit reverts 62fa602fea

See gh-6031
2016-06-10 17:25:31 +02:00
Stephane Nicoll 62fa602fea Polish maven repositories definition
Previously, Maven repositories definition was specified in a profile that
is active by default. It means that as soon as any profile is enabled by
the user, said profile is no longer enabled. This has the nasty
consequences of having copy/paste in several places to make sure our own
profiles still have the proper repositories definition.

This commit creates a single "repositories" profile that is always active
unless a given property is explicitely specified. This allows to remove
the duplication and make things more consistent.

Some Gradle-specific repositories were also hard-coded in two modules
without any profile at all, meaning they were polluting the build of
anybody using it. While the impacted modules are gradle specific, that
repository has been shared in the new "repositories" profile as well.

Closes gh-6031
2016-06-10 11:55:46 +02:00
Stephane Nicoll 76cdf2212b Upgrade to Spring Framework 4.3.0.RELEASE
Closes gh-6049
2016-06-10 11:48:52 +02:00
Stephane Nicoll 17dfec7c4e Resume building against Spring Data Hopper snapshots
See gh-6132
2016-06-09 15:54:32 +02:00
Stephane Nicoll 40ff3f420a Upgrade to Spring HATEOAS 0.20.RELEASE
Closes gh-5759
2016-06-09 15:50:09 +02:00
Dave Syer 6712de586b Merge remote-tracking branch 'origin/1.3.x' 2016-06-03 13:56:03 +01:00
Dave Syer 31fc1cc6f2 Update Spring OAuth to 2.0.10 2016-06-03 13:50:07 +01:00
Andy Wilkinson ac5696e13c Upgrade to Spring AMQP 1.6.0.RELEASE
Closes gh-6099
2016-06-01 14:54:00 +01:00
Andy Wilkinson 9bb1151178 Upgrade to MariaDB Java Client 1.4.5
Closes gh-6098
2016-06-01 14:54:00 +01:00
Andy Wilkinson cde06444e0 Upgrade to Infinispan 8.2.2.Final
closes gh-6097
2016-06-01 14:54:00 +01:00