- 29 Apr, 2019 2 commits
-
-
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 16 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
-
dreis2211 authored
See gh-16474
-
Andy Wilkinson authored
Closes gh-16642
-
Andy Wilkinson authored
Closes gh-16640
-
Andy Wilkinson authored
Closes gh-16639
-
Andy Wilkinson authored
* gh-16618: Polish "Polish Maven Plugin's tests" Polish Maven Plugin's tests Closes gh-16618
-
Andy Wilkinson authored
See gh-16618
-
daonan.zhan authored
See gh-16618
-
Andy Wilkinson authored
Closes gh-16637
-
Andy Wilkinson authored
Closes gh-16636
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-16633
-
- 23 Apr, 2019 4 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
* gh-16620: Optimize JarEntry construction Closes gh-16620
-
dreis2211 authored
This commit avoids calling the underlying ZipEntry.setExtra() method that is not very inline friendly in cases where there is no extra information to be set. See gh-16620
-
Andy Wilkinson authored
Closes gh-16626
-