Commit Graph

789 Commits (5a287455273270a20742f03e4546acde9e857bee)

Author SHA1 Message Date
Stephane Nicoll a3dea2149b Merge branch '1.2.x' 9 years ago
Stephane Nicoll c04d00a2e9 Upgrade to H2 1.4.188
Closes gh-3843
9 years ago
Stephane Nicoll 8aca174910 Upgrade version-maven-plugin to 2.1
Closes gh-3662
9 years ago
Andy Wilkinson 07ec9bb849 Merge branch '1.2.x' 9 years ago
Andy Wilkinson f143bd2cfb Upgrade to Tomcat 8.0.26
Closes gh-3406
Closes gh-3526
9 years ago
Andy Wilkinson 3b5dcc52ec Upgrade to Spring Integration 4.2.0.RC1
Closes gh-3827
9 years ago
Dave Syer ff8a4d0f9d Merge branch '1.0.x'
Conflicts: MessageSourceAutoConfiguration.java
9 years ago
Stephane Nicoll a01a5db947 Upgrade to Spring AMQP 1.5.0.RC1
Closes gh-2899
9 years ago
Stephane Nicoll 87d214e61d Upgrade to Spring Framework 4.2.1.BUILD-SNAPSHOT 9 years ago
Stephane Nicoll 2f862cfb92 Revert upgrade to Spring Framework 4.2.1 snapshots 9 years ago
Stephane Nicoll 1659f628d0 Upgrade to Spring Framework 4.2.1.BUILD-SNAPSHOT 9 years ago
Andy Wilkinson 4e3411ac59 Add dependency management for org.skyscreamer:jsonassert
Closes gh-3751
9 years ago
Andy Wilkinson a38bdd92c2 Upgrade to Reactor and Reactor Spring 2.0.5.RELEASE
Closes gh-3756
9 years ago
Craig Andrews 2e0e2a3d60 Add more Jackson dependencies to spring-boot-dependencies
Add:

 - jackson-datatype-hibernate4
 - jackson-datatype-hibernate5
 - jackson-datatype-jdk7
 - jackson-module-parameter-names

Closes gh-3727
9 years ago
Andy Wilkinson a4bfcb9b94 Merge branch '1.2.x' 9 years ago
Andy Wilkinson 4f0f51b5ed Upgrade to Spring Web Services 2.2.2.RELEASE
Closes gh-3423
9 years ago
Andy Wilkinson c164065a38 Merge branch '1.2.x' 9 years ago
Andy Wilkinson f9a775518f Upgrade to Spring Batch 3.0.5.RELEASE
Closes gh-3421
9 years ago
Andy Wilkinson a62ec1028c Upgrade to Jackson 2.6.1
Closes gh-3569
9 years ago
Andy Wilkinson 059a30610f Revert "Upgrade to Jackson 2.6.0"
This reverts commit f76197066c.

See gh-3569
9 years ago
Andy Wilkinson f76197066c Upgrade to Jackson 2.6.0
Closes gh-3569
9 years ago
Andy Wilkinson aa43d3f3a3 Update to HikariCP 2.3.9
Closes gh-3675
9 years ago
Andy Wilkinson d2238c3ff7 Upgrade to de.flapdoodle.embed:de.flapdoodle.embed.mongo 1.48.2
Closes gh-3676
9 years ago
Andy Wilkinson 30fd66654e Upgrade to Undertow 1.2.10.Final
Closes gh-3677
9 years ago
Andy Wilkinson d496bfedd0 Upgrade to Commons Pool 2 2.4.2
Closes gh-3678
9 years ago
Andy Wilkinson 5659d5bce3 Upgrade to Hibernate Validator 5.2.1.Final
Closes gh-3679
9 years ago
Andy Wilkinson d072cd9149 Upgrade to org.mariadb.jdbc:mariadb-java-client 1.2.0
Closes gh-3680
9 years ago
Andy Wilkinson ea34c709c9 Upgrade to Jedis 2.7.3
Closes gh-3682
9 years ago
Andy Wilkinson cd55771dd7 Upgrade to Spring HATEOAS 0.18.0.RELEASE
Closes gh-3683
9 years ago
Andy Wilkinson 2d57803705 Merge branch '1.2.x' 9 years ago
Andy Wilkinson 890fb9665d Upgrade to Spring Loaded 1.2.4.RELEASE
Closes gh-3681
9 years ago
Andy Wilkinson 6870f17482 Merge branch '1.2.x' 9 years ago
Andy Wilkinson dd4c542e32 Upgrade to Undertow 1.1.8.Final
Closes gh-3674
9 years ago
Andy Wilkinson c4d0f949d4 Upgrade to mysql:mysql-connector-java 5.1.36
Closes gh-3673
9 years ago
Andy Wilkinson 370247f9e4 Upgrade to Jetty 9.2.13.v20150730
Closes gh-3672
9 years ago
Andy Wilkinson 8df4985675 Upgrade to Freemarker 2.3.23
Closes gh-3671
9 years ago
Andy Wilkinson 82212e6271 Upgrade to Spring Integration 4.1.6.RELEASE
Closes gh-3670
9 years ago
Andy Wilkinson 5756195c05 Upgrade to Spring Security 3.2.8.RELEASE
Closes gh-3669
9 years ago
Stephane Nicoll 1cb0deed5e Upgrade to Spring Security 4.0.2.RELEASE
Closes gh-3422
9 years ago
Stephane Nicoll cd32960b57 Upgrade to Spring Data Gosling RC1
Closes gh-3288
9 years ago
Andy Wilkinson da60c94d57 Upgrade to Spring Session 1.0.2.RELEASE
Closes gh-3655
9 years ago
Roy Clarkson 4cd95f4223 Upgrade to Spring Cloud Connectors 1.2.0.RELEASE
Closes gh-3609
9 years ago
Stephane Nicoll 9b84465edc Upgrade to Hazelcast 3.5.1
Closes gh-3634
9 years ago
Stephane Nicoll e7b1dce5b5 Upgrade to Spring Framework 4.2.0.RELEASE
Closes gh-2575
9 years ago
Andy Wilkinson 255764f1a0 Ensure that custom Liquibase logger is always used
Liquibase 3.4.0 contains a bug that causes the initialization of its
ServiceLocator to pollute its map of loggers with a DefaultLogger for
the logger named "liquibase". Liquibase 3.4.1 contains a change that
improves the situation, but does not address is completely. Creating a
CustomResolverServiceLocator, as we do, still causes the map of
loggers to be polluted due to logging that's performed in
ClassLoaderResourceAccessor.getResourcesAsStream.

The commit address the problem by upgrading to Liquibase 3.4.1 and
adding the package containing our custom logger to the default service
locator before we register our custom service locator. This ensures
that the logging that's performed during the creation of our custom
service locator will still use our custom logger.

Closes gh-3470
Closes gh-3616
9 years ago
Stephane Nicoll 3298761437 Update maven prerequisite
Closes gh-3614
9 years ago
Andy Wilkinson dbc22f6f07 Merge branch '1.2.x' 9 years ago
Andy Wilkinson 9b6538d5bd Upgrade to Groovy 2.4.4
Typically, a Spring Boot maintenance release would not move to a new
minor version of a dependency. However there is a security
vulnerability in Groovy [1] and 2.4.4 is the only release which
contains a fix for it.

The commit upgrades to 2.4.4, thereby ensuring that users of Groovy
are not vulnerable by default. Users of Groovy whose applications are
not affected by the vulnerability may choose to downgrade back to
2.3.11 by overriding Spring Boot's dependency management.

Closes gh-3540

[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3253
9 years ago
Andy Wilkinson 2c81907d58 Flesh out and polish Embedded MongoDB auto-configuration contribution
Embedded MongoDB is now auto-configured when it is on the classpath.
The Mongo instance will listen on the port specified by the
spring.data.mongodb.port property. If this property has a value of
zero and randomly allocated port will be used. In such an event, the
MongoClient created by MongoAutoConfiguration will be automatically
configured to use the port that was allocated.

By default, MongoDB 2.6.10 will be used. This can be configured using
the spring.embedded-mongodb.version property. Mongo's sync delay
feature is enabled by default. This can be configured using the
spring.embedded-mongobd.features property.

Closes gh-2002
9 years ago
Henryk Konsek f2b2c085e9 Add auto-configuration support for Embedded MongoDB
See gh-2002
9 years ago