Commit Graph

1678 Commits

Author SHA1 Message Date
Andy Wilkinson
8eeeb73015 Merge branch '1.5.x' 2017-01-17 16:46:12 +00:00
Andy Wilkinson
69f362baca Use properties for versions of plugins managed in spring-boot-dependencies
Closes gh-4952
2017-01-17 16:43:36 +00:00
Andy Wilkinson
19b2794467 Merge branch '1.5.x' 2017-01-17 16:05:22 +00:00
Eddú Meléndez
7c33125eb0 Simplify Jackson dependency management by importing its bom
Closes gh-7436
2017-01-17 15:59:22 +00:00
Stephane Nicoll
7f16a36c59 Merge branch '1.5.x' 2017-01-16 18:07:18 +01:00
Stephane Nicoll
a5d67b9be8 Upgrade to Git Commit ID Plugin 2.2.2
Closes gh-7980
2017-01-16 18:06:18 +01:00
Andy Wilkinson
8ca426281b Merge branch '1.5.x' 2017-01-13 15:11:07 -05:00
Andy Wilkinson
1ce6e3392a Upgrade to Spring Retry 1.2.0.RELEASE
Closes gh-7984
2017-01-13 15:09:50 -05:00
Andy Wilkinson
dc01f40f47 Upgrade to Spring Integration 5.0.0.M2
Closes gh-7768
2017-01-12 16:53:44 -05:00
Andy Wilkinson
446e9824c6 Merge branch '1.5.x' 2017-01-12 11:09:47 -05:00
Andy Wilkinson
689721de7a Merge branch '1.4.x' into 1.5.x 2017-01-12 11:09:36 -05:00
Andy Wilkinson
8b0ecab181 Add dependency management for spring-plugin-metadata
Closes gh-7864
2017-01-12 11:09:25 -05:00
Andy Wilkinson
99ffeb819f Merge branch '1.5.x' 2017-01-12 07:44:23 -05:00
Andy Wilkinson
5885afdf81 Add dependency management for Spring LDAP
Closes gh-7964
2017-01-12 07:43:07 -05:00
Stephane Nicoll
9da1c95325 Merge branch '1.5.x' 2017-01-06 15:29:06 +01:00
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
2017-01-06 15:28:45 +01:00
Stephane Nicoll
fcbed8ffd9 Upgrade to Spring Data Ingalls RC1
See gh-6785
2017-01-06 11:52:12 +01:00
Phillip Webb
b9702c9d36 Fix broken version number 2017-01-05 23:59:59 -08:00
Phillip Webb
c35454e5f4 Merge branch '1.5.x' 2017-01-05 23:40:58 -08:00
Phillip Webb
10de30ff11 Polish LDAP contribution
See gh-7733
2017-01-05 23:35:43 -08:00
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
2017-01-05 23:34:50 -08:00
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
2017-01-05 20:04:48 -08:00
Phillip Webb
9048c97572 Polish Mockito 2 support
gh-7770
2017-01-05 13:45:40 -08:00
Phillip Webb
6776ec2704 Merge branch '1.5.x' 2017-01-05 11:04:37 -08:00
Phillip Webb
565f75438e Polish 2017-01-05 11:04:07 -08:00
Dave Syer
21be9ef666 Merge remote-tracking branch 'origin/1.5.x' 2017-01-05 11:59:49 +00:00
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
2017-01-05 11:58:36 +00:00
Stephane Nicoll
c28ff4314c Upgrade to Mockito 2
Closes gh-7770
2017-01-05 12:22:15 +01:00
Phillip Webb
ad2ff27208 Merge branch '1.5.x' 2017-01-05 00:01:08 -08:00
Phillip Webb
fac6b8da47 Upgrade to JSONassert 1.4.0
Closes gh-7846
2017-01-05 00:00:07 -08:00
Phillip Webb
125d9d6181 Merge branch '1.5.x' 2017-01-04 20:04:09 -08:00
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
2017-01-04 18:28:32 -08:00
Phillip Webb
d80f22c227 Exclude cdi-api from hibernate-core
Update the `hibernate-core` managed dependency to exclude `cdi-api`.

Fixes gh-7879
2017-01-04 18:27:08 -08:00
Phillip Webb
3bbd638d74 Polish formatting 2017-01-04 18:24:41 -08:00
Artem Bilan
a488574afc Upgrade to Spring Kafka 1.1.2
Fixes gh-7871
Closes gh-7873
2017-01-04 15:47:11 -08:00
Andy Wilkinson
37f9de7dc8 Merge branch '1.5.x' 2017-01-04 11:26:10 +00:00
Quentin Caillard
5c210666f5 Upgrade to Jersey 2.25
See gh-7763
2017-01-04 11:24:23 +00:00
Stephane Nicoll
9a113e3b64 Merge branch '1.5.x' 2017-01-04 10:48:25 +01:00
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
2017-01-04 10:46:17 +01:00
Phillip Webb
634dd41baa Merge branch '1.5.x' 2017-01-03 15:58:56 -08:00
Phillip Webb
b8d1fe3c84 Upgrade to Spring HATEOAS 0.23.0
Closes gh-7810
2017-01-03 15:57:10 -08:00
Andy Wilkinson
b9e3dc574d Merge branch '1.5.x' 2017-01-03 21:47:36 +00:00
Andy Wilkinson
23369fa51a Upgrade to Sqlite Jdbc 3.15.1
Closes gh-7849
2017-01-03 21:44:44 +00:00
Andy Wilkinson
1672f05726 Upgrade to Spring Security Jwt 1.0.7.RELEASE
Closes gh-7405
2017-01-03 21:44:13 +00:00
Andy Wilkinson
a02bdc95bd Upgrade to Spring Integration Java Dsl 1.2.1.RELEASE
Closes gh-7847
2017-01-03 20:48:03 +00:00
Andy Wilkinson
d3cdcadb0e Upgrade to Mongodb 3.4.1
Closes gh-7845
2017-01-03 20:48:03 +00:00
Andy Wilkinson
81d509789f Upgrade to Mariadb 1.5.6
Closes gh-7844
2017-01-03 20:48:03 +00:00
Andy Wilkinson
d80ee3e748 Upgrade to Jooq 3.9.0
Closes gh-7843
2017-01-03 20:48:03 +00:00
Andy Wilkinson
436b289592 Upgrade to Narayana 5.5.0.Final
Closes gh-7842
2017-01-03 20:48:02 +00:00
Andy Wilkinson
17948e9462 Upgrade to Jboss Transaction Spi 7.5.0.Final
Closes gh-7841
2017-01-03 20:48:02 +00:00