Commit Graph

1377 Commits

Author SHA1 Message Date
Andy Wilkinson
eb3afea96e Upgrade to Undertow 1.3.25.Final
Closes gh-6941
2016-09-19 21:19:58 +01:00
Andy Wilkinson
74397a5275 Upgrade to Querydsl 4.1.4
Closes gh-6940
2016-09-19 21:19:27 +01:00
Andy Wilkinson
22c72ea798 Upgrade to Hazelcast 3.6.5
Closes gh-6939
2016-09-19 21:19:04 +01:00
Andy Wilkinson
8b027b5290 Upgrade to App Engine API 1.9.42
Closes gh-6938
2016-09-19 21:18:42 +01:00
Andy Wilkinson
f1f50ba6a0 Upgrade to Jackson 2.8.3
Closes gh-6937
2016-09-19 21:18:20 +01:00
Andy Wilkinson
ccfa723b76 Merge branch '1.3.x' 2016-09-19 21:05:58 +01:00
Andy Wilkinson
dd0e453b9e Upgrade to Spring Security OAuth 2.0.11.RELEASE
Closes gh-6936
2016-09-19 20:26:20 +01:00
Andy Wilkinson
8079df815c Upgrade to Spring Security JWT 1.0.5.RELEASE
Closes gh-6935
2016-09-19 20:26:20 +01:00
Andy Wilkinson
f7ee84a4d4 Upgrade to Postgresql 9.4.1211.jre7
Closes gh-6934
2016-09-19 20:26:20 +01:00
Andy Wilkinson
0bc713bb52 Upgrade to Jolokia 1.3.4
Closes gh-6933
2016-09-19 20:26:20 +01:00
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