Commit Graph

13380 Commits

Author SHA1 Message Date
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
Stephane Nicoll ef6a5d34c6 Merge branch '1.5.x' 2017-09-15 12:49:47 +02:00
Stephane Nicoll fbb6b88155 Document default prefix/suffix values
Closes gh-10290
2017-09-15 12:47:46 +02:00
Stephane Nicoll b309495c2e Polish 2017-09-15 12:36:11 +02:00
Phillip Webb e59d70ea03 Change micrometer properties to use adapters
Update configuration property classes used with micrometer so that
they no longer directly implement `Config` interfaces. Properties
are now adapted to Config implementations independently.

See gh-9970
2017-09-14 22:16:07 -07:00
Phillip Webb 86926bf0e5 Upgrade to Micrometer 1.0.0-rc.1
Closes gh-10300
2017-09-14 22:16:07 -07:00
Phillip Webb 324a00fd6d Polish 2017-09-14 18:33:03 -07:00
Phillip Webb 796d400318 Use correct `percentilesTime` call
Update `MetricsClientHttpRequestInterceptor` to use `percentilesTime`
rather than `percentiles`.

See gh-9970
2017-09-14 16:11:19 -07:00
Phillip Webb 0e32c0a7bc Fix speed regression in property binding
Update `MapBinder` to only compute values if an entry does not already
exist. Prior to this commit, a binding to `Map<String,List<String>>`
would be expensive since the same entries would be bound many times.

For example, given:

	foo.bar[0]=baz1
	foo.bar[1]=baz1
	foo.bar[2]=baz1

The Map binder would iterate over the properties `bar[0]`, `bar[1]` and
`bar[2]`. Each of these properties resulted in the same actual key of
`bar` which would then be bound to list multiple times.

Fixes gh-10093
2017-09-14 16:03:57 -07:00
Phillip Webb 402dcb7ea4 Polish 2017-09-14 15:24:14 -07:00
Phillip Webb 21b645fba8 Add missing ObjectProvider for missing beans
Update `MetricsAutoConfiguration` to use an `ObjectProvider` to guard
against missing beans.

See gh-9970
2017-09-14 14:53:59 -07:00
Andy Wilkinson ddca0b7422 Add dependencies required for javadoc generation
See gh-9970
2017-09-14 19:10:49 +01:00
Andy Wilkinson 3942ba2e68 Consistently use the spring.metrics configuration property prefix
See gh-9970
2017-09-14 18:44:00 +01:00
Stephane Nicoll 5efcbad751 Polish 2017-09-14 19:22:37 +02:00
Stephane Nicoll ddde3c5695 Add error metadata for the Micrometer migration
See gh-9970
2017-09-14 19:19:36 +02:00
Andrew Potter 7c260733a2 Add GraphiQL to starter name.
https://github.com/graphql-java/graphql-spring-boot has a starter for both GraphQL and GraphiQL.
2017-09-14 19:06:10 +02:00
Andy Wilkinson 962b3df9c6 Add and polish package-info.java for actuator
Closes gh-10298
2017-09-14 17:44:37 +01:00
Jon Schneider c2958c27ab Replace Boot's own metrics with support for Micrometer
Closes gh-9970
2017-09-14 17:15:46 +01:00
Stephane Nicoll 306c8d0ae2 Upgrade to Spring Integration 5.0.0.M7
Closes gh-10122
2017-09-14 17:54:04 +02:00
Stephane Nicoll 287d77235a Fix broken links
Closes gh-10294
2017-09-14 17:47:47 +02:00
Stephane Nicoll e05e04014b Move security.* to spring.security.*
This commit also removes `security.basic.enabled` as this property is
no longer required.

Closes gh-10296
2017-09-14 17:33:37 +02:00