Commit Graph

1396 Commits (469a4e34445545917c5cdb8eab2aff8c2c2dec2e)

Author SHA1 Message Date
Stephane Nicoll 74d3a6616b Upgrade to liquibase 3.5.3
Closes gh-7208
8 years ago
Andy Wilkinson 5ebfa4b139 Start building against Spring Integration 4.3.5 snapshots
See gh-7197
8 years ago
Gary Russell ad3179b9ee Upgrade to Spring Integration 4.3.4, AMQP 1.6.3
Closes gh-7074
8 years ago
Andy Wilkinson cf4142dbc0 Prevent htmlunit from pulling in commons-logging
Update dependency management to exclude commons-logging and add
an enforcer rule to spring-boot-samples to try and prevent unwanted
commons-logging dependencies from sneaking back in again.

Closes gh-7067
8 years ago
Ken Dombeck 8034ae6e37 Prevent spring-session from pulling in commons-logging
Closes gh-7064
8 years ago
Andy Wilkinson 73f153daca Use a property for the version of the JMS API managed dependency
Closes gh-7042
8 years ago
Stephane Nicoll 6bd670edbc Initiate 1.4.x branch 8 years ago
Dave Syer 5af4446386 Bump spring-retry to 1.1.4 8 years ago
Stephane Nicoll 1641bb2105 Upgrade to Spring Data Hopper SR3
Closes gh-6583
8 years ago
Andy Wilkinson d1fd79cfa3 Upgrade to Hibernate 5.0.11.Final
Closes gh-6944
8 years ago
Andy Wilkinson a94c6f8241 Upgrade to Spring Integration 4.3.2.RELEASE
Closes gh-6951
8 years ago
Andy Wilkinson 59637e58d4 Upgrade to Spring REST Docs 1.1.2.RELEASE
Closes gh-6949
8 years ago
Andy Wilkinson bcb6281c0d Upgrade to Neo4J OGM 2.0.5
Closes gh-6948
8 years ago
Andy Wilkinson 214fbfa3d0 Upgrade to Narayana 5.3.4.Final
Closes gh-6947
8 years ago
Andy Wilkinson e5465bc98e Upgrade to JBoss Transaction SPI 7.3.4.Final
Closes gh-6946
8 years ago
Andy Wilkinson 9614aabcf4 Upgrade to Infinispan 8.2.4.Final
Closes gh-6945
8 years ago
Andy Wilkinson 1263a26d9f Upgrade to Hibernate 5.0.10.Final
Closes gh-6944
8 years ago
Andy Wilkinson cb998bef34 Upgrade to Jersey 2.23.2
Closes gh-6943
8 years ago
Andy Wilkinson 8d1e768777 Upgrade to SolrJ 5.5.3
Closes gh-6942
8 years ago
Andy Wilkinson eb3afea96e Upgrade to Undertow 1.3.25.Final
Closes gh-6941
8 years ago
Andy Wilkinson 74397a5275 Upgrade to Querydsl 4.1.4
Closes gh-6940
8 years ago
Andy Wilkinson 22c72ea798 Upgrade to Hazelcast 3.6.5
Closes gh-6939
8 years ago
Andy Wilkinson 8b027b5290 Upgrade to App Engine API 1.9.42
Closes gh-6938
8 years ago
Andy Wilkinson f1f50ba6a0 Upgrade to Jackson 2.8.3
Closes gh-6937
8 years ago
Andy Wilkinson ccfa723b76 Merge branch '1.3.x' 8 years ago
Andy Wilkinson dd0e453b9e Upgrade to Spring Security OAuth 2.0.11.RELEASE
Closes gh-6936
8 years ago
Andy Wilkinson 8079df815c Upgrade to Spring Security JWT 1.0.5.RELEASE
Closes gh-6935
8 years ago
Andy Wilkinson f7ee84a4d4 Upgrade to Postgresql 9.4.1211.jre7
Closes gh-6934
8 years ago
Andy Wilkinson 0bc713bb52 Upgrade to Jolokia 1.3.4
Closes gh-6933
8 years ago
Andy Wilkinson 1a9f2461db Upgrade to Jaybird 2.2.11
Closes gh-6932
8 years ago
Andy Wilkinson 15793b1abc Upgrade to Jetty 9.2.19.v20160908
Closes gh-6931
8 years ago
Andy Wilkinson b6e3eb0db3 Upgrade to Tomcat 8.0.37
Closes gh-6930
8 years ago
Andy Wilkinson 4d84c4a489 Upgrade to JavaMail 1.5.6
Closes gh-6929
8 years ago
Andy Wilkinson 7665a0924f Upgrade to Spring Framework 4.3.3.RELEASE
Closes gh-6561
8 years ago
Andy Wilkinson 918ef04efa Upgrade to Spring Framework 4.2.8.RELEASE
Closes gh-6910
8 years ago
Stephane Nicoll 5371722c35 Upgrade to Caffeine 2.3.3
Closes gh-6923
8 years ago
Stephane Nicoll f4da334f1c Upgrade to Ehcache 3.1.2
Closes gh-6922
8 years ago
Andy Wilkinson faab9047d6 Start building against Spring Framework 4.2.8 snapshots
See gh-6910
8 years ago
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
8 years ago
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
8 years ago
Phillip Webb ede1657d79 Include Jetty EL dependency in starter
Update spring-boot-starter-jetty to include an EL dependency.

Fixes gh-6692
8 years ago
Vedran Pavic 5c605cbb8f Upgrade Spring Session to 1.2.2.RELEASE
Closes gh-6843
8 years ago
Andy Wilkinson 27a32fbb96 Polish "Provide dependency management for Querydsl"
Closes gh-6399
8 years ago
Eddú Meléndez aa46af5591 Provide dependency management for Querydsl
Closes gh-6777
See gh-6399
8 years ago
Stephane Nicoll b0face34f4 Upgrade to Spring AMQP 1.6.2.RELEASE
Closes gh-6788
8 years ago
Stephane Nicoll d6e9ccecec Upgrade to Spring Security 4.1.3.RELEASE
Closes gh-6738
8 years ago
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
8 years ago
Andy Wilkinson 9420daf001 Downgrade Jedis to 2.8.1
Closes gh-6677
8 years ago
Stephane Nicoll 60697561aa Start building against Spring Framework 4.3.3 snapshots
See gh-6561
8 years ago
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
8 years ago