Stéphane Nicoll
5edde93706
Merge pull request #51250 from dependabot[bot]
...
Closes gh-51250
* dependabot/npm_and_yarn/antora/multi-5e81c1b34f:
Bump brace-expansion in /antora
2026-08-05 14:51:33 +02:00
dependabot[bot]
1fdb1f9ff8
Bump brace-expansion in /antora
...
Bumps and [brace-expansion](https://github.com/juliangruber/brace-expansion ). These dependencies needed to be updated together.
Updates `brace-expansion` from 5.0.6 to 5.0.9
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.6...v5.0.9 )
Updates `brace-expansion` from 1.1.13 to 1.1.18
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.6...v5.0.9 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 5.0.9
dependency-type: indirect
- dependency-name: brace-expansion
dependency-version: 1.1.18
dependency-type: indirect
...
See gh-51250
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-05 14:46:36 +02:00
Stéphane Nicoll
0934dab1ef
Merge pull request #51247 from dependabot[bot]
...
Closes gh-51247
* dependabot/github_actions/Homebrew/actions/setup-homebrew-2026.08.03.1:
Bump Homebrew/actions/setup-homebrew from 2026.07.20.1 to 2026.08.03.1
2026-08-05 14:39:55 +02:00
dependabot[bot]
73a77e13cf
Bump Homebrew/actions/setup-homebrew from 2026.07.20.1 to 2026.08.03.1
...
Bumps [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions ) from 2026.07.20.1 to 2026.08.03.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/df4b09108a1de9d6f995fe68f302b3f68bd6d2ef...5037c6f1012cc5ea0b9f03fedbaf9955ed9e51e0 )
---
updated-dependencies:
- dependency-name: Homebrew/actions/setup-homebrew
dependency-version: 2026.08.03.1
dependency-type: direct:production
...
See gh-51247
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-05 14:38:42 +02:00
Stéphane Nicoll
d0f67c7414
Merge pull request #51175 from wantaekchoi
...
Closes gh-51175
* fix/hazelcast-resolve-config-location-throws:
Polish "Fix exception type documented by resolveConfigLocation"
Fix exception type documented by resolveConfigLocation
2026-08-05 11:40:35 +02:00
Stéphane Nicoll
481f6f03fe
Polish "Fix exception type documented by resolveConfigLocation"
...
This removes the throws entry altogether as we don't usually document
such exception.
See gh-51175
2026-08-05 11:38:43 +02:00
wantaek
010bc3c307
Fix exception type documented by resolveConfigLocation
...
The javadoc promises an IllegalArgumentException, but the method asserts
with Assert.state, which throws an IllegalStateException.
See gh-51175
Signed-off-by: wantaek <wantaekchoi@gmail.com >
2026-08-05 11:38:43 +02:00
Stéphane Nicoll
e61ef57f30
Restore additional repositories for integrtion tests as well
...
As it turns out, intTest are also affected.
See gh-51266
2026-08-04 16:30:58 +02:00
Stéphane Nicoll
4c8de39294
Restore additional repositories for docker tests
...
This commit reverts partially what was done in gh-49397 to let docker
tests have access to additional maven repositories. Unfortunately, maven
build executions with the Spring Boot Maven Plugin do not use the BOM
for dependency management. As such, if one of the dependency requires
a dependency that has not been prepared in the local repository, it will
need to be able to download it from the relevant repository.
This is the case with spring-core that the maven plugin depends on when
Spring Framework and Spring Boot do not use the same Micrometer version:
the build prepares the version that Spring Boot uses, but the build
execution attempts to download the one that Spring Framework relies on.
Closes gh-51266
2026-08-04 15:41:43 +02:00
Stéphane Nicoll
db5ccf4da3
Start building against Spring Session 4.0.5 snapshots
...
See gh-51246
2026-08-03 20:18:59 +02:00
Stéphane Nicoll
ac45b11f46
Start building against Spring Security 7.0.7 snapshots
...
See gh-51245
2026-08-03 20:18:55 +02:00
Stéphane Nicoll
a67e25e05c
Start building against Spring LDAP 4.0.5 snapshots
...
See gh-51244
2026-08-03 20:18:51 +02:00
Stéphane Nicoll
3936226ca5
Start building against Spring Kafka 4.0.7 snapshots
...
See gh-51243
2026-08-03 20:18:47 +02:00
Stéphane Nicoll
03654fd7aa
Start building against Spring Integration 7.0.6 snapshots
...
See gh-51242
2026-08-03 20:18:42 +02:00
Stéphane Nicoll
3efbe4f687
Start building against Spring GraphQL 2.0.5 snapshots
...
See gh-51241
2026-08-03 20:18:38 +02:00
Stéphane Nicoll
0c551a7f9f
Start building against Spring Framework 7.0.9 snapshots
...
See gh-51240
2026-08-03 20:18:34 +02:00
Stéphane Nicoll
1d339b0302
Start building against Spring Batch 6.0.5 snapshots
...
See gh-51239
2026-08-03 20:18:29 +02:00
Stéphane Nicoll
5008803fd2
Start building against Spring AMQP 4.0.5 snapshots
...
See gh-51238
2026-08-03 20:18:25 +02:00
Stéphane Nicoll
e559b4e013
Start building against Reactor Bom 2025.0.7 snapshots
...
See gh-51237
2026-08-03 20:18:20 +02:00
Stéphane Nicoll
818c70e6db
Start building against Micrometer Tracing 1.6.7 snapshots
...
See gh-51236
2026-08-03 20:18:16 +02:00
Stéphane Nicoll
253b8ac949
Start building against Micrometer 1.16.7 snapshots
...
See gh-51235
2026-08-03 20:18:11 +02:00
Stéphane Nicoll
42416228f8
Upgrade to R2DBC MySQL 1.4.3
...
Closes gh-51183
2026-08-03 10:23:20 +02:00
Stéphane Nicoll
0e80308a53
Upgrade to MariaDB 3.5.10
...
Closes gh-51182
2026-08-03 10:23:16 +02:00
Stéphane Nicoll
4bcca11678
Upgrade to JSpecify 1.0.1
...
Closes gh-51181
2026-08-03 10:23:10 +02:00
Stéphane Nicoll
e126c48cc6
Upgrade to Hibernate 7.2.24.Final
...
Closes gh-51180
2026-08-03 10:23:06 +02:00
Stéphane Nicoll
ac3321d980
Upgrade to Groovy 5.0.8
...
Closes gh-51179
2026-08-03 10:23:01 +02:00
Stéphane Nicoll
eb85911d26
Upgrade to CycloneDX Maven Plugin 2.9.3
...
Closes gh-51178
2026-08-03 10:22:55 +02:00
Stéphane Nicoll
7a75664c1b
Merge pull request #51172 from MacAlsandair
...
Closes gh-51172
* docs-remove-influxdb-reference-4.0.x:
Polish "Remove reference to removed InfluxDB auto-configuration"
Remove reference to removed InfluxDB auto-configuration
2026-08-03 08:22:09 +02:00
Stéphane Nicoll
7e2a547e5b
Polish "Remove reference to removed InfluxDB auto-configuration"
...
See gh-51172
2026-08-03 08:17:10 +02:00
Alexander Makarov
b0fbbe736d
Remove reference to removed InfluxDB auto-configuration
...
The auto-configuration for the InfluxDB client was removed in 3.4.0, but
the NoSQL section of the reference documentation still described it.
See gh-51172
Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li >
2026-08-03 08:14:32 +02:00
Andy Wilkinson
178305c854
Add support for upgrading dependencies using release train versions
2026-07-31 16:11:40 +01:00
Andy Wilkinson
6c19b31fb7
Update the build for release train participation
...
Closes gh-51163
2026-07-30 12:37:42 +01:00
Stéphane Nicoll
9714d27e57
Merge pull request #51152 from MacAlsandair
...
Closes gh-51152
* docs-kafka-jackson-json-serde-4.0.x:
Use JacksonJsonSerde in Kafka Streams documentation
2026-07-30 08:51:58 +02:00
Alexander Makarov
bb62e8c171
Use JacksonJsonSerde in Kafka Streams documentation
...
See gh-51152
Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li >
2026-07-30 08:46:31 +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
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
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