Commit Graph

1066 Commits

Author SHA1 Message Date
Phillip Webb
aa374bf406 Correct links used in upgrade issues
Update BOMR so that the `Upgrade` type now contains a copy of the
library we're upgrading to complete with an updated version number.

This allows the correct links to be generated.

Closes gh-43545
2024-12-17 13:33:47 -08:00
Phillip Webb
239fa0356f Remove trailing slashes from all link URLs
Closes gh-43518
2024-12-16 10:44:20 -08:00
Phillip Webb
709b9bb149 Allow Jackson to escape new line chars when BOMR adds issues
Remove the escaping logic when building the issue body so that Jackson
can perform the actual escaping. Prior to this commit, the message
body was double escaped.

Closes gh-43479
2024-12-10 13:19:53 -08:00
Phillip Webb
5ea9c741c8 Don't duplicate lines when issue has release notes link 2024-12-10 13:00:57 -08:00
Phillip Webb
283bc6faf0 Merge branch '3.2.x' into 3.3.x 2024-11-20 20:57:35 -08:00
Phillip Webb
5c938fc8bc Update copyright year of changed files 2024-11-20 20:57:27 -08:00
Phillip Webb
81ba8b6c7b Refine javadoc links
See gh-41614
2024-11-20 17:14:12 -08:00
Phillip Webb
e645f4e734 Fix javadoc links to include module
See gh-41614
2024-11-20 12:34:05 -08:00
Andy Wilkinson
ec2a350959 Publish API catalog content and root aggregate content from s-b-docs
Closes gh-43224
2024-11-20 10:09:23 +00:00
Phillip Webb
a3b027a6f1 Add more javadoc links
See gh-41614
2024-11-19 23:15:46 -08:00
Moritz Halbritter
63edd3d65f Merge branch '3.2.x' into 3.3.x
Closes gh-43220
2024-11-19 11:17:41 +01:00
Moritz Halbritter
df35d44ea7 Polish "Remove deprecated getFiles() instead of getResolvedArtifacts()"
See gh-43191
2024-11-19 11:12:52 +01:00
YiXuan Ding
659b30d9bb Remove deprecated getFiles() instead of getResolvedArtifacts()
See gh-43191
2024-11-19 11:11:24 +01:00
Phillip Webb
ef8351716f Merge branch '3.2.x' into 3.3.x
Closes gh-43195
2024-11-15 13:23:59 -08:00
Phillip Webb
f013c0edc3 Automatically run check task from buildSrc
Update `buildSrc` so that the `check` command is run as part of the
regular build. This restores the behavior of Gradle 7.x and will
hopefully allow us to catch test issues earlier.

Closes gh-43192
2024-11-15 13:20:46 -08:00
Phillip Webb
7b4f57c23f Merge branch '3.2.x' into 3.3.x 2024-11-15 09:07:14 -08:00
Phillip Webb
8591eda5a8 Fix failing buildSrc build 2024-11-15 08:57:16 -08:00
Phillip Webb
9efb5166d7 Add more javadoc links
See gh-41614
2024-11-13 11:05:51 -08:00
Phillip Webb
2f2d65b7a3 Allow multiple links in libraries DSL
Update our libraries DSL to support multiple links with the same
name. This will allow us to reference libraries that publish
multiple API sites with each of their releases.

See gh-41614
2024-11-13 11:05:39 -08:00
Phillip Webb
a1ce20701f Fix javadoc location attributes
See gh-41614
2024-11-13 11:04:41 -08:00
Stéphane Nicoll
cf158d5299 Handle the lack of a release notes link when upgrading a dependency
Closes gh-43094
2024-11-11 08:04:48 +09:00
Stéphane Nicoll
0d386be27f Fix buildSrc build failures 2024-11-11 08:04:48 +09:00
Phillip Webb
571bd592fb Fixup and add more javadoc-location attributes
Fix a few errors and add more javadoc-location package attributes
for use in `.adoc` files.

See gh-41614
2024-11-08 22:48:00 -08:00
Phillip Webb
30efd52082 Use internal attributes for values that aren't directly referenced
Update `AntoraAsciidocAttributes` so that internal attributes are
available for use in `antora-asciidoc-attributes.properties`. These
attributes don't end up in the final `antora.yml` file.

This commit also restore the `-version` properties for Spring Data.

Closes gh-43080
2024-11-08 22:46:33 -08:00
Phillip Webb
47216a80e7 Expand javadoc links to include packages
Update javadoc links to include package references when relevant. The
packages are used to populate `javadoc-location-*` attributes that the
Asciidoctor javadoc extension can use.

See gh-41614
2024-11-07 15:55:07 -08:00
Andy Wilkinson
42ce97b40f Link to release notes from upgrade issues
Closes gh-31544
2024-11-05 15:55:32 +00:00
Andy Wilkinson
f9281a61ff Rework Antora Gradle Infrastructure
Closes gh-40572

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2024-11-01 14:28:18 +00:00
Andy Wilkinson
53186655f9 Merge branch '3.2.x' into 3.3.x
Closes gh-42944
2024-10-30 10:44:04 +00:00
Andy Wilkinson
1c61e59099 Prohibit unnecessary values on @ConditionalOnMissingBean
Closes gh-42941
2024-10-30 10:24:00 +00:00
Andy Wilkinson
c8b0e7f66a Merge branch '3.2.x' into 3.3.x
Closes gh-42930
2024-10-29 17:54:55 +00:00
Andy Wilkinson
c340c691c5 Avoid calling getProject() during task execution
Closes gh-32980
2024-10-29 17:54:00 +00:00
Andy Wilkinson
5d425fe3ff Merge branch '3.2.x' into 3.3.x
Closes gh-42927
2024-10-29 15:22:50 +00:00
Andy Wilkinson
decf234b88 Move away from ProjectDependency#getDependencyProject()
Closes gh-42870
2024-10-29 15:22:12 +00:00
Phillip Webb
9210b3b8e9 Revert "Drop @Input from getData()"
This reverts commit a9e50d67dd as
we do have some undeclared inputs.

See gh-40572
2024-10-23 09:58:27 -07:00
Phillip Webb
a9e50d67dd Drop @Input from getData()
Remove `@Input` from the `getData()` method since it's built up from
other properties.

See gh-40572
2024-10-22 11:13:32 -07:00
Stéphane Nicoll
1688804f0c Merge branch '3.2.x' into 3.3.x
Closes gh-42810
2024-10-21 17:19:00 +02:00
jeonghyeon00
cc25e6145e Polish
See gh-42809
2024-10-21 17:00:42 +02:00
Phillip Webb
8d028aa55f Merge branch '3.2.x' into 3.3.x
Closes gh-42793
2024-10-18 10:59:48 -07:00
Phillip Webb
a45844e7cd Reclaim docker disk space on CI during build
Attempt to fix disk space issues by removing large docker images
after they have been used.

This commit backports commits from `3.4.x` that were applied to
test the changes.

Closes gh-42776
2024-10-18 10:58:27 -07:00
Andy Wilkinson
2a60a967bd Merge branch '3.2.x' into 3.3.x
Closes gh-42783
2024-10-18 12:55:25 +01:00
Andy Wilkinson
706f30838b Abort upgrades upon user interrupt
Closes gh-39685
2024-10-18 12:48:58 +01:00
Moritz Halbritter
73150b799a Merge branch '3.2.x' into 3.3.x
Closes gh-42772
2024-10-17 17:58:11 +02:00
Moritz Halbritter
ce106eb43c Remove calls to deprecated Project.getBuildDir() in Gradle files
Closes gh-42739
2024-10-17 17:46:17 +02:00
Moritz Halbritter
976fa1d6f5 Merge branch '3.2.x' into 3.3.x
Closes gh-42737
2024-10-17 14:40:46 +02:00
Moritz Halbritter
7613e91a51 Remove calls to deprecated Project.getBuildDir()
Closes gh-42728
2024-10-17 14:30:29 +02:00
Moritz Halbritter
8efe6e02d9 Merge branch '3.2.x' into 3.3.x
Closes gh-42735
2024-10-17 13:38:03 +02:00
Moritz Halbritter
a3060652f8 Call String.toLowerCase and .toUppercase with explicit locale
Closes gh-42719
2024-10-17 13:20:39 +02:00
Dmytro Nosan
666e0c1a53 Added Arch Rules for String.toLowerCase and String.toUpperCase without Locale 2024-10-17 13:20:39 +02:00
Moritz Halbritter
43c4baf975 Merge branch '3.2.x' into 3.3.x
Closes gh-42733
2024-10-17 12:00:47 +02:00
Moritz Halbritter
4a4af0ac66 React to JavaPlugin to get ArchitectureCheck tasks registered again
Closes gh-42732
2024-10-17 11:55:09 +02:00