Stéphane Nicoll
ba9afc005c
Adapt AOTCache documentation to JEP 514
...
Closes gh-47274
2 months ago
Stéphane Nicoll
8345ee5694
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47918
2 months ago
Stéphane Nicoll
06afde33f1
Merge pull request #47211 from dependabot[bot]
...
* pr/47211:
Bump @antora/atlas-extension in /antora
Closes gh-47211
2 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>
2 months ago
Stéphane Nicoll
2b0ac2a86f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47914
2 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
2 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>
2 months ago
Stéphane Nicoll
0da5b774d4
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47913
2 months ago
Stéphane Nicoll
5df76fb02f
Upgrade to @springio/antora-extensions 1.14.7
...
Closes gh-47912
2 months ago
Stéphane Nicoll
affb9d6b86
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47909
2 months ago
Stéphane Nicoll
7e0a9138a8
Merge pull request #47902 from namest504
...
* pr/47902:
Remove unnecessary stream opening in BootZipCopyAction
Closes gh-47902
2 months ago
namest504
de7cad3d63
Remove unnecessary stream opening in BootZipCopyAction
...
See gh-47902
Signed-off-by: namest504 <namest504@gmail.com>
2 months ago
Stéphane Nicoll
6408677fcb
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47905
2 months ago
Stéphane Nicoll
0891ec835b
Merge pull request #47903 from tschut
...
* pr/47903:
Remove incorrect IllegalStateException reference from method javadoc
Closes gh-47903
2 months ago
Tiemen Schut
28d149fa07
Remove incorrect IllegalStateException reference from method javadoc
...
See gh-47903
Signed-off-by: Tiemen Schut <tschut@gmail.com>
2 months ago
Phillip Webb
4309ab071b
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47900
2 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
2 months ago
Phillip Webb
abce914a76
Polish 'Handle HTTP 407 with clear error message'
...
See gh-47180
2 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>
2 months ago
Phillip Webb
22781fc6a0
Polish `DEFAULT_SERVICE_NAME` javadoc
...
See gh-44494
2 months ago
Phillip Webb
a5833095ff
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47898
2 months ago
Phillip Webb
cf7e30f225
Clarify when BootstrapContext get methods may return null
...
Closes gh-47896
2 months ago
Andy Wilkinson
d448b2d764
Test Gradle plugin against Gradle 9.2.0
...
Closes gh-47867
2 months ago
Stéphane Nicoll
32cf90c123
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47873
2 months ago
Stéphane Nicoll
99f58de941
Merge pull request #47740 from mipo256
...
* pr/47740:
Polish "Clarify Actuator's endpoint extension support"
Clarify Actuator's endpoint extension support
Closes gh-47740
2 months ago
Stéphane Nicoll
653e575a8d
Polish "Clarify Actuator's endpoint extension support"
...
See gh-47740
2 months ago
Mikhail Polivakha
a77c6ef9ee
Clarify Actuator's endpoint extension support
...
See gh-47740
Signed-off-by: mipo256 <mikhailpolivakha@email.com>
2 months ago
Andy Wilkinson
c51c478501
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47859
2 months ago
Andy Wilkinson
d2a349868e
Limit Kotlin API docs to Kotlin code
...
Previously, the Kotlin API docs included Java APIs. This commit
corrects this by suppressing all Dokkatoo source sets other than
main (main in src/main/kotlin, javaMain is src/main/java).
Dokkatoo is sensitive to the order in which plugins are applied. This
commit adapts to the sensitivity by changing the order in which
the Dokatoo and Kotlin JVM plugins are applied. This prevents the
Dokatoo plugin for overwriting the configuration that's applied by
our Kotlin conventions.
Closes gh-47763
2 months ago
Stéphane Nicoll
33dfe35e0e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47845
2 months ago
Stéphane Nicoll
083e20373f
Merge pull request #47839 from dependabot[bot]
...
* pr/47839:
Bump actions/upload-artifact from 4 to 5
Closes gh-47839
2 months ago
dependabot[bot]
1e6e2ebee0
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
See gh-47839
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Stéphane Nicoll
c35a766b13
Fix typos
...
Closes gh-47816
2 months ago
Stéphane Nicoll
d85ccc540f
Merge pull request #47801 from ngocnhan-tran1996
...
* pr/47801:
Fix typos
Closes gh-47801
2 months ago
Tran Ngoc Nhan
0546e3035d
Fix typos
...
See gh-47801
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
Stéphane Nicoll
28d699f396
Detect Java 25+ style methods with AOT processing
...
Closes gh-47780
2 months ago
Moritz Halbritter
df8ba4c831
Merge branch '3.4.x' into 3.5.x
2 months ago
Moritz Halbritter
6b426b2481
Set timeout to 1.5h on spring-io/central-publish-action
2 months ago
Phillip Webb
5ae18f6b64
Merge branch '3.4.x' into 3.5.x
2 months ago
Phillip Webb
a16c8813ec
Set ignore-already-exists-error to true
2 months ago
Phillip Webb
88c7198e79
Merge branch '3.4.x' into 3.5.x
2 months ago
Phillip Webb
8ebb971d63
Upgrade to spring-io/central-publish-action v0.3.0
2 months ago
Stéphane Nicoll
ce6423e565
Next development version (v3.5.8-SNAPSHOT)
2 months ago
Stéphane Nicoll
af07358549
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47775
2 months ago
Stéphane Nicoll
b0bef35478
Document missing spring.test.* properties
...
Closes gh-47236
2 months ago
Moritz Halbritter
6683d0f496
Merge branch '3.4.x' into 3.5.x
2 months ago
Moritz Halbritter
5ba3642364
Next development version (v3.4.12-SNAPSHOT)
2 months ago
Phillip Webb
59aba4e54d
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47771
2 months ago
Phillip Webb
4525a0c3d4
Merge pull request #47284 from DKARAGODIN
...
* pr/47284:
Write signature files to uber wars for Oracle Java 17 verification
Closes gh-47284
2 months ago
Dmitrii Karagodin
43d91aee38
Write signature files to uber wars for Oracle Java 17 verification
...
Extend commit 33c5e126 to include uber Wars.
See gh-47284
Signed-off-by: Dmitrii Karagodin <4319788@gmail.com>
2 months ago