Commit Graph
60524 Commits
Author SHA1 Message Date
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 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 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 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 578aca2b08 Polish "Use RestClient in tests and infrastructure code"
See gh-51120
2026-07-25 07:22:03 +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 b9ebff0084 Use RestClient in tests and infrastructure code
Closes gh-51120
2026-07-24 15:10:43 +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 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 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 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 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 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 5b9cc3aaab Allow NestedConfigurationProperty to be set on a record accessor
Closes gh-50096
2026-07-22 15:57:45 +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 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
Stéphane Nicoll 59de56d66a Polish "Fix nested archive paths logging in PropertiesLauncher"
See gh-50968
2026-07-21 15:15:43 +02:00
Filip Hrisafov 2578e81796 Fix nested archive paths logging in PropertiesLauncher
See gh-50968

Signed-off-by: Filip Hrisafov <filip.hrisafov@gmail.com>
2026-07-21 14:58:48 +02:00
Stéphane Nicoll 629a01adf1 Merge pull request #50972 from msridhar
* map-remove-nullable:
  Polish "Adapt to improvements in Nullaway 0.13.8"
  Adapt to improvements in Nullaway 0.13.8

Closes gh-50972
2026-07-21 14:49:21 +02:00
Stéphane Nicoll d9ff81ff4a Polish "Adapt to improvements in Nullaway 0.13.8"
See gh-50972
2026-07-21 14:48:46 +02:00
Manu Sridharan 428806d71f Adapt to improvements in Nullaway 0.13.8
This commit adapts @Nullable when calling Map#remove as it correctly
handles nullability.

See gh-50972

Signed-off-by: Manu Sridharan <msridhar@gmail.com>
2026-07-21 14:45:29 +02:00
Stéphane Nicoll b5fd50f295 Merge pull request #51079 from dependabot[bot]
* dependabot/github_actions/Homebrew/actions/setup-homebrew-2026.07.20.1:
  Bump Homebrew/actions/setup-homebrew from 2026.07.13.1 to 2026.07.20.1

Closes gh-51079
2026-07-21 08:35:26 +02:00
dependabot[bot] a82cd6d395 Bump Homebrew/actions/setup-homebrew from 2026.07.13.1 to 2026.07.20.1
Bumps [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions) from 2026.07.13.1 to 2026.07.20.1.
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](https://github.com/homebrew/actions/compare/18fcb8e3e06b4247c676c506750dc95ea7226479...df4b09108a1de9d6f995fe68f302b3f68bd6d2ef)

---
updated-dependencies:
- dependency-name: Homebrew/actions/setup-homebrew
  dependency-version: 2026.07.20.1
  dependency-type: direct:production
...

See gh-51079

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-21 08:34:32 +02:00
Stéphane Nicoll da494b23fe Merge pull request #51080 from dependabot[bot]
* dependabot/github_actions/actions/checkout-7.0.1:
  Polish "Bump actions/checkout from 7.0.0 to 7.0.1"
  Bump actions/checkout from 7.0.0 to 7.0.1

Closes gh-51080
2026-07-21 08:33:08 +02:00
Stéphane Nicoll 357a0e0eed Polish "Bump actions/checkout from 7.0.0 to 7.0.1"
See gh-51080
2026-07-21 08:32:29 +02:00
dependabot[bot] a7ad7172f9 Bump actions/checkout from 7.0.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

See gh-51080

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-21 08:32:07 +02:00
Stéphane Nicoll 97d6609c2f Add missing expected deprecation
See gh-50793
2026-07-20 12:34:18 +02:00
Stéphane Nicoll 49fe3dd3ba Upgrade to WebJars Locator Lite 1.1.4
Closes gh-50995
2026-07-20 10:30:29 +02:00
Stéphane Nicoll ed572d7d08 Upgrade to UnboundID LDAPSDK 7.0.5
Closes gh-50994
2026-07-20 10:30:29 +02:00
Stéphane Nicoll 3bbe426298 Upgrade to Tomcat 11.0.24
Closes gh-50993
2026-07-20 10:30:28 +02:00
Stéphane Nicoll b6333cd42a Upgrade to R2DBC Postgresql 1.1.2.RELEASE
Closes gh-50992
2026-07-20 10:30:28 +02:00
Stéphane Nicoll 7be1988090 Upgrade to R2DBC MSSQL 1.0.5.RELEASE
Closes gh-50991
2026-07-20 10:30:28 +02:00
Stéphane Nicoll 5f08770879 Upgrade to R2DBC MariaDB 1.3.1
Closes gh-50990
2026-07-20 10:30:28 +02:00
Stéphane Nicoll 7859a3749c Upgrade to Postgresql 42.7.13
Closes gh-50989
2026-07-20 10:30:28 +02:00
Stéphane Nicoll 2717a0ba1e Upgrade to Netty 4.2.16.Final
Closes gh-50988
2026-07-20 10:30:28 +02:00
Stéphane Nicoll fa95d33e1b Upgrade to Maven Help Plugin 3.5.2
Closes gh-50987
2026-07-20 10:30:27 +02:00
Stéphane Nicoll 43ba3f0175 Upgrade to MariaDB 3.5.9
Closes gh-50986
2026-07-20 10:30:27 +02:00
Stéphane Nicoll 6d45e6aa64 Upgrade to Logback 1.5.38
Closes gh-50985
2026-07-20 10:30:27 +02:00
Stéphane Nicoll fa5773d7e7 Upgrade to Log4j2 2.25.5
Closes gh-50984
2026-07-20 10:30:27 +02:00
Stéphane Nicoll 63c2794053 Upgrade to jOOQ 3.19.36
Closes gh-50983
2026-07-20 10:30:27 +02:00
Stéphane Nicoll ab98903fa5 Upgrade to Jetty 12.1.11
Closes gh-50982
2026-07-20 10:30:27 +02:00