Andy Wilkinson
d2f0b2b090
Correct package statements of Testing section's Kotlin snippets
...
Closes gh-42094
2 years ago
Phillip Webb
9f8fae0261
Merge pull request #42078 from martinfrancois
...
* pr/42078:
Improve formatting for Docker configuration example with Colima
Closes gh-42078
2 years ago
martinfrancois
fd9d907ef3
Improve formatting for Docker configuration example with Colima
...
See gh-42078
2 years ago
Phillip Webb
b29bc2dc2e
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42081
2 years ago
Phillip Webb
f58728530b
Merge pull request #42069 from izeye
...
* pr/42069:
Polish
Closes gh-42069
2 years ago
Johnny Lim
a8452b54b5
Polish
...
See gh-42069
2 years ago
Phillip Webb
101ed0e543
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42079
2 years ago
Phillip Webb
8c1d9872d2
Fix support for large zip files
...
Update `spring-boot-loader` to support large zip files by correctly
dealing with unsigned ints.
Fixes gh-42012
2 years ago
Phillip Webb
3a458d8062
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42071
2 years ago
Phillip Webb
cc2dc558f1
Don't report already migrated properties when has group
...
Refine the fix adding commit 962936370a so that items with a group
are correctly checked.
Fixes gh-42068
2 years ago
Phillip Webb
a09af7ebcf
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42059
2 years ago
Phillip Webb
10855056cc
Support blank MongoDB 'replica-set-name' properties
...
Update `null` checks to `StringUtils.hasText` to allow the
`replica-set-name' property to be overridden with an empty string.
Fixes gh-42055
2 years ago
Phillip Webb
71f509c9fd
Fix broken tab markup
...
Closes gh-42046
2 years ago
Andy Wilkinson
34108ac737
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
c98363d016
Polish formatting
2 years ago
Andy Wilkinson
77d9f1624d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42043
2 years ago
Andy Wilkinson
3087abdccd
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42041
2 years ago
Andy Wilkinson
6ebc9b887e
Use ArchiveOperations instead of Project's zipTree
...
Closes gh-41999
2 years ago
Andy Wilkinson
ea0142f849
Use FileSystemOperations instead of Project copy and sync
...
Closes gh-41998
2 years ago
Andy Wilkinson
80884fe578
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42010
2 years ago
Andy Wilkinson
0915b9534c
Upgrade to ArchUnit 1.3.0
...
Closes gh-42009
2 years ago
Stéphane Nicoll
aea45b5013
Adapt to Logback deprecation
...
This commit also adds a test so that we can catch this problem hopefully
sooner in the future.
Closes gh-42006
2 years ago
Andy Wilkinson
db1c25a8f6
Next development version (v3.3.4-SNAPSHOT)
2 years ago
Stéphane Nicoll
6a666eed33
Merge branch '3.2.x' into 3.3.x
2 years ago
Stéphane Nicoll
4018e6538f
Next development version (v3.2.10-SNAPSHOT)
2 years ago
Stéphane Nicoll
f0d2503b64
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42001
2 years ago
Stéphane Nicoll
1822b2fade
Include spring-boot-starter-parent in Integration tests repository
...
This commit makes sure that integration tests for the Maven Plugin have
access to the current "spring-boot-starter-parent" pom and its
hierarchy as new integration tests rely on that.
Closes gh-42000
2 years ago
Andy Wilkinson
d4e1aedba5
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
0b24ee8571
Improve loading of jar entry certificates
...
Co-Authored-By: Phillip Webb <phil.webb@broadcom.com>
2 years ago
Andy Wilkinson
29e4607046
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
112cfc8be6
Remove processed annotations plugin declaration
...
See gh-41981
2 years ago
Phillip Webb
05b73ceeec
Call getErrorAttributes() only once
...
Refine the fix introduced in commit 60b7e6cf23 so that the
`getErrorAttributes()` method is not called multiple times. If the
status is missing, the `DefaultErrorWebExceptionHandler` will now
call an internal `DefaultErrorAttributes` instance in order to obtain
the actual status result.
Fixes gh-41732
2 years ago
Phillip Webb
d9746861a7
Upgrade to apachepulsar/pulsar 3.2.4
2 years ago
Scott Frederick
459d899ed9
Add release type attribute for Antora documentation generation
...
Fixes gh-41993
2 years ago
Andy Wilkinson
e08a66f261
Upgrade to Spring Security 6.3.3
...
Closes gh-41985
2 years ago
Andy Wilkinson
db54432e59
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41989
2 years ago
Andy Wilkinson
1a6b3a533f
Improve documented logging property descriptions and default values
...
Closes gh-41933
2 years ago
Andy Wilkinson
8bd827e1b8
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41987
2 years ago
Andy Wilkinson
0610fda733
Look at ResponseStatusException's cause for binding errors
...
Fixes gh-41984
2 years ago
Andy Wilkinson
ea698e466d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41982
2 years ago
Andy Wilkinson
b2887303a6
Remove processed annotations plugin
...
Closes gh-41981
2 years ago
Moritz Halbritter
7fbb79b7f6
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41978
2 years ago
Moritz Halbritter
fe79b206cf
Merge pull request #41876 from hyunmin0317
...
* pr/41876:
Polish "Refactor BasicJsonParser to simplify JSON parsing logic"
Refactor BasicJsonParser to simplify JSON parsing logic
Closes gh-41876
2 years ago
Moritz Halbritter
66a41db079
Polish "Refactor BasicJsonParser to simplify JSON parsing logic"
...
See gh-41876
2 years ago
hyunmin0317
4a41006ee0
Refactor BasicJsonParser to simplify JSON parsing logic
...
See gh-41876
2 years ago
Moritz Halbritter
516c764de0
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41976
2 years ago
Moritz Halbritter
5ee522598f
Explain that enabling virtual threads disables traditional thread pools
...
Closes gh-41937
2 years ago
Stéphane Nicoll
77d62dd9d0
Enable Java 23-ea on CI
...
Closes gh-41711
2 years ago
Stéphane Nicoll
77797596b2
Merge branch '3.2.x' into 3.3.x
2 years ago
Stéphane Nicoll
d3ac84dbd3
Upgrade to Spring Integration 6.3.3
...
Closes gh-41974
2 years ago