- 07 Apr, 2020 16 commits
-
-
Madhura Bhave authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Rework the rename logic used to include the reference PDF to try and workaround the following local build error: Encountered duplicate path "reference/pdf/spring-boot-reference.pdf" during copy operation configured with DuplicatesStrategy.FAIL See gh-20829
-
Phillip Webb authored
Relocate `VersionExtractor` to fix a package tangle.
-
Phillip Webb authored
-
Phillip Webb authored
Add tests to ensure that the layer index can support filenames that contain spaces. Closes gh-20827
-
Phillip Webb authored
Update the `LayersIndex` class to ensure that layers that do not contain content are still written. Closes gh-20858
-
Phillip Webb authored
Update the executable jar appendix to include details of the index files. Closes gh-20859
-
Phillip Webb authored
Update the `classpath.idx` format to align with `layers.idx` and allow third-parties can parse it as YAML Closes gh-20861
-
Phillip Webb authored
Update the `layers.idx` format so that it is more compact and can be parsed by third-parties as YAML. Closes gh-20860
-
Madhura Bhave authored
-
Madhura Bhave authored
Since the branch name doesn't always correspond to the milestone name, eg, master. See gh-20680
-
Madhura Bhave authored
Closes gh-20863
-
Madhura Bhave authored
Closes gh-20862
-
Madhura Bhave authored
This is done by checking for existing issues only in the milestone corresponding to the current branch. For issues, the milestone is assigned at the time of issue creation. For PRs, since the branch is different the milestone can be derived from that while triaging the issue. Closes gh-20680
-
- 06 Apr, 2020 16 commits
-
-
Scott Frederick authored
This commit adds examples for configuring the default builder to use an HTTP/HTTPS proxy when building OCI images using the Maven or Gradle plugin. Fixes gh-19984
-
Scott Frederick authored
This commit combines index adoc files for single-page HTML and PDF into one file to remove duplication. It also renames index files to reflect the separation between source format and generated output format. Finishes gh-20829
-
Madhura Bhave authored
* pr/20851: Change call to createClassLoader(URL) from 'super' to 'this' Closes gh-20851
-
Oleg Zhurakousky authored
ExecutableArchiveLauncher.createClassLoader(Iterator) calls createClassLoader(URL) method with 'super'. This means overriding createClassLoader(URL) is not possible without also overriding createClassLoader(Iterator). The switch to 'this' enables that. See gh-20851
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit upgrades the Wavefront metrics export auto-configuration to provide a `WavefrontSender` if necessary and use that to export metrics rather than the http client Micrometer used previously. As a result, the "read-timeout" and "connect-timeout" properties are no longer honoured. Closes gh-20810
-
Stephane Nicoll authored
See gh-20833
-
Stephane Nicoll authored
Closes gh-20853
-
Stephane Nicoll authored
Closes gh-20852
-
Stephane Nicoll authored
Closes gh-20850
-
Stephane Nicoll authored
Closes gh-20838
-
Stephane Nicoll authored
StatsD no longer publishes metrics about itself and StatsDMetrics is deprecated as a result. This commit removes the auto-configuration of it. Closes gh-20836
-
Stephane Nicoll authored
See https://github.com/micrometer-metrics/micrometer/pull/1909 Closes gh-20837
-
Stephane Nicoll authored
This commit exposes an additional property for Graphite that allows to restore the previous default behaviour with regards to tags, i.e. prefixing the ones defined by the "tagsAsPrefix" property. Close gh-20834
-
Stephane Nicoll authored
See gh-20833
-
Stephane Nicoll authored
See gh-20833
-
- 05 Apr, 2020 7 commits
-
-
Stephane Nicoll authored
* pr/20819: Add reference to quickfixj spring boot starter Closes gh-20819
-
Georgios Voulgarakis authored
See gh-20819
-
Stephane Nicoll authored
See gh-20835
-
Stephane Nicoll authored
Closes gh-20845
-
Stephane Nicoll authored
This property is a left-over and was never used in Micrometer so this commit deprecates its use so that it can be removed in the next feature release. Closes gh-20835
-
Stephane Nicoll authored
Closes gh-20844
-
Stephane Nicoll authored
This commit fixes the AtlasProperties hierarchy so that it no longer is a StepRegistryProperties. The AtlasConfig on the Micrometer side of things does not share the common config hierarchy either and some properties have different default and lifecycle. Closes gh-20843
-
- 03 Apr, 2020 1 commit
-
-
Scott Frederick authored
This commit moves Maven plugin content from several sections in the main Spring Boot reference documentation to the plugin-specific documentation. Fixes gh-19165
-