- 30 Apr, 2019 10 commits
-
-
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 7 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-16666
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16666: Fix broken link
-
Tetsuya Hasegawa authored
Closes gh-16666
-
- 25 Apr, 2019 11 commits
-
-
Phillip Webb authored
* pr/16662: Fix typo in issue template
-
dreis2211 authored
-
Phillip Webb authored
-
Andy Wilkinson authored
* gh-16658: Optimize ConfigurationPropertyName.buildToString() Closes gh-16658
-
dreis2211 authored
See gh-16658
-
Phillip Webb authored
Closes gh-16649
-
Phillip Webb authored
Closes gh-16629:
-
Phillip Webb authored
Polish contribution to use a factory method in `AbstractJsonMarshalTester` rather than additional constructor arguments. Also change the `JsonContent` tests so that the `Configuration` constructor is package private. This keeps JsonPath classes out of our public API, at the expense of limiting custom JsonPath configurations to just our code. See gh-16629
-
Phillip Webb authored
Closes gh-13920
-
Phillip Webb authored
Fix various compiler warnings and apply a little polish.
-
Diego Berrueta authored
Update `JacksonTester` so that the JsonPath instance is explicitly configured with both a `JacksonJsonProvider` and a `JacksonMappingProvider`. Prior to this commit, the handling of special characters was not symmetrical between the serialization (handled via the JacksonTester) and the parsing (handled via JsonPath) due to the fact that JsonPath used `SimpleJson` as its parser. See gh-16629
-
- 24 Apr, 2019 5 commits
-
-
Andy Wilkinson authored
Closes gh-16644
-
Andy Wilkinson authored
* gh-16221: Polish "Prevent double update of metrics when CompositeMeterRegistry exists" Prevent double update of metrics when CompositeMeterRegistry exists Closes gh-16221
-
Andy Wilkinson authored
See gh-16221
-
Johnny Lim authored
See gh-16221
-
Andy Wilkinson authored
* gh-16474: Speed up element equality checks in ConfigurationPropertyName Closes gh-16474
-