Stephane Nicoll
edc154c497
Merge pull request #20874 from dreis2211
...
* pr/20874:
Polish LayersIndex
Closes gh-20874
2020-04-08 17:31:01 +02:00
dreis2211
ae15a3d162
Polish LayersIndex
...
See gh-20874
2020-04-08 17:29:07 +02:00
Scott Frederick
ba4eec87e4
Continue processing properties files on error
...
Prior to this commit, processing of multiple properties files
discovered using a wildcard pattern would stop on any error
encountered while processing a file or when an empty properties file
was found, causing subsequent files from the pattern to be ignored.
This commit changes the behavior such that subsequent files are
processed on error or on an empty file.
Fixes gh-20873
2020-04-08 09:26:41 -05:00
Scott Frederick
5afcaa7455
Revert "Add jetty-server to classpath for integration test"
...
This reverts commit 4e55f2aab4
.
This workaround is no longer required with the latest Micrometer
snapshot.
2020-04-08 08:48:39 -05:00
Scott Frederick
4e55f2aab4
Add jetty-server to classpath for integration test
...
This commit works around a problem with deploying Boot apps to Wildfly
for integration testing while we investigate the root cause.
See gh-20876
2020-04-07 17:10:45 -05:00
Scott Frederick
257703f546
Polish integration test
2020-04-07 17:08:51 -05:00
Madhura Bhave
62c09d607a
Polish
2020-04-07 14:28:36 -07:00
Phillip Webb
ed2d90248c
Rename `singleSignOn` property to `singlesignon`
...
Rename the SAML `singleSignOn` nested property to `singleSignOn` so
that we don't get problems when using uppercase environment variable
names.
See gh-20584
2020-04-07 14:14:58 -07:00
Phillip Webb
3ca896e63f
Polish
2020-04-07 12:10:49 -07:00
Phillip Webb
1640add8be
Don't use Assert class from loader
...
Remove the use of `Assert` since it's unavailable that early.
2020-04-07 12:09:43 -07:00
Phillip Webb
d9fb4dd477
Don't use monospacing in documentation headings
...
Closes gh-20875
2020-04-07 11:08:57 -07:00
Scott Frederick
e17d4be484
Polish plugin documentation headings
2020-04-07 09:17:51 -05:00
Scott Frederick
a64e26fc44
Polish plugin documentation headings
2020-04-07 08:53:37 -05:00
Stephane Nicoll
dc94a87694
Merge branch '2.2.x'
...
Closes gh-20869
2020-04-07 15:10:02 +02:00
Stephane Nicoll
1c6bcc1203
Merge pull request #20832 from dreis2211
...
* pr/20832:
Update copyright year
Fix WebappLoader constructor deprecations
Closes gh-20832
2020-04-07 15:09:41 +02:00
Stephane Nicoll
cb66e4a206
Update copyright year
...
See gh-20832
2020-04-07 15:09:27 +02:00
dreis2211
235e693906
Fix WebappLoader constructor deprecations
...
See gh-20832
2020-04-07 15:08:28 +02:00
Stephane Nicoll
885ad1b720
Merge branch '2.2.x'
...
Closes gh-20868
2020-04-07 15:05:47 +02:00
Stephane Nicoll
a2c67cd562
Merge pull request #20847 from dreis2211
...
* pr/20847:
Polish ConditionMessage#because()
Closes gh-20847
2020-04-07 15:05:31 +02:00
dreis2211
2f93196fbb
Polish ConditionMessage#because()
...
See gh-20847
2020-04-07 15:04:50 +02:00
Phillip Webb
729fc9dd6d
Ensure streams are always closed
...
Update `AbstractJarWriter` to ensure that streams are always closed,
even if entries are not written.
2020-04-06 23:48:37 -07:00
Phillip Webb
1abbfbbfcd
Attempt to fix failing Windows test
2020-04-06 23:48:28 -07:00
Phillip Webb
ffd499fdc7
Attempt to fix failing Windows test
2020-04-06 23:02:12 -07:00
Phillip Webb
d3c06ee0cf
Remove windows line endings when parsing index
2020-04-06 21:57:36 -07:00
Phillip Webb
4b1346f4bf
Polish
2020-04-06 21:52:25 -07:00
Madhura Bhave
c81fedb60b
Merge branch '2.2.x'
2020-04-06 20:36:31 -07:00
Phillip Webb
5b374e833b
Cleanup paths to fix tests running on Windows
2020-04-06 20:33:33 -07:00
Phillip Webb
baa728c85e
Cleanup paths to fix tests running on Windows
2020-04-06 20:17:16 -07:00
Phillip Webb
5e028599f0
Change PDF rename logic
...
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
2020-04-06 19:18:22 -07:00
Phillip Webb
b50e8eb3aa
Fix package tangle in Gradle plugin
...
Relocate `VersionExtractor` to fix a package tangle.
2020-04-06 19:18:22 -07:00
Phillip Webb
6e7b473fef
Polish asciidoc formatting and use sentence case
2020-04-06 19:18:22 -07:00
Phillip Webb
951a3e78f9
Test layer index can contain filenames with spaces
...
Add tests to ensure that the layer index can support filenames that
contain spaces.
Closes gh-20827
2020-04-06 19:18:22 -07:00
Phillip Webb
464c15e52c
Ensure empty layers are written to the index file
...
Update the `LayersIndex` class to ensure that layers that do not contain
content are still written.
Closes gh-20858
2020-04-06 19:18:22 -07:00
Phillip Webb
ef9611e30e
Document executable-jar index files
...
Update the executable jar appendix to include details of the index
files.
Closes gh-20859
2020-04-06 19:18:22 -07:00
Phillip Webb
df58b9baa2
Use YAML compatible classpath.idx format
...
Update the `classpath.idx` format to align with `layers.idx` and allow
third-parties can parse it as YAML
Closes gh-20861
2020-04-06 19:18:22 -07:00
Phillip Webb
65672a1150
Use a more compact layers.idx format
...
Update the `layers.idx` format so that it is more compact and can be
parsed by third-parties as YAML.
Closes gh-20860
2020-04-06 19:18:22 -07:00
Madhura Bhave
520b8c8836
Merge branch '2.1.x' into 2.2.x
2020-04-06 19:17:10 -07:00
Madhura Bhave
7c36cd414d
Add separate parameter for milestone name
...
Since the branch name doesn't always correspond to the milestone name,
eg, master.
See gh-20680
2020-04-06 19:14:52 -07:00
Madhura Bhave
36fd2ed249
Merge branch '2.2.x'
...
Closes gh-20863
2020-04-06 19:10:27 -07:00
Madhura Bhave
41f26d3e23
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20862
2020-04-06 19:09:07 -07:00
Madhura Bhave
1a3df294d0
Prevent duplication of issues created by CI automation
...
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
2020-04-06 19:05:26 -07:00
Scott Frederick
35ff711dfe
Document builder configuration for HTTP proxy
...
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
2020-04-06 18:20:34 -05:00
Scott Frederick
c05d7f844d
Remove duplication in documentation index files
...
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
2020-04-06 16:49:29 -05:00
Madhura Bhave
c4b0bd1698
Merge pull request #20851 from olegz
...
* pr/20851:
Change call to createClassLoader(URL) from 'super' to 'this'
Closes gh-20851
2020-04-06 10:43:17 -07:00
Oleg Zhurakousky
9f75f30856
Change call to createClassLoader(URL) from 'super' to 'this'
...
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
2020-04-06 10:40:37 -07:00
Stephane Nicoll
5a20403327
Upgrade to Micrometer 1.5 snapshots
2020-04-06 18:35:01 +02:00
Stephane Nicoll
6764e5e2d0
Export metrics to Wavefront using WavefrontSender
...
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
2020-04-06 18:32:06 +02:00
Stephane Nicoll
9543ab1ca9
Update default value for Wavefront's step size
...
See gh-20833
2020-04-06 18:06:59 +02:00
Stephane Nicoll
a8c026a558
Expose Prometheus#histogramFlavor property
...
Closes gh-20853
2020-04-06 18:06:59 +02:00
Stephane Nicoll
f64f5a0f55
Expose Elastic's pipeline and indexDateSeparator properties
...
Closes gh-20852
2020-04-06 18:06:59 +02:00