Stéphane Nicoll
40ad8d4e66
Add a section about upgrading to Spring Boot 4.x
...
Closes gh-47916
4 months ago
Stéphane Nicoll
15f6ead691
Merge branch '3.5.x'
...
Closes gh-47919
4 months ago
Stéphane Nicoll
8345ee5694
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47918
4 months ago
Stéphane Nicoll
06afde33f1
Merge pull request #47211 from dependabot[bot]
...
* pr/47211:
Bump @antora/atlas-extension in /antora
Closes gh-47211
4 months ago
dependabot[bot]
8de77e0cad
Bump @antora/atlas-extension in /antora
...
---
updated-dependencies:
- dependency-name: "@antora/atlas-extension"
dependency-version: 1.0.0-alpha.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-47211
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Stéphane Nicoll
bcb03dadc6
Merge branch '3.5.x'
...
Closes gh-47915
4 months ago
Stéphane Nicoll
2b0ac2a86f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47914
4 months ago
Stéphane Nicoll
b39aa70276
Merge pull request #47418 from dependabot[bot]
...
* pr/47418:
Bump @antora/cli from 3.2.0-alpha.4 to 3.2.0-alpha.10 in /antora
Closes gh-47418
4 months ago
dependabot[bot]
eef9af6cd5
Bump @antora/cli from 3.2.0-alpha.4 to 3.2.0-alpha.10 in /antora
...
Bumps [@antora/cli](https://gitlab.com/antora/antora ) from 3.2.0-alpha.4 to 3.2.0-alpha.10.
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc )
- [Commits](https://gitlab.com/antora/antora/compare/v3.2.0-alpha.4...v3.2.0-alpha.10 )
---
updated-dependencies:
- dependency-name: "@antora/cli"
dependency-version: 3.2.0-alpha.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-47418
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Stéphane Nicoll
8c1de2d154
Merge branch '3.5.x'
4 months ago
Stéphane Nicoll
0da5b774d4
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47913
4 months ago
Stéphane Nicoll
5df76fb02f
Upgrade to @springio/antora-extensions 1.14.7
...
Closes gh-47912
4 months ago
Brian Clozel
05f48a6f9a
Upgrade to GraphQL Java 25.0.beta-9
...
Closes gh-47911
4 months ago
Stéphane Nicoll
68f608155b
Merge branch '3.5.x'
...
Closes gh-47910
4 months ago
Stéphane Nicoll
affb9d6b86
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47909
4 months ago
Stéphane Nicoll
7e0a9138a8
Merge pull request #47902 from namest504
...
* pr/47902:
Remove unnecessary stream opening in BootZipCopyAction
Closes gh-47902
4 months ago
namest504
de7cad3d63
Remove unnecessary stream opening in BootZipCopyAction
...
See gh-47902
Signed-off-by: namest504 <namest504@gmail.com>
4 months ago
Stéphane Nicoll
a3ba9e3bf4
Merge branch '3.5.x'
...
Closes gh-47906
4 months ago
Stéphane Nicoll
6408677fcb
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47905
4 months ago
Stéphane Nicoll
0891ec835b
Merge pull request #47903 from tschut
...
* pr/47903:
Remove incorrect IllegalStateException reference from method javadoc
Closes gh-47903
4 months ago
Tiemen Schut
28d149fa07
Remove incorrect IllegalStateException reference from method javadoc
...
See gh-47903
Signed-off-by: Tiemen Schut <tschut@gmail.com>
4 months ago
Phillip Webb
4b2c6fa40b
Merge branch '3.5.x'
...
Closes gh-47901
4 months ago
Phillip Webb
4309ab071b
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47900
4 months ago
Phillip Webb
8a03a82820
Merge pull request #47180 from siva-sai-udaygiri
...
* pr/47180:
Polish 'Handle HTTP 407 with clear error message'
Handle HTTP 407 with clear error message
Closes gh-47180
4 months ago
Phillip Webb
abce914a76
Polish 'Handle HTTP 407 with clear error message'
...
See gh-47180
4 months ago
SSUday
5aa841dd53
Handle HTTP 407 with clear error message
...
Refine error handling logic so that HTTP 407 (Proxy Authentication
Required) responses from the Docker daemon are treated as plain
text rather than JSON.
See gh-47180
Signed-off-by: Siva Sai Udayagiri <udayagirishivasai@gmail.com>
4 months ago
Andy Wilkinson
97daba702e
Make use of JavaExecSpec.getJvmArguments()
...
Closes gh-34413
4 months ago
Phillip Webb
e5d6edfa10
Merge branch '3.5.x'
4 months ago
Phillip Webb
22781fc6a0
Polish `DEFAULT_SERVICE_NAME` javadoc
...
See gh-44494
4 months ago
Phillip Webb
0f3631b7cc
Merge branch '3.5.x'
...
Closes gh-47899
4 months ago
Phillip Webb
a5833095ff
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47898
4 months ago
Phillip Webb
cf7e30f225
Clarify when BootstrapContext get methods may return null
...
Closes gh-47896
4 months ago
Stéphane Nicoll
b0e2f2c770
Configure application task executor with custom AsyncConfigurer
...
Previously, any user that defines an AsyncConfigurer should provide
the async executor as well, given that our auto-configuration no longer
defines a "taskExecutor" bean.
This commit extends our auto-configuration of async processing to
use the "applicationTaskExecutor" bean name transparently if a user
has configured an AsyncConfigurer, but did not override the
getAsyncExecutor method.
Closes gh-47897
4 months ago
Stéphane Nicoll
f11e3f3877
Adapt to new GraalVM metadata format
...
This commit updates our web resources patterns due to a change in the
GraalVM metadata format. Previously a single `*` was considering a
directory and its sub-folders. The same behavior now requires two `*`.
Closes gh-47894
4 months ago
Stéphane Nicoll
724f706f34
Move auto-configuration for WebTestClient in autoconfigure
...
Closes gh-47892
4 months ago
Andy Wilkinson
8d5d35a7ac
Upgrade to Spring Data Bom 2025.1.0-RC2
...
Closes gh-47843
4 months ago
Andy Wilkinson
aff0144610
Upgrade to Spring HATEOAS 3.0.0-RC2
...
Closes gh-47851
4 months ago
Stéphane Nicoll
7ff70ca735
Document that web clients are opt-in with @SpringBootTest
...
Closes gh-47891
4 months ago
Stéphane Nicoll
6b3edf88b9
Document AssertJ support for RestTestClient
...
Closes gh-47881
4 months ago
Andy Wilkinson
3cc2e9c84c
Remove --head support from Homebrew formula for CLI
...
Closes gh-47878
4 months ago
Stéphane Nicoll
a533dd627d
Upgrade to Spring Framework 7.0.0-RC3
...
Closes gh-47850
4 months ago
Stéphane Nicoll
90715cc1ad
Upgrade to R2DBC Postgresql 1.1.1.RELEASE
...
Closes gh-47890
4 months ago
Stéphane Nicoll
f5fe084eb6
Upgrade to Quartz 2.5.1
...
Closes gh-47889
4 months ago
Stéphane Nicoll
1b57cdf77b
Upgrade to Prometheus Client 1.4.2
...
Closes gh-47888
4 months ago
Stéphane Nicoll
a75386602f
Upgrade to Kotlin 2.2.21
...
Closes gh-47887
4 months ago
Stéphane Nicoll
b4c58fee97
Upgrade to Jackson 2 Bom 2.20.1
...
Closes gh-47886
4 months ago
Stéphane Nicoll
54bc693630
Upgrade to Hibernate 7.1.5.Final
...
Closes gh-47885
4 months ago
Stéphane Nicoll
0b01df5c39
Upgrade to Caffeine 3.2.3
...
Closes gh-47884
4 months ago
Stéphane Nicoll
8f8e45c14d
Fix Homebrew formula's install --head support
...
This commit updates the Homebrew formula's install --head support to
account for the new location of the CLI.
Closes gh-47878
4 months ago
Stéphane Nicoll
9a46328b61
Restore support for Jackson 2 in slice tests
...
This commit restores the support of Jackson 2 in @WebMvcTest ,
@WebFluxTest , @RestClientTest , and @GraphQlTest .
Closes gh-47869
4 months ago