- 18 Sep, 2017 6 commits
-
-
Johnny Lim authored
Closes gh-10308
-
Stephane Nicoll authored
* pr/9907: Polish "Update application layout to show packaging by features" Update application layout to show packaging by features
-
Stephane Nicoll authored
Closes gh-9907
-
Renjith G R authored
See gh-9907
-
Stephane Nicoll authored
* pr/10322: Make Audit events Web endpoint `after` parameter required
-
Vedran Pavic authored
Closes gh-10322
-
- 17 Sep, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/10316: Polish "Fix names of metrics properties" Fix names of metrics properties
-
Stephane Nicoll authored
Closes gh-10316
-
Michael J. Simons authored
See gh-10316
-
- 16 Sep, 2017 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10134: Polish "Document default value change for proxy-target-class" Document default value change for proxy-target-class
-
Stephane Nicoll authored
Closes gh-10134
-
Kyle Anderson authored
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
-
- 15 Sep, 2017 8 commits
-
-
Stephane Nicoll authored
* pr/10304: Upgrade to Hibernate 5.2.11.Final
-
Raja Kolli authored
Closes gh-10304
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10290
-
Stephane Nicoll authored
-
Phillip Webb authored
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
-
Phillip Webb authored
Closes gh-10300
-
Phillip Webb authored
-
- 14 Sep, 2017 19 commits
-
-
Phillip Webb authored
Update `MetricsClientHttpRequestInterceptor` to use `percentilesTime` rather than `percentiles`. See gh-9970
-
Phillip Webb authored
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
-
Phillip Webb authored
-
Phillip Webb authored
Update `MetricsAutoConfiguration` to use an `ObjectProvider` to guard against missing beans. See gh-9970
-
Andy Wilkinson authored
See gh-9970
-
Andy Wilkinson authored
See gh-9970
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-9970
-
Andrew Potter authored
https://github.com/graphql-java/graphql-spring-boot has a starter for both GraphQL and GraphiQL.
-
Andy Wilkinson authored
Closes gh-10298
-
Jon Schneider authored
Closes gh-9970
-
Stephane Nicoll authored
Closes gh-10122
-
Stephane Nicoll authored
Closes gh-10294
-
Stephane Nicoll authored
This commit also removes `security.basic.enabled` as this property is no longer required. Closes gh-10296
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10282: Polish
-
Johnny Lim authored
Closes gh-10282
-
Stephane Nicoll authored
Closes gh-10263
-
Stephane Nicoll authored
See gh-10263
-