Commit Graph
1600 Commits
Author SHA1 Message Date
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 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
Phillip Webb 8cd3cdd19a Merge branch '4.0.x' into 4.1.x 2026-09-01 14:51:12 -07:00
Phillip Webb eaaa8334bc Drop LibraryVersion and introduce LinkedVersion
Remove `LibraryVersion` in favor of working directly with
`DependencyVersion` for most tasks. As of commit 510c7815
`LibraryVersion` is only being used as a wrapper for the link
factory function. Introducing a dedicated `LinkedVersion` for
that purpose simplifies a lot of code.

See gh-51498
2026-09-01 14:49:26 -07:00
Phillip Webb 25a99a84c0 Merge branch '4.0.x' into 4.1.x 2026-08-31 21:24:40 -07:00
Phillip Webb 2e1502e5d7 Refactor BOM link DSL
Update link DSL with a new `Links` type and an enum for the type
rather than a name. This update also fixes Hibernate links which were
broken.

See gh-51498
2026-08-31 21:22:46 -07:00
Phillip Webb b47fb32f51 Merge branch '4.0.x' into 4.1.x
Closes gh-51500
2026-08-28 22:27:36 -07:00
Phillip Webb 83ed4b5487 Add javdoc and sources variants to spring-graphql dependencies
Closes gh-51499
2026-08-28 22:27:02 -07:00
Phillip Webb 57dfc416b5 Merge branch '4.0.x' into 4.1.x
Closes gh-51495
2026-08-28 15:50:48 -07:00
Phillip Webb aefb3a4398 Add javdoc and sources variants to spring-framework dependencies
Closes gh-51494
2026-08-28 15:43:29 -07:00
Phillip Webb a63e99407e Merge branch '4.0.x' into 4.1.x 2026-08-26 14:08:23 -07:00
Phillip Webb 9c8bf507d4 Simplify documentation dependencies 2026-08-26 14:03:44 -07:00
Phillip Webb 1e3261b58b Merge branch '4.0.x' into 4.1.x
Closes gh-51443
2026-08-25 12:00:08 -07:00
Alexander Makarov f76e3b6886 Remove duplicate adoc generation in DocumentAutoConfigurationClasses
The task loaded the auto-configuration metadata twice and wrote every
module's adoc file twice. When `load()` and `writeNavAdoc()` were
introduced, the pre-existing loop that read each metadata file and
called `writeModuleAdoc()` was left in place, so each file was
generated once from `load()` and then again, identically, by the loop.

Remove the redundant loop. The generated output is unchanged.

See gh-51438

Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li>
2026-08-25 11:58:25 -07:00
Stéphane Nicoll be792dd0ea Merge branch '4.0.x' into 4.1.x
Closes gh-51176
2026-08-03 08:22:27 +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
Andy Wilkinson bf1eeb7055 Merge branch '4.0.x' into 4.1.x 2026-07-31 16:23:19 +01:00
Andy Wilkinson 178305c854 Add support for upgrading dependencies using release train versions 2026-07-31 16:11:40 +01:00
Andy Wilkinson 811f3a225b Merge branch '4.0.x' into 4.1.x
Closes gh-51164
2026-07-30 12:38:23 +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 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 4c346884f3 Merge branch '4.0.x'
Closes gh-50923
2026-07-06 15:15:07 +02:00
Stéphane Nicoll 2245a79653 Harmonize checkstyle configuration
Closes gh-50921
2026-07-06 15:12:44 +02:00
Stéphane Nicoll e44b486a00 Merge branch '4.0.x' 2026-06-30 10:10:35 +02:00
Stéphane Nicoll 22eef97293 Add missing or outdated copyright headers
See gh-50894
2026-06-30 10:04:39 +02:00
Stéphane Nicoll e454d9a916 Merge branch '4.0.x'
Closes gh-50895
2026-06-30 09:51:29 +02:00
Stéphane Nicoll 8ad1475247 Harmonize copyright header configuration
Closes gh-50894
2026-06-30 09:51:00 +02:00
Andy Wilkinson 6893528c34 Merge branch '4.0.x'
Closes gh-50880
2026-06-28 18:04:55 +01:00
Andy Wilkinson fc997f67d9 Revert "Pin Antora's Node version to 24.14.1"
This reverts commit cf2ca419ea.

Closes gh-50879
2026-06-28 18:04:36 +01:00
Andy Wilkinson 4065e767bf Configure Bomr to align gRPC dependency versions with Spring gRPC
Closes gh-50769
2026-06-15 14:21:29 +01:00
Stéphane Nicoll 48463ed3cb Merge branch '4.0.x'
Closes gh-50637
2026-05-30 16:41:28 +02:00
Stéphane Nicoll f6ab34be01 Merge branch '3.5.x' into 4.0.x
Closes gh-50636
2026-05-30 16:41:21 +02:00
Sebastien Tardif 6d9fd88ae9 Close URLClassLoader in ArchitectureCheck
See gh-50626

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
2026-05-30 16:34:19 +02:00
Andy Wilkinson 6a74bb85a3 Merge branch '4.0.x'
Closes gh-50440
2026-05-14 15:03:44 +01:00
Andy Wilkinson add52b6ccd Merge branch '3.5.x' into 4.0.x
Closes gh-50439
2026-05-14 15:02:24 +01:00
Andy Wilkinson e96ca4af56 Update headers to use quotes consistently
Closes gh-50397
2026-05-14 14:59:43 +01:00
Andy Wilkinson 5d4848cf75 Merge branch '4.0.x'
Closes gh-50300
2026-05-06 09:16:02 +01:00
Andy Wilkinson 9e8ed12688 Merge branch '3.5.x' into 4.0.x
Closes gh-50299
2026-05-06 09:15:45 +01:00
Andy Wilkinson cf2ca419ea Pin Antora's Node version to 24.14.1
24.15.0 regularly crashes during Windows CI builds. The suspected
cause is nodejs/node#62991.

Closes gh-50295
2026-05-06 09:13:17 +01:00
Phillip Webb 796b0343c6 Merge branch '4.0.x'
Closes gh-50291
2026-05-04 15:37:42 -07:00
Phillip Webb a6895e3da2 Merge branch '3.5.x' into 4.0.x
Closes gh-50289
2026-05-04 14:03:03 -07:00
Phillip Webb f8ecad5155 Polish "Align DocumentBuilderFactory configuration"
See gh-50282
2026-05-04 14:02:22 -07:00
Sebastien Tardif eb90d0de63 Align DocumentBuilderFactory configuration
Align configuration used for `DocumentBuilderFactory` instances
across the codebase.

See gh-50282

Signed-off-by: Sebastien Tardif <SebTardif@ncf.ca>
2026-05-04 13:36:12 -07:00
Phillip Webb a35de379ee Merge branch '4.0.x'
Closes gh-50279
2026-05-01 17:48:35 -07:00
Phillip Webb 0bf9d6b481 Merge branch '3.5.x' into 4.0.x
Closes gh-50278
2026-05-01 17:48:05 -07:00
Phillip Webb a5a4e218d9 Fix transformed ivysettings.xml
Fix the environment variable reference to be correctly escaped.

Closes gh-50277
2026-05-01 17:47:05 -07:00
Phillip Webb 3bafd4994e Document gRPC support
Closes gh-49291
2026-04-21 20:03:28 -07:00
Andy Wilkinson 7b46640c3c Merge branch '4.0.x'
Closes gh-49939
2026-04-07 11:03:56 +01:00
Andy Wilkinson 5287ad0b17 Merge branch '3.5.x' into 4.0.x
Closes gh-49938
2026-04-07 11:03:40 +01:00