Vedran Pavic
899f7aa8f0
Add constants for supported audit event types
...
See gh-6582
2016-12-16 13:59:50 +01:00
Andy Wilkinson
a349e2f5ae
Merge branch '1.5.x'
2016-12-16 12:17:44 +00: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
9f3fa648bc
Merge branch '1.5.x'
2016-12-16 12:00:42 +01: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
e3496614be
Merge branch '1.5.x'
2016-12-16 10:53:53 +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
943262bb97
Raise the minimum supported version of Hibernate to 5.2.x
...
Closes gh-7586
2016-12-15 21:31:53 +00:00
Andy Wilkinson
1782d778db
Merge branch '1.5.x'
2016-12-15 20:07:55 +00: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
5331c41b6d
Merge branch '1.5.x'
2016-12-15 17:19:59 +01: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
9056e9bd7e
Merge branch '1.5.x'
2016-12-15 16:55:49 +01:00
Stephane Nicoll
d8d5950e99
Enable validation in AutoConfigureWebMvc
...
Closes gh-7582
2016-12-15 16:55:34 +01:00
Stephane Nicoll
df0a0e563c
Merge branch '1.5.x'
2016-12-15 15:30:19 +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
74b754bec2
Merge branch '1.5.x'
2016-12-15 14:28:27 +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
1302d1b0e4
Merge branch '1.5.x'
2016-12-15 14:16:28 +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
Stephane Nicoll
8e4af4154c
Merge branch '1.5.x'
2016-12-15 14:03:30 +01:00
Stephane Nicoll
ac866707d5
Merge branch '1.4.x' into 1.5.x
2016-12-15 14:02:51 +01:00
Stephane Nicoll
a2d46dc16c
Upgrade to Logback 1.1.8
...
Closes gh-7638
2016-12-15 14:01:03 +01:00
Stephane Nicoll
bf8509d27e
Merge branch '1.5.x'
2016-12-15 13:38:45 +01:00
Stephane Nicoll
fc3a457366
Merge branch '1.4.x' into 1.5.x
2016-12-15 13:38:31 +01:00
Stephane Nicoll
601b5ced49
Upgrade to Neo4j 2.0.6
...
Closes gh-7650
2016-12-15 13:37:39 +01:00
Stephane Nicoll
3153594199
Merge branch '1.5.x'
2016-12-15 10:44:36 +01:00
Stephane Nicoll
2b09050568
Merge branch '1.4.x' into 1.5.x
2016-12-15 10:44:22 +01:00
Stephane Nicoll
477c874eca
Improve DatabaseDriver detection based on jdbc url
...
This commit fixes the detection of JDBC urls for DB2 AS400, Firebird and
Informix.
Closes gh-7651
2016-12-15 10:39:03 +01:00
Stephane Nicoll
0ea3277769
Merge branch '1.5.x'
2016-12-15 09:21:24 +01:00
Stephane Nicoll
0fbe56eabc
Merge branch '1.4.x' into 1.5.x
2016-12-15 09:21:11 +01:00
Stephane Nicoll
c8bdf74327
Expand ConfigurationProperties doc
...
Closes gh-7620
2016-12-15 09:20:24 +01:00
Stephane Nicoll
a86678cc31
Merge branch '1.5.x'
2016-12-14 19:33:34 +01:00
Stephane Nicoll
703ed901fe
Polish doc
2016-12-14 19:19:19 +01:00
Stephane Nicoll
eb64cd00d8
Merge pull request #7632 from eddumelendez:missing_health_metadata
...
* pr/7632:
Polish
Add missing actuator metadata
2016-12-14 19:18:52 +01:00
Stephane Nicoll
e5f2c58a7a
Polish
...
Closes gh-7632
2016-12-14 19:18:36 +01:00
Eddú Meléndez
fc09a23991
Add missing actuator metadata
...
Health metadata for cassandra and couchbase is added.
See gh-7632
2016-12-14 19:16:42 +01:00
Stephane Nicoll
2a5e22fa63
Merge pull request #7552 from izeye:polish-20161202
...
* pr/7552:
Polish
2016-12-14 19:14:49 +01:00
Johnny Lim
6d1b752ffe
Polish
...
Closes gh-7552
2016-12-14 19:14:24 +01:00