Andy Wilkinson
8e695b0cc5
Configure OncePerRequestFilters with all dispatcher types by default
...
Closes gh-18953
5 years ago
Andy Wilkinson
1085dcc064
Merge pull request #20805 from mikesmithson
...
* gh-20805:
Polish "Split ConventionsPlugin into separate, more focussed classes"
Split ConventionsPlugin into separate, more focussed classes
Closes gh-20805
5 years ago
Andy Wilkinson
ba1d4ab458
Polish "Split ConventionsPlugin into separate, more focussed classes"
...
See gh-20805
5 years ago
Mike Smithson
65f325cfd8
Split ConventionsPlugin into separate, more focussed classes
...
See gh-20805
5 years ago
Andy Wilkinson
2d360ef155
Merge branch '2.2.x'
...
Closes gh-20897
5 years ago
Andy Wilkinson
ab2df4367d
Merge pull request #20799 from ericus20
...
* gh-20799:
Polish "Update endpoint enablement description to describe availability"
Update endpoint enablement description to describe availability
Closes gh-20799
5 years ago
Andy Wilkinson
7e1807c01b
Polish "Update endpoint enablement description to describe availability"
...
See gh-20799
5 years ago
Eric Opoku
399c85a5ef
Update endpoint enablement description to describe availability
...
See gh-20799
5 years ago
Madhura Bhave
ed596a3916
Merge branch '2.2.x'
...
Closes gh-20888
5 years ago
Madhura Bhave
e6c0a0dc35
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20889
5 years ago
Madhura Bhave
b03ba02125
Upgrade Ubuntu version in CI images
...
Closes gh-20678
5 years ago
Stephane Nicoll
8cc61242e2
Use Micrometer's getDefaultSenderBuilder
...
This commit removes the duplication added temporarily in Spring Boot to
initialize a default WavefrontSender builder.
This commit also disables a test is failing at the moment, see
https://github.com/micrometer-metrics/micrometer/issues/1964
See gh-20854
5 years ago
Stephane Nicoll
1c70b6735a
Remove plugin management for exec-maven-plugin
...
Closes gh-20883
5 years ago
Stephane Nicoll
edc154c497
Merge pull request #20874 from dreis2211
...
* pr/20874:
Polish LayersIndex
Closes gh-20874
5 years ago
dreis2211
ae15a3d162
Polish LayersIndex
...
See gh-20874
5 years ago
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
5 years ago
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.
5 years ago
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
5 years ago
Scott Frederick
257703f546
Polish integration test
5 years ago
Madhura Bhave
62c09d607a
Polish
5 years ago
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
5 years ago
Phillip Webb
3ca896e63f
Polish
5 years ago
Phillip Webb
1640add8be
Don't use Assert class from loader
...
Remove the use of `Assert` since it's unavailable that early.
5 years ago
Phillip Webb
d9fb4dd477
Don't use monospacing in documentation headings
...
Closes gh-20875
5 years ago
Scott Frederick
e17d4be484
Polish plugin documentation headings
5 years ago
Scott Frederick
a64e26fc44
Polish plugin documentation headings
5 years ago
Stephane Nicoll
dc94a87694
Merge branch '2.2.x'
...
Closes gh-20869
5 years ago
Stephane Nicoll
1c6bcc1203
Merge pull request #20832 from dreis2211
...
* pr/20832:
Update copyright year
Fix WebappLoader constructor deprecations
Closes gh-20832
5 years ago
Stephane Nicoll
cb66e4a206
Update copyright year
...
See gh-20832
5 years ago
dreis2211
235e693906
Fix WebappLoader constructor deprecations
...
See gh-20832
5 years ago
Stephane Nicoll
885ad1b720
Merge branch '2.2.x'
...
Closes gh-20868
5 years ago
Stephane Nicoll
a2c67cd562
Merge pull request #20847 from dreis2211
...
* pr/20847:
Polish ConditionMessage#because()
Closes gh-20847
5 years ago
dreis2211
2f93196fbb
Polish ConditionMessage#because()
...
See gh-20847
5 years ago
Phillip Webb
729fc9dd6d
Ensure streams are always closed
...
Update `AbstractJarWriter` to ensure that streams are always closed,
even if entries are not written.
5 years ago
Phillip Webb
1abbfbbfcd
Attempt to fix failing Windows test
5 years ago
Phillip Webb
ffd499fdc7
Attempt to fix failing Windows test
5 years ago
Phillip Webb
d3c06ee0cf
Remove windows line endings when parsing index
5 years ago
Phillip Webb
4b1346f4bf
Polish
5 years ago
Madhura Bhave
c81fedb60b
Merge branch '2.2.x'
5 years ago
Phillip Webb
5b374e833b
Cleanup paths to fix tests running on Windows
5 years ago
Phillip Webb
baa728c85e
Cleanup paths to fix tests running on Windows
5 years ago
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
5 years ago
Phillip Webb
b50e8eb3aa
Fix package tangle in Gradle plugin
...
Relocate `VersionExtractor` to fix a package tangle.
5 years ago
Phillip Webb
6e7b473fef
Polish asciidoc formatting and use sentence case
5 years ago
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
5 years ago
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
5 years ago
Phillip Webb
ef9611e30e
Document executable-jar index files
...
Update the executable jar appendix to include details of the index
files.
Closes gh-20859
5 years ago
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
5 years ago
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
5 years ago
Madhura Bhave
520b8c8836
Merge branch '2.1.x' into 2.2.x
5 years ago