Commit Graph
61837 Commits
Author SHA1 Message Date
Stéphane Nicoll aedcc514b8 Merge branch '4.0.x' into 4.1.x
Closes gh-51159
2026-07-30 08:44:46 +02:00
Stéphane Nicoll bf11d7f2f8 Merge pull request #51147 from vvzvvv
Closes gh-51147

* remove-null-check:
  Remove unnecessary null check in GroovyTemplateAutoConfigurationTests
2026-07-30 08:44:39 +02:00
vvzvvv e02521d12b Remove unnecessary null check in GroovyTemplateAutoConfigurationTests
The context field is final and eagerly initialized, so it can
never be null at teardown time.

See gh-51147

Signed-off-by: vvzvvv <tmdgusv@gmail.com>
2026-07-30 08:41:53 +02:00
Stéphane Nicoll 55a520e5e3 Merge branch '4.0.x' into 4.1.x
Closes gh-51139
2026-07-28 10:40:04 +02:00
Stéphane Nicoll 37bb6ba61c Merge pull request #51137 from dependabot[bot]
Closes gh-51137

* dependabot/npm_and_yarn/antora/seroval-1.5.6:
  Bump seroval from 1.5.2 to 1.5.6 in /antora
2026-07-28 10:39:53 +02:00
dependabot[bot] 44e75ed819 Bump seroval from 1.5.2 to 1.5.6 in /antora
Bumps [seroval](https://github.com/lxsmnsyc/seroval) from 1.5.2 to 1.5.6.
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](https://github.com/lxsmnsyc/seroval/commits)

---
updated-dependencies:
- dependency-name: seroval
  dependency-version: 1.5.6
  dependency-type: indirect
...

See gh-51137

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-28 10:38:05 +02:00
Moritz Halbritter 84d0caf7ee Merge branch '4.0.x' into 4.1.x
Closes gh-51135
2026-07-28 10:17:26 +02:00
Moritz Halbritter e1a1e1be82 Merge pull request #50886 from LordKay-sudo
Closes gh-50886

* pr/50886:
  Polish "Prevent Micrometer global registry from pinning application contexts"
  Prevent Micrometer global registry from pinning application contexts
2026-07-28 10:17:12 +02:00
Moritz Halbritter 19153b69a4 Polish "Prevent Micrometer global registry from pinning application contexts"
See gh-50886
2026-07-28 10:14:06 +02:00
LordKay-sudo 7f8a75a6fb Prevent Micrometer global registry from pinning application contexts
Track meter registries added to Metrics.globalRegistry and remove them
on context close.

Disable use of the global registry in tests by default to avoid pinning
cached test contexts.

See gh-50886

Signed-off-by: LordKay-sudo <lkandiro@gmail.com>
2026-07-28 10:14:06 +02:00
Stéphane Nicoll 4c5ed39cef Merge branch '4.0.x' into 4.1.x
Closes gh-51132
2026-07-27 10:04:09 +02:00
Stéphane Nicoll 39c87d595e Merge pull request #51117 from wantaekchoi
Closes gh-51117

* fix/exported-image-tar-temp-file:
  Polish "Delete temporary file when ExportedImageTar construction fails"
  Delete temporary file when ExportedImageTar construction fails
2026-07-27 10:04:01 +02:00
Stéphane Nicoll e5106ef9e9 Polish "Delete temporary file when ExportedImageTar construction fails"
See gh-51117
2026-07-27 09:57:30 +02:00
wantaek 58a96f9a00 Delete temporary file when ExportedImageTar construction fails
ExportedImageTar creates a temporary file in its constructor and then
copies the exported image into it and builds the layer factory. If
either step throws, the constructor fails before the instance is
assigned, so the try-with-resources statement that uses it never calls
close() and the docker-layers- temporary file is left behind.

Delete the temporary file when the constructor fails so its cleanup
matches close().

See gh-51117

Signed-off-by: wantaek <wantaekchoi@gmail.com>
2026-07-27 09:31:38 +02:00
Stéphane Nicoll 5bdc8982c4 Merge branch '4.0.x' into 4.1.x
Closes gh-51129
2026-07-26 09:18:17 +02:00
Stéphane Nicoll 2d896e25ef Merge pull request #51124 from MacAlsandair
Closes gh-51124

* update-httpmessageconverters-docs:
  Document alternative to deprecated HttpMessageConverters
2026-07-26 09:17:54 +02:00
Alexander Makarov 0ddd846424 Document alternative to deprecated HttpMessageConverters
See gh-51124

Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li>
2026-07-26 09:08:33 +02:00
Stéphane Nicoll db7b8a158f Merge pull request #51119 from wantaekchoi
Closes gh-51119

* fix/otlp-logging-transport-metadata-type:
  Fix stale type reference for OTLP logging transport metadata
2026-07-25 17:25:24 +02:00
wantaek 5ebd999dd6 Fix stale type reference for OTLP logging transport metadata
See gh-51119

Signed-off-by: wantaek <wantaekchoi@gmail.com>
2026-07-25 17:24:20 +02:00
Stéphane Nicoll bc156310c2 Merge branch '4.0.x' into 4.1.x 2026-07-25 07:22:31 +02:00
Stéphane Nicoll 578aca2b08 Polish "Use RestClient in tests and infrastructure code"
See gh-51120
2026-07-25 07:22:03 +02:00
Stéphane Nicoll 7d677d066a Merge branch '4.0.x' into 4.1.x 2026-07-24 15:30:44 +02:00
Stéphane Nicoll 648e2fb5f9 Polish deprecation message
Unfortunately it is too late to flag HttpMessageConverters for removal
as it would be a breaking change in a patch release.

See gh-46411
2026-07-24 15:26:50 +02:00
Stéphane Nicoll 9821dade80 Merge branch '4.0.x' into 4.1.x
Closes gh-51121
2026-07-24 15:19:14 +02:00
Stéphane Nicoll b9ebff0084 Use RestClient in tests and infrastructure code
Closes gh-51120
2026-07-24 15:10:43 +02:00
Stéphane Nicoll 8adbbd7a70 Merge branch '4.0.x' into 4.1.x
Closes gh-51115
2026-07-24 08:52:37 +02:00
Stéphane Nicoll 6e2bba6915 Merge pull request #51110 from wantaekchoi
Closes gh-51110

* fix/htmlunit-url-metadata-type:
  Fix declared type of spring.test.mockmvc.htmlunit.url
2026-07-24 08:52:33 +02:00
wantaek 8f832b659b Fix declared type of spring.test.mockmvc.htmlunit.url
The manual metadata entry declares java.lang.Boolean while its
description and default value ("http://localhost") describe a URL
string, and MockMvcWebClientAutoConfiguration and
MockMvcWebDriverAutoConfiguration read the property as a string.

See gh-51110

Signed-off-by: wantaek <wantaekchoi@gmail.com>
2026-07-24 08:51:46 +02:00
Stéphane Nicoll 6ae046cf2c Merge branch '4.0.x' into 4.1.x
Closes gh-51113
2026-07-24 08:48:47 +02:00
Stéphane Nicoll f1e1aeac52 Merge pull request #51111 from wantaekchoi
Closes gh-51111

* fix/autoconfigurecache-doc-fqcn:
  Fix package of AutoConfigureCache in caching documentation
2026-07-24 08:48:41 +02:00
wantaek cb6e22eb46 Fix package of AutoConfigureCache in caching documentation
See gh-51111

Signed-off-by: wantaek <wantaekchoi@gmail.com>
2026-07-24 08:48:12 +02:00
Stéphane Nicoll 45e7f5d76e Merge branch '4.0.x' into 4.1.x
Closes gh-51108
2026-07-23 19:08:45 +02:00
Stéphane Nicoll 8164b0a651 Add support for explictly tagging a release on GitHub as the latest
Closes gh-50927
2026-07-23 19:07:33 +02:00
Stéphane Nicoll b8322169d4 Merge branch '4.0.x' into 4.1.x 2026-07-23 18:14:06 +02:00
Stéphane Nicoll 8c23a6ad66 Stop publishing 4.0.x as SDKMan's default version
Closes gh-51107
2026-07-23 18:13:50 +02:00
Stéphane Nicoll ace30667b8 Merge pull request #50799 from xfocus3
* gh-50791-grpc-health-overall:
  Polish "Honor gRPC overall health setting"
  Honor gRPC overall health setting

Closes gh-50799
2026-07-23 14:23:44 +02:00
Stéphane Nicoll e2b4c93c57 Polish "Honor gRPC overall health setting"
See gh-50799
2026-07-23 14:17:38 +02:00
Ahmed El amraouiyine da318b2540 Honor gRPC overall health setting
See gh-50799

Signed-off-by: Ahmed El amraouiyine <amraouiyine@gmail.com>
2026-07-23 14:16:01 +02:00
Stéphane Nicoll d107f342f0 Merge branch '4.0.x' into 4.1.x
Closes gh-51104
2026-07-23 12:25:25 +02:00
Stéphane Nicoll 38e03cfa97 Merge pull request #51091 from msridhar
Closes gh-51091

* nullaway-method-ref-warning:
  Adapt function types in ClassPath to avoid nullability warning
2026-07-23 12:25:19 +02:00
Manu Sridharan b6f117c9cd Adapt function types in ClassPath to avoid nullability warning
See gh-51091

Signed-off-by: Manu Sridharan <msridhar@gmail.com>
2026-07-23 12:19:57 +02:00
Stéphane Nicoll e42c01e101 Merge branch '4.0.x' into 4.1.x
Closes gh-51102
2026-07-23 12:09:41 +02:00
Stéphane Nicoll bfce39af6f Merge pull request #51097 from scordio
Closes gh-51097

* fix-metadata-example:
  Adapt examples in the metadata section to new package structure
2026-07-23 12:09:33 +02:00
Stefano Cordio 834f7e7197 Adapt examples in the metadata section to new package structure
See gh-51097

Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
2026-07-23 11:48:38 +02:00
Stéphane Nicoll b0c21aaab1 Merge branch '4.0.x' into 4.1.x
Closes gh-51098
2026-07-22 15:58:05 +02:00
Stéphane Nicoll 5b9cc3aaab Allow NestedConfigurationProperty to be set on a record accessor
Closes gh-50096
2026-07-22 15:57:45 +02:00
Stéphane Nicoll 7edcc06edb Merge branch '4.0.x' into 4.1.x
Closes gh-51095
2026-07-22 11:40:30 +02:00
Stéphane Nicoll 3d0ec60c8d Fix servlet-api dependency scope for spring-boot-h2-console
Closes gh-51094
2026-07-22 11:40:12 +02:00
Stéphane Nicoll 0a399e49da Merge branch '4.0.x' into 4.1.x
Closes gh-51089
2026-07-21 15:18:23 +02:00
Stéphane Nicoll 3f48c2b65a Merge pull request #50968 from filiphr
Closes gh-50968

* properties-launcher-polish:
  Polish "Fix nested archive paths logging in PropertiesLauncher"
  Fix nested archive paths logging in PropertiesLauncher
2026-07-21 15:18:16 +02:00