Commit Graph

1752 Commits (1efa70071399d423d2f0ac9e2422a8f15270df05)

Author SHA1 Message Date
Andy Wilkinson fe17a0efa2 Upgrade to Logback 1.1.9
Closes gh-69
8 years ago
Andy Wilkinson 0f998e2ae1 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 013d45a4d7 Upgrade to Jetty 9.4.1.v20170120
Closes gh-7750
8 years ago
Andy Wilkinson e3235f2370 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 1607f682db Start building against Spring Framework 4.3.6 snapshots
See gh-7774
8 years ago
Andy Wilkinson 6c50874917 Correct the managed version for spring-boot-autoconfigure-processor 8 years ago
Phillip Webb 8ffaa54e74 Merge branch '1.5.x' 8 years ago
Madhura Bhave ca435512c0 Introduce spring-boot-autoconfigure-processor
Add an annotation processor that generates properties files for certain
auto-configuration class annotations. Currently attribute values from
@AutoConfigureOrder, @AutoConfigureBefore, @AutoConfigureAfter and
@ConditionalOnClass annotations are stored.

The properties file will allow optimizations to be added in the
`spring-boot-autoconfigure` project. Primarily by removing the need
to ASM parse as many `.class` files.

See gh-7573
8 years ago
Stephane Nicoll 09eb12c9a3 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 012f3d3509 Upgrade to Spring LDAP 2.3.1.RELEASE
Closes gh-8055
8 years ago
Andy Wilkinson d4c4bc35fd Start building against Spring Data Kay snapshots
See gh-7461
8 years ago
Andy Wilkinson 0acfee44c5 Start building against Spring Session 2.0 snapshots
See gh-8049
8 years ago
Andy Wilkinson eb4329fb39 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 0ad4e0e70f Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 9e2e824098 Upgrade to Tomcat 8.5.11
Closes gh-7360
8 years ago
Stephane Nicoll 4fe04178b7 Merge branch '1.5.x' 8 years ago
Eddú Meléndez 5b57beca57 Upgrade to Spring LDAP 2.3.0.RELEASE
Closes gh-8047
8 years ago
Artem Bilan 00f3ed348e Upgrade to Spring AMQP 1.7.0.RELEASE
Closes gh-8038
8 years ago
Stephane Nicoll d9a0a55245 Upgrade to Spring AMQP 1.6.7.RELEASE
Closes gh-8033
8 years ago
Andy Wilkinson bf776070c0 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 3fcdd310d3 Upgrade to Neo4j OGM 2.1.1
Closes gh-8025
8 years ago
Andy Wilkinson 81f5bbb17b Merge branch '1.5.x' 8 years ago
Quentin Caillard 0a46bff4b2 Correct typo in comment in spring-boot-dependencies
Closes gh-8009
8 years ago
Brian Clozel 8193124ef4 Use Reactor BOM in Boot dependency management
This commit replaces the manual management of reactor dependencies by
the new Reactor BOM, version "Aluminium-RELEASE".

Overriding the reactor dependency versions in a Boot application now
requires to use the `reactor-bom.version` property.

Fixes gh-7028
8 years ago
Andy Wilkinson 8eeeb73015 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 69f362baca Use properties for versions of plugins managed in spring-boot-dependencies
Closes gh-4952
8 years ago
Andy Wilkinson 19b2794467 Merge branch '1.5.x' 8 years ago
Eddú Meléndez 7c33125eb0 Simplify Jackson dependency management by importing its bom
Closes gh-7436
8 years ago
Stephane Nicoll 7f16a36c59 Merge branch '1.5.x' 8 years ago
Stephane Nicoll a5d67b9be8 Upgrade to Git Commit ID Plugin 2.2.2
Closes gh-7980
8 years ago
Andy Wilkinson 8ca426281b Merge branch '1.5.x' 8 years ago
Andy Wilkinson 1ce6e3392a Upgrade to Spring Retry 1.2.0.RELEASE
Closes gh-7984
8 years ago
Andy Wilkinson dc01f40f47 Upgrade to Spring Integration 5.0.0.M2
Closes gh-7768
8 years ago
Andy Wilkinson 446e9824c6 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 689721de7a Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 8b0ecab181 Add dependency management for spring-plugin-metadata
Closes gh-7864
8 years ago
Andy Wilkinson 99ffeb819f Merge branch '1.5.x' 8 years ago
Andy Wilkinson 5885afdf81 Add dependency management for Spring LDAP
Closes gh-7964
8 years ago
Stephane Nicoll 9da1c95325 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 88db0eab11 Revert upgrade to HTMLUnit 2.23
This commit reverts the upgrade from HTMLUnit 2.11 to 2.23. As of HTMLUnit
2.22, `websocket-client` is no longer provided and triggers the following
issue:

https://github.com/SeleniumHQ/htmlunit-driver/issues/22

See gh-7232
See gh-7895
8 years ago
Stephane Nicoll fcbed8ffd9 Upgrade to Spring Data Ingalls RC1
See gh-6785
8 years ago
Phillip Webb b9702c9d36 Fix broken version number 8 years ago
Phillip Webb c35454e5f4 Merge branch '1.5.x' 8 years ago
Phillip Webb 10de30ff11 Polish LDAP contribution
See gh-7733
8 years ago
Eddú Meléndez 6a84c369fd Add LDAP auto-configuration support
Add auto-configuration support for spring-ldap and spring-data-ldap.

See gh-2645
See gh-7733
8 years ago
Phillip Webb da4f8514b2 Add byte-buddy managed dependency
Add a managed dependency for byte-buddy since Mockito needs 1.6 and
Hibernate pulls in 1.5.

See gh-7770
8 years ago
Phillip Webb 9048c97572 Polish Mockito 2 support
gh-7770
8 years ago
Phillip Webb 6776ec2704 Merge branch '1.5.x' 8 years ago
Phillip Webb 565f75438e Polish 8 years ago
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