Commit Graph

1753 Commits (48b0f1577bdbcd68285ea052c759492137330c8c)

Author SHA1 Message Date
Dave Syer 21be9ef666 Merge remote-tracking branch 'origin/1.5.x' 8 years ago
Dave Syer fe344df9c5 Change default order of OAuth2 resource server filter chain
The default is now SecurityProperties.ACCESS_OVERRIDE_ORDER-1
(instead of 3), and the user can set it with
security.oauth2.resource.filter-order (as opposed to being hard
coded). The filter is provided by Spring OAuth2 so this change is
a BeanPostProcessor to call a setter on that object.

Fixes gh-5072
8 years ago
Stephane Nicoll c28ff4314c Upgrade to Mockito 2
Closes gh-7770
8 years ago
Phillip Webb ad2ff27208 Merge branch '1.5.x' 8 years ago
Phillip Webb fac6b8da47 Upgrade to JSONassert 1.4.0
Closes gh-7846
8 years ago
Phillip Webb 125d9d6181 Merge branch '1.5.x' 8 years ago
Phillip Webb eb22220961 Upgrade to hibernate-validator 5.3.4
Upgrade to `hibernate-validator` 5.3.4 and introduce a new
`MessageInterpolatorFactory` that creates a suitable
`MessageInterpolator` (taking into account missing EL dependencies).

Rework `ConfigurationPropertiesBindingPostProcessor` and
`ValidationAutoConfiguration` to make use of the new factory.

Fixes gh-7598
8 years ago
Phillip Webb d80f22c227 Exclude cdi-api from hibernate-core
Update the `hibernate-core` managed dependency to exclude `cdi-api`.

Fixes gh-7879
8 years ago
Phillip Webb 3bbd638d74 Polish formatting 8 years ago
Artem Bilan a488574afc Upgrade to Spring Kafka 1.1.2
Fixes gh-7871
Closes gh-7873
8 years ago
Andy Wilkinson 37f9de7dc8 Merge branch '1.5.x' 8 years ago
Quentin Caillard 5c210666f5 Upgrade to Jersey 2.25
See gh-7763
8 years ago
Stephane Nicoll 9a113e3b64 Merge branch '1.5.x' 8 years ago
Stephane Nicoll bf7271afa5 Upgrade to Couchbase Cache Client 2.1.0
As of 2.1 cache expiration times are to be set in seconds. This commit
migrates to the new method, yet keeping the milliseconds unit.

Closes gh-7824
8 years ago
Phillip Webb 634dd41baa Merge branch '1.5.x' 8 years ago
Phillip Webb b8d1fe3c84 Upgrade to Spring HATEOAS 0.23.0
Closes gh-7810
8 years ago
Andy Wilkinson b9e3dc574d Merge branch '1.5.x' 8 years ago
Andy Wilkinson 23369fa51a Upgrade to Sqlite Jdbc 3.15.1
Closes gh-7849
8 years ago
Andy Wilkinson 1672f05726 Upgrade to Spring Security Jwt 1.0.7.RELEASE
Closes gh-7405
8 years ago
Andy Wilkinson a02bdc95bd Upgrade to Spring Integration Java Dsl 1.2.1.RELEASE
Closes gh-7847
8 years ago
Andy Wilkinson d3cdcadb0e Upgrade to Mongodb 3.4.1
Closes gh-7845
8 years ago
Andy Wilkinson 81d509789f Upgrade to Mariadb 1.5.6
Closes gh-7844
8 years ago
Andy Wilkinson d80ee3e748 Upgrade to Jooq 3.9.0
Closes gh-7843
8 years ago
Andy Wilkinson 436b289592 Upgrade to Narayana 5.5.0.Final
Closes gh-7842
8 years ago
Andy Wilkinson 17948e9462 Upgrade to Jboss Transaction Spi 7.5.0.Final
Closes gh-7841
8 years ago
Andy Wilkinson 24bd5ade8a Upgrade to Javassist 3.21.0-GA
Closes gh-7840
8 years ago
Andy Wilkinson c3cf3d3788 Upgrade to Jaybird 2.2.12
Closes gh-7839
8 years ago
Andy Wilkinson 18ed6a5877 Upgrade to Ehcache3 3.2.0
Closes gh-7838
8 years ago
Andy Wilkinson 6b67ca7f8d Upgrade to Assertj 2.6.0
Closes gh-7837
8 years ago
Andy Wilkinson c626332393 Upgrade to Derby 10.13.1.1
Closes gh-7836
8 years ago
Andy Wilkinson 045dd7cf46 Upgrade to Artemis 1.5.1
Closes gh-7835
8 years ago
Andy Wilkinson 2b6baace18 Upgrade to Activemq 5.14.3
Closes gh-7834
8 years ago
Andy Wilkinson e5a8300534 Upgrade to Joda Time 2.9.7
Closes gh-7833
8 years ago
Andy Wilkinson e647b0f710 Upgrade to Undertow 1.4.8.Final
Closes gh-7832
8 years ago
Andy Wilkinson d996a1d571 Upgrade to Hikaricp 2.5.1
Closes gh-7831
8 years ago
Andy Wilkinson adb78dd88d Upgrade to Jmustache 1.13
Closes gh-7830
8 years ago
Andy Wilkinson b6e6a36387 Upgrade to Hazelcast Hibernate5 1.1.3
Closes gh-7829
8 years ago
Andy Wilkinson dc28a404eb Upgrade to Hazelcast Hibernate4 3.7.1
Closes gh-7828
8 years ago
Andy Wilkinson aa942857cb Upgrade to Hazelcast 3.7.4
Closes gh-7827
8 years ago
Andy Wilkinson 46de3e5a24 Upgrade to Gson 2.8.0
Closes gh-7826
8 years ago
Andy Wilkinson d9ad516eed Upgrade to Cassandra Driver 3.1.3
Closes gh-7825
8 years ago
Andy Wilkinson 6f13f228db Upgrade to Couchbase Client 2.3.6
Closes gh-7823
8 years ago
Phillip Webb a5b22e2858 Merge branch '1.5.x' 8 years ago
Phillip Webb f4f1a7f929 Revert "Upgrade to Spring HATEOAS 0.22.0"
This reverts commit fb4099dfb1.
8 years ago
Phillip Webb 4026fa563f Merge branch '1.5.x' 8 years ago
Craig Andrews fb4099dfb1 Upgrade to Spring HATEOAS 0.22.0
Closes gh-7807
8 years ago
Artem Bilan 86ad50f77b Upgrade to Spring AMQP 1.7.0.RC1
Closes gh-7776
8 years ago
Stephane Nicoll 09286b437a Merge branch '1.5.x' 8 years ago
Stephane Nicoll 05ebed774c Revert upgrade to Jersey 2.25
See gh-7763
8 years ago
Stephane Nicoll 968f90886f Merge branch '1.5.x' 8 years ago
Quentin Caillard 49c77b868d Upgrade to Jersey 2.25
Closes gh-7763
8 years ago
Stephane Nicoll 548ff2395c Merge branch '1.5.x' 8 years ago
Stephane Nicoll f0be1d9d97 Upgrade to Spring Security 4.2.1.RELEASE
Closes gh-7745
8 years ago
Phillip Webb 291752a317 Merge branch '1.5.x' 8 years ago
Phillip Webb a23591e047 Support Jetty 9.4 and upgrade to 9.4.0.v20161208
Update `JettyEmbeddedServletContainerFactory` to support Jetty 9.4
directly and Jetty 9.3 via reflection. The primary difference between
Jetty 9.3 and 9.4 are the session management classes. Websocket suppport
has also been updates, but this is handled transparently by the
Spring Framework support.

Fixes gh-7599
8 years ago
Sebastien Deleuze 2127556121 Upgrade to Reactor Core 3.0.4.RELEASE
Fixes gh-7740
8 years ago
Phillip Webb c3edf9e341 Fixup version numbers following release 8 years ago
Spring Buildmaster 9057f9ae1f Next development version 8 years ago
Stephane Nicoll d91ee8d6a1 Merge branch '1.5.x' 8 years ago
Stephane Nicoll e2e690d31c Exclude xml-apis
This commit excludes the transitive dependencies on xml-apis when using
Hibernate. Such dependency is no longer required on modern JDKs

Closes gh-7554
8 years ago
Kazuki Shimizu 8ed769ae34 Update to Spring Secuirty 4.1.4
Closes gh-7721
8 years ago
Phillip Webb 2c00b4f76e Upgrade to Spring Data Hopper SR6
Closes gh-7602
8 years ago
Stephane Nicoll 33a655791c Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll a2cf7bed63 Upgrade to Spring Integration 4.3.6.RELEASE
Closes gh-7710
8 years ago
Stephane Nicoll 8becbcd6af Upgrade to Spring AMQP 1.6.6.RELEASE
Closes gh-7707
8 years ago
Stephane Nicoll d87d3fde02 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll d4b8755a7d Start building against Spring AMQP snapshots
See gh-7707
8 years ago
Stephane Nicoll 1673ce4a31 Start building against Spring Integration snapshots
See gh-7710
8 years ago
Stephane Nicoll 718ede943b Upgrade to Spring Framework 4.3.5.RELEASE
Closes gh-7601
8 years ago
Stephane Nicoll 0b77f2fe83 Merge branch '1.5.x' 8 years ago
Stephane Nicoll b084e1824c Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll bc63d5a918 Revert upgrade to Aspectj 1.8.10
See gh-7681
8 years ago
Phillip Webb 87547f208a Add test for @SpyBean for generic bean definition
Add an integration test to check that @SpyBean can be used with on a
bean definition that returns a generic type.

Closes gh-7625
8 years ago
Stephane Nicoll 053783abdd Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll baaf8e01b5 Start building against Spring Framework 4.3.5 snapshots
See gh-7601
8 years ago
Andy Wilkinson eb2901dfd3 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 647057403e Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 80a6f42a04 Upgrade to Thymeleaf Extras Springsecurity4 2.1.3.RELEASE
Closes gh-7686
8 years ago
Andy Wilkinson b6a64c55e3 Upgrade to Slf4j 1.7.22
Closes gh-7685
8 years ago
Andy Wilkinson 3e9fdcc579 Upgrade to Jooq 3.8.6
Closes gh-7684
8 years ago
Andy Wilkinson dfb3493123 Upgrade to Infinispan 8.2.5.Final
Closes gh-7683
8 years ago
Andy Wilkinson 3ead8c03e8 Upgrade to Elasticsearch 2.4.3
Closes gh-7682
8 years ago
Andy Wilkinson d9a77f0372 Upgrade to Aspectj 1.8.10
Closes gh-7681
8 years ago
Andy Wilkinson 6736b2b2cc Upgrade to Joda Time 2.9.6
Closes gh-7680
8 years ago
Andy Wilkinson 0afb5f4392 Upgrade to Jest 2.0.4
Closes gh-7679
8 years ago
Andy Wilkinson cda3ced402 Upgrade to Hazelcast 3.6.7
Closes gh-7678
8 years ago
Andy Wilkinson 9f41129ebd Upgrade to Appengine 1.9.48
Closes gh-7677
8 years ago
Andy Wilkinson 7d87adb036 Upgrade to Caffeine 2.3.5
Closes gh-7676
8 years ago
Andy Wilkinson 0c8a2cc32f Upgrade to Jackson 2.8.5
Closes gh-7675
8 years ago
Andy Wilkinson 929316e2ed Merge branch '1.5.x' 8 years ago
Vedran Pavic 64eb69edd7 Upgrade Spring Session to 1.3.0.RELEASE 8 years ago
Andy Wilkinson 943262bb97 Raise the minimum supported version of Hibernate to 5.2.x
Closes gh-7586
8 years ago
Raja Dilip Kolli caf5327149 Upgrade to Lombok 1.16.12
Closes gh-7590
8 years ago
Stephane Nicoll 1302d1b0e4 Merge branch '1.5.x' 8 years ago
Raja Dilip Kolli 4ce91a5366 Upgrade to Lombok 1.16.12
Closes gh-7590
8 years ago
Stephane Nicoll 1d8783b5b3 Add dependency management for javax.validation
Closes gh-7641
8 years ago
Stephane Nicoll 8e4af4154c Merge branch '1.5.x' 8 years ago
Stephane Nicoll ac866707d5 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll a2d46dc16c Upgrade to Logback 1.1.8
Closes gh-7638
8 years ago
Stephane Nicoll 601b5ced49 Upgrade to Neo4j 2.0.6
Closes gh-7650
8 years ago
Andy Wilkinson 78517a6571 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 4d5fb97127 Revert "Start building against Spring Framework 4.3.5 snapshots"
This reverts commit 727d626292. Sigh,
although the SPR issue is complete the change hasn't been backported
yet.
8 years ago
Andy Wilkinson e32e0ea0c5 Start building against Spring Batch 4.0 snapshots
See gh-7645
8 years ago
Andy Wilkinson 99edb0cec0 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 727d626292 Start building against Spring Framework 4.3.5 snapshots
See gh-7601
8 years ago
Andy Wilkinson cea00f22b1 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 0db924c369 Upgrade to Neo4j OGM 2.1.0
Closes gh-7633
8 years ago
Andy Wilkinson 5d7453a635 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 61f086591c Revert "Start building against Spring Framework 4.3.5 snapshots"
This reverts commit 47f1aeb589.
8 years ago
Andy Wilkinson 4a709ea86d Start building against snapshots for Spring Data Hopper SR6
See gh-7602
8 years ago
Andy Wilkinson a9f59d586d Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 47f1aeb589 Start building against Spring Framework 4.3.5 snapshots
See gh-7601
8 years ago
Andy Wilkinson e5103a96f8 Correct the version of Spring Social Facebook
See gh-7521
8 years ago
Andy Wilkinson d8d6ac8855 Upgrade all Spring Social modules to 2.0.0.M1
Closes gh-7521
8 years ago
Stephane Nicoll 816c236e5b Merge branch '1.5.x' 8 years ago
Stephane Nicoll ee72e788ed Rename `spring-boot-junit-runners` to `spring-boot-test-support`
Closes gh-7421
8 years ago
Andy Wilkinson 7680e4c090 Upgrade to MongoDB driver 3.4.0 and flesh out its dependency management
Closes gh-7534
8 years ago
Andy Wilkinson 8a95d5d798 Remove Spring Data GemFire Starter and Sample
Closes gh-7465
8 years ago
Stephane Nicoll 655bffb8eb Merge branch '1.5.x' 8 years ago
Stephane Nicoll 740d28578b Promote plugin dependency management
This commit promotes the plugin dependency management for the
`maven-enforcer-plugin` and `maven-invoker-plugin` to the root. That way
these can be used in samples as well rather than having a separate copy.

Closes gh-7517
8 years ago
Andy Wilkinson 82a847c8b0 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 0265a05dc9 Rename appengine.version to avoid clash with Appe Engine's Maven plugin
Closes gh-7433
8 years ago
Phillip Webb 068a38fb2e Downgrade maven-assembly-plugin to 2.6
Downgrade `maven-assembly-plugin` from 3.0 to 2.6 since the later
version contains a bug that means `recompressZippedFiles` is not
respected.

See gh-7513
8 years ago
Stephane Nicoll 4f7fffb127 Upgrade maven plugins to fix compatibility with JDK9
See gh-7226
8 years ago
Andy Wilkinson ec1cd44f02 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 5236659a32 Add dependency management for spring-kafka-test
Closes gh-7485
8 years ago
Andy Wilkinson 15401a3078 Correct the version of spring-boot-junit-runners in dependencies pom 8 years ago
Stephane Nicoll 2f57e1885a Merge branch '1.5.x' 8 years ago
Vedran Pavic ffec6fddd2 Upgrade Spring Session to 1.3.0.RC1
See gh-7457
8 years ago
Stephane Nicoll d96e013c71 Upgrade to Artemis 1.5.0
Closes gh-7458
8 years ago
Stephane Nicoll 3fb90f1078 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 85e835d3ff Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll a5681c018d Add dependency management for hazelcast-client
Closes gh-7452
8 years ago
Andy Wilkinson 9e4a370a98 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 09a235b1e8 Upgrade to Neo4j OGM 2.1.0-M01
Closes gh-7448
8 years ago
Stephane Nicoll e3688455fa Merge branch '1.5.x' 8 years ago
Gary Russell c4188c8e4a Add Apache Kafka support
See gh-6961
8 years ago
Phillip Webb 20d7dd5747 Merge branch '1.5.x' 8 years ago
Phillip Webb 1657120286 Move ModifiedClassPathRunner to its own module
Migrate `ModifiedClassPathRunner` from `spring-boot` test source to
its own module.

Fixes gh-7420
8 years ago
Andy Wilkinson fd10d428f9 Merge branch '1.5.x' 8 years ago
Quentin Caillard bcc6726c2c Update to Jersey 2.24
Closes gh-7279
8 years ago
Andy Wilkinson 318fcb37de Merge branch '1.5.x' 8 years ago
Andy Wilkinson b1ba484d0c Add dependency management for SQL Server's JDBC driver
Closes gh-7413
8 years ago
Andy Wilkinson ae8ad454b3 Merge branch '1.5.x' 8 years ago
Andy Wilkinson af4ca7cf6e Align Spring Data Neo4j auto-configuration with latest Ingalls snapshots
Closes gh-7391
8 years ago
Andy Wilkinson 800718637e Add dependency management for Reactor 3's Add-ons
Closes gh-7414
8 years ago
Phillip Webb cb7c0b5031 Merge branch '1.5.x' 8 years ago
Phillip Webb 7daf69a393 Upgrade to HTMLUnit 2.23 (+selenium module 2.23.2)
Fixes gh-7232
8 years ago
Andy Wilkinson 6eedfe40e5 Start building against Spring AMQP 1.7.0 snapshots
See gh-7385
8 years ago
Andy Wilkinson 948b5760a7 Upgrade to Spring Retry 1.1.5.RELEASE
Closes gh-7384
8 years ago