Phillip Webb
9e4adc21e0
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49738
1 week ago
Phillip Webb
d44683180d
Support constructor binding method-level `@NestedConfigurationProperty`
...
Update `spring-boot-configuration-processor` to support method-level
`@NestedConfigurationProperty` annotations when constructor binding
is being used.
Fixes gh-49734
1 week ago
Phillip Webb
e8ec285fd5
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49736
1 week ago
Phillip Webb
546fc59590
Merge pull request #49735 from dlwldnjs1009
...
* pr/49735:
Fix minor Javadoc wording errors
Closes gh-49735
1 week ago
Lee Jiwon
add1f9763e
Fix minor Javadoc wording errors
...
Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>
See gh-49735
1 week ago
Phillip Webb
4694f6fa6a
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49731
1 week ago
Phillip Webb
17e256f16b
Restore correct grouping of initial ConfigDataContributors
...
Update `ConfigDataEnvironment` to restore previous property override
behavior by correctly grouping the initial `ConfigDataContributor`
instances.
This regression was cause by the polish commit 646db448 which attempted
to simplify the fix for gh-49324 by including all initial contributors
in a single contributor node. This change inadvertently changed the
iteration order for the `spring.config.location` and
`spring.config.additional-location` properties which still need to
be expanded and added in reverse order.
Fixes gh-49724
1 week ago
Stéphane Nicoll
a96bfd6a0b
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49727
1 week ago
Stéphane Nicoll
485662e063
Merge pull request #49723 from dlwldnjs1009
...
* jiwon/fix-incorrect-articles:
Fix incorrect indefinite articles in Javadoc
Closes gh-49723
1 week ago
Lee Jiwon
5a836da339
Fix incorrect indefinite articles in Javadoc
...
See gh-49723
Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>
1 week ago
Stéphane Nicoll
1df48399f3
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49725
1 week ago
Stéphane Nicoll
5618f133c5
Merge pull request #49718 from dependabot[bot]
...
* dependabot/github_actions/jfrog/setup-jfrog-cli-4.10.0:
Polish "Bump jfrog/setup-jfrog-cli from 4.9.1 to 4.10.0"
Bump jfrog/setup-jfrog-cli from 4.9.1 to 4.10.0
Closes gh-49718
1 week ago
Stéphane Nicoll
06b006aaa5
Polish "Bump jfrog/setup-jfrog-cli from 4.9.1 to 4.10.0"
...
See gh-49718
1 week ago
dependabot[bot]
a8640c8272
Bump jfrog/setup-jfrog-cli from 4.9.1 to 4.10.0
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.9.1 to 4.10.0.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](279b1f629f...86dacb6974 )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-version: 4.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
See gh-49718
Signed-off-by: dependabot[bot] <support@github.com>
1 week ago
Stéphane Nicoll
bcd5b28da3
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49714
2 weeks ago
Stéphane Nicoll
7624cbb924
Merge pull request #49710 from deejay1
...
* kotlin-examples-redux:
Polish "Add some more Kotlin examples and trivial style fixes"
Add some more Kotlin examples and trivial style fixes
Closes gh-49710
2 weeks ago
Stéphane Nicoll
e15755bc80
Polish "Add some more Kotlin examples and trivial style fixes"
...
See gh-49710
2 weeks ago
Łukasz Jernaś
d7078e08b8
Add some more Kotlin examples and trivial style fixes
...
See gh-49710
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2 weeks ago
Andy Wilkinson
3e4eb6713f
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49712
2 weeks ago
Andy Wilkinson
fda3a0d8ba
Fix capitalization of comment prefix for upgrade attention issues
...
Closes gh-49711
2 weeks ago
Andy Wilkinson
8e09e6a5ee
Merge branch '3.5.x' into 4.0.x
2 weeks ago
Andy Wilkinson
94536b0428
Upgrade to Jackson 2.21.2
...
The Jackson team have ended support for Jackson 2.19.x (and 2.20.x).
In response to this, this commit upgrades to Jackson 2.21.2. 2.21.x
is designated as an LTS release so future minor upgrades should not
be necessary.
Closes gh-49365
2 weeks ago
Andy Wilkinson
f988fe93e0
Merge branch '3.5.x' into 4.0.x
2 weeks ago
Andy Wilkinson
5cf51ba98d
Relax ordering assertion when testing resource provider
...
Flyway's org.flywaydb.core.internal.scanner.Scanner does not make
any ordering guarantees so neither does our
NativeImageResourceProvider. It also isn't required by the contract
where a Collection is returned so we can relax the assertion in the
test so that it doesn't care about the ordering.
See gh-49661
2 weeks ago
Brian Clozel
86274962f4
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49706
2 weeks ago
Andy Wilkinson
1e5fd25888
Overhaul Spring Session documentation following modularization
...
Closes gh-49704
2 weeks ago
Brian Clozel
e65732e178
Fix Flyway sub-folders support in Native image
...
Prior to this commit, the native image support for scanning Flyway
migration scripts would not scan sub-folders at runtime when running a
Native image.
This commit ensures that the resource scanning at runtime also considers
sub-directories for native images.
Fixes gh-49661
2 weeks ago
Phillip Webb
6dcd2de370
Merge pull request #49695 from kwondh5217
...
* kwondh5217/main:
Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration
Closes gh-49695
2 weeks ago
Daeho Kwon
0b45618cb5
Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration
...
See gh-49695
Signed-off-by: Daeho Kwon <trewq231@naver.com>
2 weeks ago
Phillip Webb
e464348fa4
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49697
2 weeks ago
Phillip Webb
10df287bbb
Merge pull request #49694 from dlwldnjs1009
...
* jiwon/fix-standard-stack-trace-printer-javadoc:
Fix typos in StandardStackTracePrinter Javadoc
Closes gh-49694
2 weeks ago
Lee Jiwon
ec167252f2
Fix typos in StandardStackTracePrinter Javadoc
...
See gh-49694
Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>
2 weeks ago
Andy Wilkinson
6814f6577a
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49683
2 weeks ago
Andy Wilkinson
f0a02cdbd3
Trigger docs build once release has been promoted
...
Closes gh-49682
2 weeks ago
Andy Wilkinson
fd5ac05daf
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49680
2 weeks ago
Andy Wilkinson
aec36b88ef
Upgrade to Antora UI 0.4.26
...
Closes gh-49679
2 weeks ago
Stéphane Nicoll
25b6de94d5
Fix formatting
2 weeks ago
Stéphane Nicoll
bf324f3580
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49674
2 weeks ago
Stéphane Nicoll
060d006f53
Merge pull request #49671 from dependabot[bot]
...
* dependabot/npm_and_yarn/antora/multi-20daa59c70:
Bump fast-xml-parser and @springio/antora-extensions in /antora
Closes gh-49671
2 weeks ago
dependabot[bot]
be23431bd7
Bump fast-xml-parser and @springio/antora-extensions in /antora
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) to 5.5.7 and updates ancestor dependency [@springio/antora-extensions](https://github.com/spring-io/antora-extensions ). These dependencies need to be updated together.
Updates `fast-xml-parser` from 4.5.4 to 5.5.7
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.4...v5.5.7 )
Updates `@springio/antora-extensions` from 1.14.7 to 1.14.9
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.7...v1.14.9 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.5.7
dependency-type: indirect
- dependency-name: "@springio/antora-extensions"
dependency-version: 1.14.9
dependency-type: direct:production
...
See gh-49671
Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
Stéphane Nicoll
d8ea797aab
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49672
2 weeks ago
Stéphane Nicoll
8c605ccd94
Merge pull request #49660 from ljrmorgan
...
* graphql_test_should_load_controller_advice:
Polish "Consider ControllerAdvice with @GraphQlTest"
Consider ControllerAdvice with @GraphQlTest
Closes gh-49660
2 weeks ago
Stéphane Nicoll
af03b3b07c
Polish "Consider ControllerAdvice with @GraphQlTest"
...
See gh-49660
2 weeks ago
Louis Morgan
264a9aa43a
Consider ControllerAdvice with @GraphQlTest
...
This commit updates the GraphQL slice tests to also consider
`@ControllerAdvice`-annotated beans, since Spring GraphQL loads
`@GraphQlExceptionHandler`s declared in `@ControllerAdvice` beans.
This also aligns `@GraphQlTest` with `@WebMvcTest`.
See gh-49660
Signed-off-by: Louis Morgan <ljrmorgan@gmail.com>
2 weeks ago
Phillip Webb
dc785720cf
Merge branch '3.5.x' into 4.0.x
2 weeks ago
Phillip Webb
8b70ee9dbc
Escape format characters when writing changelog
2 weeks ago
Andy Wilkinson
01170c3273
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49668
2 weeks ago
Andy Wilkinson
47aa60dc93
Merge pull request #49662 from Joowon-Seo
...
* gh-49662:
Polish "Add boundary tests for JsonValueWriter max nesting depth"
Add boundary tests for JsonValueWriter max nesting depth
Closes gh-49662
2 weeks ago
Andy Wilkinson
371746826e
Polish "Add boundary tests for JsonValueWriter max nesting depth"
...
See gh-49662
2 weeks ago
Joowon-Seo
7f0136f8c6
Add boundary tests for JsonValueWriter max nesting depth
...
Verify behavior at the maxNestingDepth boundary.
Signed-off-by: Joowon-Seo <tjwndnjs1998@gmail.com>
See gh-49662
2 weeks ago