Phillip Webb
e578ace7d7
Polish doc formatting
2016-12-19 10:29:42 -08:00
Stephane Nicoll
9668006aea
Merge branch '1.4.x' into 1.5.x
2016-12-19 16:00:04 +01:00
Stephane Nicoll
3237e4ab3e
Add link between reference and how-to
...
See gh-7652
2016-12-19 15:59:49 +01:00
Stephane Nicoll
9104ea81e8
Expose Validator bean
...
This commit improves ValidationAutoConfiguration so that a `Validator`
bean is exposed if JSR 303 is available. This has the side effect of
automatically enable Spring Data Couchbase's entity validation rather
than requiring to expose a `Validator` bean.
Closes gh-5178
2016-12-19 14:06:17 +01:00
Stephane Nicoll
28e86272e8
Merge branch '1.4.x' into 1.5.x
2016-12-19 11:30:56 +01:00
Stephane Nicoll
863f97dc11
Polish since version
...
Closes gh-7412
2016-12-19 11:30:38 +01:00
Andy Wilkinson
367de7bf71
Add support for new PATCH methods to TestRestTemplate
...
Closes gh-7412
2016-12-19 11:27:10 +01:00
Stephane Nicoll
053783abdd
Merge branch '1.4.x' into 1.5.x
2016-12-19 11:06:25 +01:00
Stephane Nicoll
baaf8e01b5
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
2016-12-19 11:04:48 +01:00
Andy Wilkinson
647057403e
Merge branch '1.4.x' into 1.5.x
2016-12-16 20:53:44 +00:00
Andy Wilkinson
80a6f42a04
Upgrade to Thymeleaf Extras Springsecurity4 2.1.3.RELEASE
...
Closes gh-7686
2016-12-16 20:20:27 +00:00
Andy Wilkinson
b6a64c55e3
Upgrade to Slf4j 1.7.22
...
Closes gh-7685
2016-12-16 20:20:27 +00:00
Andy Wilkinson
3e9fdcc579
Upgrade to Jooq 3.8.6
...
Closes gh-7684
2016-12-16 20:20:27 +00:00
Andy Wilkinson
dfb3493123
Upgrade to Infinispan 8.2.5.Final
...
Closes gh-7683
2016-12-16 20:20:26 +00:00
Andy Wilkinson
3ead8c03e8
Upgrade to Elasticsearch 2.4.3
...
Closes gh-7682
2016-12-16 20:20:26 +00:00
Andy Wilkinson
d9a77f0372
Upgrade to Aspectj 1.8.10
...
Closes gh-7681
2016-12-16 20:20:26 +00:00
Andy Wilkinson
6736b2b2cc
Upgrade to Joda Time 2.9.6
...
Closes gh-7680
2016-12-16 20:20:26 +00:00
Andy Wilkinson
0afb5f4392
Upgrade to Jest 2.0.4
...
Closes gh-7679
2016-12-16 20:20:25 +00:00
Andy Wilkinson
cda3ced402
Upgrade to Hazelcast 3.6.7
...
Closes gh-7678
2016-12-16 20:20:25 +00:00
Andy Wilkinson
9f41129ebd
Upgrade to Appengine 1.9.48
...
Closes gh-7677
2016-12-16 20:20:25 +00:00
Andy Wilkinson
7d87adb036
Upgrade to Caffeine 2.3.5
...
Closes gh-7676
2016-12-16 20:20:24 +00:00
Andy Wilkinson
0c8a2cc32f
Upgrade to Jackson 2.8.5
...
Closes gh-7675
2016-12-16 20:20:24 +00:00
Andy Wilkinson
73884d90b1
Merge pull request #7671 from Vedran Pavić
...
* gh-7671:
Upgrade Spring Session to 1.3.0.RELEASE
2016-12-16 16:34:29 +00:00
Vedran Pavic
64eb69edd7
Upgrade Spring Session to 1.3.0.RELEASE
2016-12-16 17:07:41 +01:00
Stephane Nicoll
ef3f32f493
Remove unused "hasTransactionManager" method
...
Closes gh-7592
2016-12-16 14:58:22 +01:00
Stephane Nicoll
f46bd35a60
Merge branch '1.4.x' into 1.5.x
2016-12-16 14:52:16 +01:00
Stephane Nicoll
69dce2881b
Remove outdated (and duplicated) section
...
Closes gh-7667
2016-12-16 14:52:05 +01:00
Stephane Nicoll
9e55752bdf
Merge pull request #6852 from vpavic:enumerate-audit-event-types
...
* pr/6852:
Polish contribution
Add constants for supported audit event types
2016-12-16 14:19:58 +01:00
Stephane Nicoll
684be0f048
Polish contribution
...
Closes gh-6852
2016-12-16 14:19:20 +01:00
Vedran Pavic
899f7aa8f0
Add constants for supported audit event types
...
See gh-6582
2016-12-16 13:59:50 +01:00
Andy Wilkinson
cedac27c80
Require Bean Validation 1.1 to enable validation auto-configuration
...
Previously, ValidationAutoConfiguration would configure a
MethodValidationPostProcessor if any Bean Validation 1.0 or later
implementation was available, however the underlying infrastructure
requires Bean Validation 1.1 with any implementation or
Bean Validation 1.0 with Hibernate Validator 4.3.
This caused a problem on TomEE which uses Apache BVal, and Bean
Validation 1.0 implementation. Spring Framework would identify that
Bean Validaton 1.0 was being used and then try to load Hibernate
Validator classes that are not present.
This commit fixes the problem by requiring Bean Validation 1.1 before
auto-configuring a MethodValidationPostProcessor.
Closes gh-7665
2016-12-16 12:17:34 +00:00
Stephane Nicoll
61fcf64f0a
Merge pull request #7219 from vpavic:logging-endpoint
...
* pr/7219:
Polish contribution
Add `LoggersEndpointMBean`
2016-12-16 11:59:47 +01:00
Stephane Nicoll
f560f338ab
Polish contribution
...
Closes gh-7219
2016-12-16 11:58:26 +01:00
Vedran Pavic
60e054d0e4
Add `LoggersEndpointMBean`
...
See gh-7219
2016-12-16 11:05:17 +01:00
Stephane Nicoll
cc21a13366
Merge pull request #7560 from eddumelendez:gh-7229
...
* pr/7560:
Polish contribution
Add support for property spring.test.database.replace
2016-12-16 10:53:34 +01:00
Stephane Nicoll
21b815aabd
Polish contribution
...
Closes gh-7560
2016-12-16 10:52:43 +01:00
Eddú Meléndez
5a7624df7c
Add support for property spring.test.database.replace
...
Closes gh-7229
2016-12-16 09:40:55 +01:00
Andy Wilkinson
6fb1fb580d
Upgrade to Dependency Management Plugin 1.0.0.RC1
...
Closes gh-7636
2016-12-15 20:07:35 +00:00
Brian Clozel
4e9abbbc25
Merge branch '1.4.x' into 1.5.x
2016-12-15 17:18:18 +01:00
Brian Clozel
37605e3576
Document devtools influence on HTTP cache headers
...
This commits documents the fact that, amongst its property defaults,
devtools is disabling the HTTP cache headers when serving static
resources with Spring MVC.
Fixes gh-7516
2016-12-15 17:14:19 +01:00
Stephane Nicoll
d8d5950e99
Enable validation in `AutoConfigureWebMvc`
...
Closes gh-7582
2016-12-15 16:55:34 +01:00
Stephane Nicoll
c2ca21bb63
Merge branch '1.4.x' into 1.5.x
2016-12-15 15:30:03 +01:00
Stephane Nicoll
26643ef428
Clarify how to exclude devtools with war packaging.
...
Closes gh-7556
2016-12-15 15:28:25 +01:00
Stephane Nicoll
61518dd574
Merge branch '1.4.x' into 1.5.x
2016-12-15 14:28:14 +01:00
Raja Dilip Kolli
caf5327149
Upgrade to Lombok 1.16.12
...
Closes gh-7590
2016-12-15 14:27:53 +01:00
Stephane Nicoll
d18ee71cb9
Merge pull request #7555 from AlexFalappa:master
...
* pr/7555:
INIT INFO Required Start/Stop as embedded launch script properties
2016-12-15 14:15:29 +01:00
Alessandro Falappa
dd7d81a580
INIT INFO Required Start/Stop as embedded launch script properties
...
Expose the Required-Start and Require-Stop lines in the launch script
INIT INFO section as customizable embedded launch script properties.
This way one can express dependencies fron other init services by simply
changing the configuration in the build script.
Closes gh-7555
2016-12-15 14:14:50 +01:00
Stephane Nicoll
6fd9476339
Merge pull request #7590 from rajadileepkolli:master
...
* pr/7590:
Upgrade to Lombok 1.16.12
2016-12-15 14:13:12 +01:00
Raja Dilip Kolli
4ce91a5366
Upgrade to Lombok 1.16.12
...
Closes gh-7590
2016-12-15 14:12:38 +01:00
Stephane Nicoll
1d8783b5b3
Add dependency management for javax.validation
...
Closes gh-7641
2016-12-15 14:10:45 +01:00