Andy Wilkinson
dc52ea8eb5
Merge branch '4.1.x'
...
Closes gh-51582
2026-09-04 11:47:04 +01:00
Andy Wilkinson
14536633ec
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51581
2026-09-04 11:46:53 +01:00
Andy Wilkinson
1eedb9c969
Merge pull request #51519 from DevJunz
...
Closes gh-51519
* gh-51519:
Polish "Delete layer temp file when layer creation fails"
Delete layer temp file when layer creation fails
2026-09-04 11:46:37 +01:00
Andy Wilkinson
71bfa94d10
Polish "Delete layer temp file when layer creation fails"
...
See gh-51519
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com >
2026-09-04 11:12:11 +01:00
Junhwan Choi
5d6e417134
Delete layer temp file when layer creation fails
...
When ImageBuildpack.ExportedLayers creates a layer file, the copy from
the source tar can fail, for example when a malformed entry name is
rejected. The temporary layer file created before the copy was not
deleted in that case and was left orphaned in the system temp
directory.
Delete the layer temp file when creating it fails, suppressing any
secondary failure from the delete so the original exception is
propagated.
Signed-off-by: Junhwan Choi <devjunsday@gmail.com >
See gh-51519
2026-09-04 11:06:03 +01:00
Andy Wilkinson
64fd200c46
Merge branch '4.1.x'
...
Closes gh-51579
2026-09-04 10:53:01 +01:00
Andy Wilkinson
9380e958d3
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51578
2026-09-04 10:14:19 +01:00
Andy Wilkinson
a833fe58f9
Merge pull request #51546 from yyuneu
...
Closes gh-51546
* gh-51546:
Apply RabbitMQ credential fallbacks for null values
2026-09-04 10:12:14 +01:00
Andy Wilkinson
682816229a
Merge branch '4.1.x'
...
Closes gh-51577
2026-09-04 10:07:51 +01:00
Andy Wilkinson
c38c15b3b7
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51576
2026-09-04 09:53:28 +01:00
Andy Wilkinson
6114f57cb4
Merge pull request #51555 from vlsi
...
Closes gh-51555
* gh-51555:
Fix unrecognized JSpecify nullable annotations
2026-09-04 09:51:47 +01:00
Vladimir Sitnikov
ff3086700b
Fix unrecognized JSpecify nullable annotations
...
Signed-off-by: Vladimir Sitnikov <sitnikov.vladimir@gmail.com >
See gh-51555
2026-09-04 09:40:47 +01:00
Andy Wilkinson
e2bcbdf0af
Merge branch '4.1.x'
...
Closes gh-51575
2026-09-04 09:35:41 +01:00
Andy Wilkinson
4c5ed7e087
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51574
2026-09-04 09:35:30 +01:00
Andy Wilkinson
982582d0df
Merge pull request #51568 from kdomo
...
Closes gh-51568
* gh-51568:
Correct Assert messages that name the wrong parameter
2026-09-04 09:35:18 +01:00
kdomo
3d037f9df6
Correct Assert messages that name the wrong parameter
...
Three Assert messages named a parameter that does not exist on the
method. In each case the correct name is already used by neighbouring
code in the same class.
Signed-off-by: kdomo <dongho5088@naver.com >
See gh-51568
2026-09-04 09:10:05 +01:00
Andy Wilkinson
bc46876bee
Remove dependency management for Janino
...
Closes gh-51567
2026-09-04 09:03:05 +01:00
Andy Wilkinson
73d3795662
Merge branch '4.1.x'
...
Closes gh-51573
2026-09-04 08:43:32 +01:00
Andy Wilkinson
8350f147ff
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51572
2026-09-04 08:43:15 +01:00
Andy Wilkinson
10190c7cc7
Fix race condition in ProcessRunnerTests
...
There's a race between destruction of the process completing and the
test checking that the process has been destroyed. When the test
wins the race, it fails.
This commit removes the race condition by updating the test to wait
until the process has been destroyed.
Closes gh-51571
2026-09-04 08:40:35 +01:00
Phillip Webb
d5af0738c9
Merge branch '4.1.x'
2026-09-03 20:39:51 -07:00
Phillip Webb
e105ab4cb7
Merge branch '4.0.x' into 4.1.x
2026-09-03 20:39:44 -07:00
Phillip Webb
4b9b4c6fd9
Use module DSL for Spring Data Antora attributes
...
Replace custom attributes and processing logic with the module
links DSL.
See gh-51498
2026-09-03 20:37:49 -07:00
Phillip Webb
2141f5f758
Merge branch '4.1.x'
...
Closes gh-51566
2026-09-03 18:03:04 -07:00
Phillip Webb
ba82b96e9c
Align authoritiesClaimExpressions setter
...
Align setter for `authoritiesClaimExpressions` which was missed from
commit f2981d1bdc .
Closes gh-51562
2026-09-03 18:01:25 -07:00
Phillip Webb
e21c5c61c2
Merge branch '4.1.x'
...
Closes gh-51565
2026-09-03 17:49:38 -07:00
Phillip Webb
07a00e1e5b
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51564
2026-09-03 17:49:31 -07:00
Phillip Webb
c121e09ece
Remove references to Spring Data Geode
...
Closes gh-51563
2026-09-03 17:48:57 -07:00
Phillip Webb
d201ed5db7
Merge branch '4.1.x'
2026-09-03 15:58:56 -07:00
Phillip Webb
641546fb29
Merge branch '4.0.x' into 4.1.x
2026-09-03 15:58:44 -07:00
Phillip Webb
8230a6c0f2
Introduce module links to library DSL
...
Update link support in the Gradle DSL so that module links can
be directly modeled.
See gh-51498
2026-09-03 15:43:01 -07:00
Phillip Webb
cb4b9c5ab8
Merge branch '4.1.x'
...
Closes gh-51560
2026-09-03 10:37:57 -07:00
Phillip Webb
439ac88166
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51559
2026-09-03 10:37:42 -07:00
Phillip Webb
41a734d023
Add Antora logger dependency
...
Closes gh-51557
2026-09-03 10:37:09 -07:00
Moritz Halbritter
87cacdaabd
Merge pull request #51505 from xxxxxxjun
...
Closes gh-51505
* pr/51505:
Polish "Add jarmode tools command to print the SBOM"
Add jarmode tools command to print the SBOM
2026-09-02 16:54:57 +02:00
Moritz Halbritter
e5a24bafc7
Polish "Add jarmode tools command to print the SBOM"
...
See gh-51505
2026-09-02 16:34:49 +02:00
Hyeongjun Cho
962ca36126
Add jarmode tools command to print the SBOM
...
Add an 'sbom' command to the tools jar mode which prints the SBOM
packaged in an uber jar or war. The SBOM is located using the
Sbom-Location manifest attribute and its bytes are copied verbatim to
the console, or to the file given by --destination.
See gh-51505
Signed-off-by: Hyeongjun Cho <ryuu.public@gmail.com >
2026-09-02 16:26:35 +02:00
Moritz Halbritter
a2869a0c6b
Merge branch '4.1.x'
...
Closes gh-51548
2026-09-02 16:24:03 +02:00
Moritz Halbritter
07e3850143
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51547
2026-09-02 16:23:27 +02:00
Moritz Halbritter
93851814b0
Merge pull request #51540 from xxxxxxjun
...
Closes gh-51540
* pr/51540:
Print a simple error message when a jarmode tools command fails
2026-09-02 16:23:04 +02:00
Hyeongjun Cho
d92a75c66b
Print a simple error message when a jarmode tools command fails
...
See gh-51540
Signed-off-by: Hyeongjun Cho <ryuu.public@gmail.com >
2026-09-02 16:17:49 +02:00
Andy Wilkinson
4e534dd80e
Merge pull request #51484 from henriquejsza
...
Closes gh-51484
* gh-51484:
Add ResourceBasedMessageSourceConfigurer
2026-09-02 15:16:50 +01:00
henriquejsza
626d5fdf3c
Add ResourceBasedMessageSourceConfigurer
...
Signed-off-by: henriquejsza <henriquejsza@gmail.com >
See gh-51484
2026-09-02 14:53:00 +01:00
JaeHyunAn
7fd64281e0
Apply RabbitMQ credential fallbacks for null values
...
Docker records an environment variable that is declared without a value
as a bare name, which DockerEnv maps to a null value rather than
omitting the key. Map.getOrDefault only falls back when the key is
absent, so both the fallback key and the guest default were skipped.
See gh-51546
Signed-off-by: JaeHyunAn <98042706+yyuneu@users.noreply.github.com >
2026-09-02 22:40:57 +09:00
Andy Wilkinson
2772023050
Merge branch '4.1.x'
...
Closes gh-51545
2026-09-02 14:24:39 +01:00
Andy Wilkinson
8e7128730f
Merge branch '4.0.x' into 4.1.x
...
Closes gh-51544
2026-09-02 14:18:14 +01:00
Andy Wilkinson
05bd7202ba
Merge pull request #51490 from piyushrajyadav
...
Closes gh-51490
* gh-51490:
Polish "Use constructor injection in classes that partipate in @Import"
Use constructor injection in classes that partipate in @Import
2026-09-02 14:16:48 +01:00
Andy Wilkinson
d6c2e687b0
Polish "Use constructor injection in classes that partipate in @Import"
...
See gh-51490
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com >
2026-09-02 14:16:07 +01:00
piyushrajyadav
e161167450
Use constructor injection in classes that partipate in @Import
...
See gh-51490
Signed-off-by: piyushrajyadav <piyushyadavrajyadav@gmail.com >
2026-09-02 14:15:45 +01:00
Andy Wilkinson
a320e2f8ff
Merge branch '4.1.x'
...
Closes gh-51543
2026-09-02 12:18:02 +01:00