Phillip Webb
8761285557
Start building against Spring Kafka 3.2.6 snapshots
...
See gh-43394
1 year ago
Phillip Webb
d8804579fe
Start building against Spring Framework 6.1.16 snapshots
...
See gh-43393
1 year ago
Phillip Webb
6cd3ee5347
Start building against Spring Data Bom 2024.0.7 snapshots
...
See gh-43392
1 year ago
Phillip Webb
cd3fd0e6da
Start building against Spring Authorization Server 1.3.4 snapshots
...
See gh-43391
1 year ago
Phillip Webb
740862a39b
Start building against Reactor Bom 2023.0.13 snapshots
...
See gh-43390
1 year ago
Phillip Webb
53824c860a
Start building against Micrometer Tracing 1.3.7 snapshots
...
See gh-43389
1 year ago
Phillip Webb
c09f7c9944
Start building against Micrometer 1.13.9 snapshots
...
See gh-43388
1 year ago
Phillip Webb
4c00c376a1
Upgrade to Undertow 2.3.18.Final
...
Closes gh-43387
1 year ago
Phillip Webb
0ebee16043
Upgrade to RxJava3 3.1.10
...
Closes gh-43386
1 year ago
Phillip Webb
a696f29bba
Upgrade to Native Build Tools Plugin 0.10.4
...
Closes gh-43385
1 year ago
Andy Wilkinson
04310a7ad0
Merge branch '3.3.x'
...
Closes gh-43382
1 year ago
Andy Wilkinson
7c7bb531b4
Improve handling of environment variables in failure analysis
...
Prior to this change, the failure analysis for an invalid
configuration property value filtered out the configuration property
sources property source. This property source contains a "duplicate"
of all of the environment's other property sources but with
configuration property support (such as relaxed/fuzzy matching of
environment variables). This was done to prevent the reporting of
duplicates when a property was found in both the configuration
property sources property source and the "normal" property sources.
An unwanted side-effect of this was that fuzzy matching of
environment variables was lost so the origin of
com.example.some-property would be found in the environment variable
was COM_EXAMPLE_SOME_PROPERTY but would not be found if it was
COM_EXAMPLE_SOMEPROPERTY.
This commit addresses this side-effect by no longer filtering out
the configuration property sources property source. To then
prevent duplicates from being reported in the analysis, it instead
deduplicates things based on the origin of each property that's
found in the environment's property sources.
Fixes gh-43380
1 year ago
Stéphane Nicoll
60b028e7cb
Merge branch '3.3.x'
...
Closes gh-43377
1 year ago
Stéphane Nicoll
3f346d46a2
Merge pull request #43322 from quaff
...
* pr/43322:
Polish "Polish formatting of log configuration file"
Polish formatting of log configuration file
Closes gh-43322
1 year ago
Stéphane Nicoll
cc274ccdca
Polish "Polish formatting of log configuration file"
...
See gh-43322
1 year ago
Yanming Zhou
3f17e42b38
Polish formatting of log configuration file
...
1. Remove space before `/>` to keep consistency.
2. Capitalize `filters` for Log4j2.
3. Uppercase log level to keep consistency.
See gh-43322
1 year ago
Stéphane Nicoll
4b0956450c
Merge branch '3.3.x'
...
Closes gh-43374
1 year ago
Stéphane Nicoll
f13cf4d909
Merge pull request #43355 from dependabot[bot]
...
* pr/43355:
Polish "Bump jfrog/setup-jfrog-cli from 4.4.2 to 4.4.3"
Bump jfrog/setup-jfrog-cli from 4.4.2 to 4.4.3
Closes gh-43355
1 year ago
Stéphane Nicoll
a0e36c38da
Polish "Bump jfrog/setup-jfrog-cli from 4.4.2 to 4.4.3"
...
See gh-43355
1 year ago
dependabot[bot]
47b6f5a37c
Bump jfrog/setup-jfrog-cli from 4.4.2 to 4.4.3
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](18e785fb22...e7cc33a01b )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-43355
1 year ago
Phillip Webb
1d578a8213
Merge branch '3.3.x'
1 year ago
Phillip Webb
3dcea98f00
Polish `redirect.adoc` by sorting contents alphabetically
1 year ago
Phillip Webb
01ea503383
Merge branch '3.3.x'
...
Closes gh-43372
1 year ago
Phillip Webb
6172a4e663
Add legacy anchor redirects
...
Closes gh-43367
1 year ago
Phillip Webb
709cd91b3e
Add legacy anchor redirects
...
Add anchor redirects previously covered by the
`anchor-rewrite.properties` file.
See gh-43367
1 year ago
Phillip Webb
75a3722ee4
Add more anchor redirects
...
See gh-43367
1 year ago
Phillip Webb
6155735ac5
Merge branch '3.3.x'
...
Closes gh-43370
1 year ago
Phillip Webb
4265a0bcc2
Reset `Startables` COUNTER when testing parallel startup
...
Closes gh-43369
1 year ago
Phillip Webb
3ddfd62f16
Prefer file resolution when loading SSL content
...
Update `SslAutoConfiguration` so that the used resource loader prefers
file based resolution when paths are specified without a prefix. This
restores the behavior found in Spring Boot 3.3.
The `ApplicationResourceLoader` has been updated with a new `get` method
that accepts a `preferFileResolution` parameter. Unfortunately, we can't
directly influence the resource returned by the delegate
`ResourceLoader` since we can't override `getResourceByPath(...)`.
Instead we check if the returned type was likely to have been created
by a call to that method. If so, we change it to a `FileSystemResource`.
This approach should hopefully work with `DefaultResourceLoader` and
subclasses.
Fixes gh-43274
1 year ago
Phillip Webb
7a4e071709
Polish
1 year ago
Phillip Webb
3e37a50b1e
Fix actuator access documentation to use 'none' rather than 'disabled'
...
Closes gh-43351
1 year ago
Phillip Webb
91778e9f96
Merge branch '3.3.x'
...
Closes gh-43359
1 year ago
Phillip Webb
b340c855c0
Prevent H2 console from causing early DataSource initialization
...
Update `H2ConsoleAutoConfiguration` so that DataSource connection
logging occurs outside of the `ServletRegistrationBean`.
Fixes gh-43337
1 year ago
Phillip Webb
dd64b0648f
Merge branch '3.3.x'
...
Closes gh-43356
1 year ago
Phillip Webb
5a8e3d53ff
Merge pull request #43328 from kgb-financial-com
...
* pr/43328:
Polish 'Accept Docker progress on numbers >2GB'
Accept Docker progress on numbers >2GB
Closes gh-43328
1 year ago
Phillip Webb
0afbc0b23c
Polish 'Accept Docker progress on numbers >2GB'
...
Restore `int` returns for existing methods and deprecate them in
favor of a new `asPercentage()` method.
See gh-43328
1 year ago
Wolfgang Kronberg
d8565185e8
Accept Docker progress on numbers >2GB
...
Update `ProgressUpdateEvent` to support images of a file size
>2GB without provoking build failures.
See gh-43328
1 year ago
Moritz Halbritter
4421fa4178
Merge pull request #43331 from izeye
...
* pr/43331:
Polish "Fix property name in OnEnabledLoggingExportConditionTests"
Fix property name in OnEnabledLoggingExportConditionTests
Closes gh-43331
1 year ago
Moritz Halbritter
d5344e3f1b
Polish "Fix property name in OnEnabledLoggingExportConditionTests"
...
See gh-43331
1 year ago
Johnny Lim
1f17e0125d
Fix property name in OnEnabledLoggingExportConditionTests
...
See gh-43331
1 year ago
Moritz Halbritter
32b39955c6
Merge pull request #43334 from BenchmarkingBuffalo
...
* pr/43334:
Polish "Make UserDetailsServiceAutoConfiguration conditional on servlet app"
Make UserDetailsServiceAutoConfiguration conditional on servlet app
Closes gh-43334
1 year ago
Moritz Halbritter
ff9fde0ef4
Polish "Make UserDetailsServiceAutoConfiguration conditional on servlet app"
...
See gh-43334
1 year ago
BenchmarkingBuffalo
c5d41f1469
Make UserDetailsServiceAutoConfiguration conditional on servlet app
...
See gh-43334
1 year ago
Moritz Halbritter
a93055c65f
Merge pull request #43343 from Jae-Young98
...
* pr/43343:
Polish "Remove redundant null check for sorter"
Remove redundant null check for sorter
Closes gh-43343
1 year ago
Moritz Halbritter
07bc5f2563
Polish "Remove redundant null check for sorter"
...
See gh-43343
1 year ago
Jae-Young98
bd367803d1
Remove redundant null check for sorter
...
See gh-43343
1 year ago
Stéphane Nicoll
5e33808607
Merge branch '3.3.x'
...
Closes gh-43342
1 year ago
Stéphane Nicoll
86b7fe44d9
Merge pull request #43341 from quaff
...
* pr/43341:
Restore System property in Logging section of the reference documentation
Closes gh-43341
1 year ago
Yanming Zhou
d81678016e
Restore System property in Logging section of the reference documentation
...
Before this commit, it is rendered as an unexpected link with simple class
name, it should be full qualified class name.
See gh-43341
1 year ago
Stéphane Nicoll
bdb73d27cc
Merge branch '3.3.x'
1 year ago