- 01 May, 2019 7 commits
-
-
Johnny Lim authored
Closes gh-16688
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-16688
-
Stephane Nicoll authored
* pr/15988: Polish "Allow configuration of auto-timed metrics" Allow configuration of auto-timed metrics
-
Stephane Nicoll authored
Closes gh-15988
-
Tadaya Tsuyukubo authored
When `management.metrics.web.server.auto-time-requests` is enabled (default=true), Spring Boot collects metrics on controller methods even when they are not annotated with `@Timed`. When this happens, created metrics are based on the default `@Timed` configuration and there is no way to customize the configuration of those auto-timed controller metrics. This commit adds default configurations to auto-timed requests on both client and server sides. See gh-15988
-
Madhura Bhave authored
This should fix the NoClassDefFound errors after moving to Framework snapshots
-
- 30 Apr, 2019 24 commits
-
-
Madhura Bhave authored
This commit also documents `ContextRefreshedEvent` and `WebServerInitializedEvent`. Closes gh-7382
-
Madhura Bhave authored
Closes gh-16661
-
Madhura Bhave authored
* pr/16622: Polish "Document use of @Profile with @ConfigurationProperties scanning" Document use of @Profile with @ConfigurationProperties scanning
-
Madhura Bhave authored
Closes gh-16622
-
Kedar Joshi authored
See gh-16612
-
Brian Clozel authored
* appendix-properties-styling: Polish "Separate compound properties in appendices" Separate compound properties in appendices
-
Brian Clozel authored
Closes gh-16480
-
dreis2211 authored
-
Stephane Nicoll authored
* pr/16604: Polish "Auto-configure ReactiveStringRedisTemplate if necessary" Auto-configure ReactiveStringRedisTemplate if necessary
-
Stephane Nicoll authored
Closes gh-16604
-
Qiang Lee authored
See gh-16604
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16628: Exclude HikariCP specific dependency from Quartz
-
ielatif authored
Closes gh-16628
-
Stephane Nicoll authored
* pr/16668: Remove redundant info
-
Tetsuya Hasegawa authored
Closes gh-16668
-
Stephane Nicoll authored
* pr/16678: Polish "Add jOOQ to SQL logging group" Add jOOQ to SQL logging group
-
Stephane Nicoll authored
Closes gh-16678
-
Maciej Walkowiak authored
See gh-16678
-
Stephane Nicoll authored
* pr/16684: Fix typo
-
Toshiaki Maki authored
Closes gh-16684
-
Stephane Nicoll authored
* pr/16685: Polish
-
Johnny Lim authored
Closes gh-16685
-
Madhura Bhave authored
Closes gh-16679
-
- 29 Apr, 2019 7 commits
-
-
Andy Wilkinson authored
* gh-16248: Polish "Prefer file: to jar:file: URLs in launcher" Prefer file: to jar:file: URLs in launcher Closes gh-16248
-
Andy Wilkinson authored
See gh-16248
-
hengyunabc authored
See gh-16248
-
Stephane Nicoll authored
* pr/16632: Polish "Add support for Hazelcast YAML configuration" Add support for Hazelcast YAML configuration
-
Stephane Nicoll authored
Closes gh-16632
-
Rafal Leszko authored
Since Hazlecast 3.12, YAML configuration format is supported in addition to XML. Therefore, this change makes Spring Boot automatically discover not only `hazelcast.xml` (and `hazelcast-client.xml`), but also `hazelcast.yaml` (and `hazelcast-client.yaml`). See gh-16632
-
Brian Clozel authored
This commit reinstates the single-page variant for the Spring Boot reference documentation. Now the single and multi-page variants are hosted under the same `"html"` folder, as `"index.html"` and `"single-index.html"`. Note that files ending in `"index.html`" are treated as index files by the spring-doc-resources project and their table of contents do not display a "Back to index" link. Fixes gh-16295
-
- 26 Apr, 2019 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-