Commit Graph

13350 Commits

Author SHA1 Message Date
Andy Wilkinson
975c005dfb Determine Spring Boot version for bom import correctly when using Java 9
In Java 9, a package may return null for its implementation version
even when the manifest attribute specifying the version is present
in the jar from which the package was loaded.

This commit updates DependencyManagementPluginAction to fall back to
accessing the jar and its manifest attributes directly when the
implementation version of its package is null.

Closes gh-10049
2017-09-19 20:46:48 +01:00
Stephane Nicoll
0f2d91c7e0 Fix broken build
Hibernate Validator 6 has a slightly different structure for default
messages. This commit adapts our tests accordingly.

See gh-9969
2017-09-19 19:19:36 +02:00
Stephane Nicoll
8c0ffa331b Polish
See gh-9969
2017-09-19 18:45:08 +02:00
Stephane Nicoll
95697688cf Upgrade to javax.validation 2.0.0.Final
This should have been done in par with #9969

Closes gh-9784
2017-09-19 18:35:31 +02:00
Andy Wilkinson
49bab63ca6 Update metrics endpoint to return list of distinct names
Closes gh-10336
2017-09-19 17:12:56 +01:00
Stephane Nicoll
2ac6c10719 Merge pull request #9969 from rajadilipkolli:patch-3
* pr/9969:
  Upgrade to Hibernate Validator 6.0.2.Final
2017-09-19 17:41:10 +02:00
Raja Kolli
a4a0eef186 Upgrade to Hibernate Validator 6.0.2.Final
Closes gh-9969
2017-09-19 17:40:45 +02:00
Stephane Nicoll
ac9c2c0bd5 Merge pull request #10045 from blasd:clean1.5.x
* pr/10045:
  Add dependency management for tomcat-catalina-jmx-remote
2017-09-19 17:13:55 +02:00
Benoit Lacelle
9e69a41eae Add dependency management for tomcat-catalina-jmx-remote
Closes gh-10045
2017-09-19 17:13:10 +02:00
Stephane Nicoll
d89ff8cb28 Polish sample
Closes gh-10330
2017-09-19 17:03:27 +02:00
Andy Wilkinson
974a630f6b Upgrade to Spring Social Twitter 2.0.0.M4
Closes gh-10346
2017-09-19 16:03:14 +01:00
Andy Wilkinson
daeff23b6e Upgrade to Spring Social Linkedin 2.0.0.M3
Closes gh-10345
2017-09-19 16:03:14 +01:00
Andy Wilkinson
558daef31a Upgrade to Spring Social Facebook 3.0.0.M3
Closes gh-10344
2017-09-19 16:03:14 +01:00
Andy Wilkinson
ade88c3b2b Upgrade to Spring Social 2.0.0.M4
Closes gh-10343
2017-09-19 16:03:14 +01:00
Stephane Nicoll
3da9406435 Merge pull request #9916 from bjornlindstrom:gh-9713
* pr/9916:
  Polish "Fix handling of empty/null arguments"
  Fix handling of empty/null arguments
2017-09-19 15:02:35 +02:00
Stephane Nicoll
8351042469 Polish "Fix handling of empty/null arguments"
Closes gh-9916
2017-09-19 15:02:08 +02:00
Björn
0867ac5777 Fix handling of empty/null arguments
See gh-9916
2017-09-19 14:39:00 +02:00
Stephane Nicoll
0e46d0f586 Merge pull request #10318 from jkschneider:patch-1
* pr/10318:
  Make WebMvcMetrics#tagWithException public
2017-09-19 14:03:13 +02:00
Jon Schneider
71495d1ad9 Make WebMvcMetrics#tagWithException public
Closes gh-10318
2017-09-19 14:02:56 +02:00
Stephane Nicoll
224a4e46d9 Merge branch '1.5.x' 2017-09-19 14:00:35 +02:00
Stephane Nicoll
86e72534c9 Merge pull request #10314 from luchob:master
* pr/10314:
  Polish "Fix a dead link"
  Fix a dead link
2017-09-19 14:00:14 +02:00
Stephane Nicoll
d93e0fee35 Polish "Fix a dead link"
Closes gh-10314
2017-09-19 14:00:03 +02:00
Lachezar Balev
acdd475373 Fix a dead link
See gh-10314
2017-09-19 13:58:42 +02:00
Andy Wilkinson
09c64d52e1 Improve ApplicationContextRunner diagnostics when context start fails
Closes gh-10250
2017-09-19 09:14:33 +01:00
Madhura Bhave
114d270c9f Use date that fails with the fallback formatter
Fixes gh-9975
2017-09-18 16:39:28 -07:00
Andy Wilkinson
d1cf308bd2 Polish 2017-09-18 19:26:19 +01:00
Andy Wilkinson
febf30ef0a Upgrade to Mongo Driver Reactivestreams 1.6.0
Closes gh-10334
2017-09-18 19:26:19 +01:00
Andy Wilkinson
660b0fad00 Upgrade to Mongodb 3.5.0
Closes gh-10333
2017-09-18 19:26:19 +01:00
Andy Wilkinson
f8064bf8a7 Polish dependency management for XMLUnit
Closes gh-9709
2017-09-18 17:50:37 +01:00
Stephane Nicoll
edfdae18e4 Merge pull request #9709 from andrew-j-cohen:master
* pr/9709:
  Add XMLUnit to spring-boot-starter-test
2017-09-18 16:48:35 +02:00
Andrew Cohen
9c46dacf7e Add XMLUnit to spring-boot-starter-test
Closes gh-9709
2017-09-18 16:47:50 +02:00
Stephane Nicoll
61c6662b9c Merge pull request #10251 from martingreber:add-keystoretype
* pr/10251:
  Polish "Added keystore type and truststore type to rabbit properties"
  Added keystore type and truststore type to rabbit properties
2017-09-18 16:44:26 +02:00
Stephane Nicoll
4c53755980 Polish "Added keystore type and truststore type to rabbit properties"
Closes gh-10251
2017-09-18 16:43:49 +02:00
Martin Greber
b70ac99bcb Added keystore type and truststore type to rabbit properties
See gh-10251
2017-09-18 16:25:21 +02:00
Stephane Nicoll
f04fa32c27 Merge pull request #10308 from izeye:polish-20170915
* pr/10308:
  Polish
2017-09-18 16:19:19 +02:00
Johnny Lim
5e35a34cba Polish
Closes gh-10308
2017-09-18 16:19:02 +02:00
Stephane Nicoll
c536af0bea Merge pull request #9907 from renjithgr:9886
* pr/9907:
  Polish "Update application layout to show packaging by features"
  Update application layout to show packaging by features
2017-09-18 16:14:22 +02:00
Stephane Nicoll
474df8b6d2 Polish "Update application layout to show packaging by features"
Closes gh-9907
2017-09-18 16:13:59 +02:00
Renjith G R
f948a46954 Update application layout to show packaging by features
See gh-9907
2017-09-18 16:08:53 +02:00
Stephane Nicoll
691d669b51 Merge pull request #10322 from vpavic:fix-auditevents-endpoint
* pr/10322:
  Make Audit events Web endpoint `after` parameter required
2017-09-18 16:01:16 +02:00
Vedran Pavic
b6b2fd4ce8 Make Audit events Web endpoint after parameter required
Closes gh-10322
2017-09-18 16:00:59 +02:00
Stephane Nicoll
dd27682af2 Merge pull request #10316 from michael-simons:fix-metrics-docs
* pr/10316:
  Polish "Fix names of metrics properties"
  Fix names of metrics properties
2017-09-17 10:15:00 +02:00
Stephane Nicoll
a8e90ad72c Polish "Fix names of metrics properties"
Closes gh-10316
2017-09-17 10:14:51 +02:00
Michael J. Simons
a6b223c1d8 Fix names of metrics properties
See gh-10316
2017-09-17 10:14:03 +02:00
Stephane Nicoll
e47d868fba Merge branch '1.5.x' 2017-09-16 06:47:17 +02:00
Stephane Nicoll
7346a64491 Merge pull request #10134 from andersonkyle:proxy-target-docs-update
* pr/10134:
  Polish "Document default value change for proxy-target-class"
  Document default value change for proxy-target-class
2017-09-16 06:46:59 +02:00
Stephane Nicoll
61ae92992b Polish "Document default value change for proxy-target-class"
Closes gh-10134
2017-09-16 06:46:36 +02:00
Kyle Anderson
e86d0f38e4 Document default value change for proxy-target-class
This commit documents the change to the default value for
spring.aop.proxy-target-class by clarifying when the default is true vs
false.

See gh-10134
2017-09-16 06:45:56 +02:00
Stephane Nicoll
7c45b9b5ec Merge pull request #10304 from rajadilipkolli:patch-1
* pr/10304:
  Upgrade to Hibernate 5.2.11.Final
2017-09-15 12:51:02 +02:00
Raja Kolli
1c5e499a80 Upgrade to Hibernate 5.2.11.Final
Closes gh-10304
2017-09-15 12:50:25 +02:00