Phillip Webb
b2e691be02
Update copyright year of changed files
2025-04-28 12:20:02 -07:00
Phillip Webb
428fa6d941
Fix copyright headers to consistently start with project inception year
2025-04-28 12:15:32 -07:00
Andy Wilkinson
927e7dbf00
Polish "Use ClassLoader with ArchitectureCheck"
...
See gh-45202
2025-04-17 15:46:59 +01:00
Dmytro Nosan
bb3cf6c088
Use ClassLoader with ArchitectureCheck
...
Prior to this commit, certain rules, like BeanPostProcessor,
did not work with external classes. This commit ensures that
ArchRules are executed within a context ClassLoader that includes
all classes from the compile classpath.
See gh-45202
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-04-17 15:46:59 +01:00
Andy Wilkinson
2f7d598f41
Check imported boms for unwanted dependency management
...
Closes gh-42523
2025-03-26 10:52:30 +00:00
Phillip Webb
8aea6d575a
Update copyright year of changed files
2025-02-18 15:11:35 -08:00
Phillip Webb
754fabab20
Fixup 'Limit artifact types resolved from repositories'
2025-02-03 21:18:52 -08:00
Andy Wilkinson
d8a9ebd14b
Upgrade to Gradle 8.12
...
Closes gh-43649
2025-01-02 12:05:14 +00:00
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
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
a3b027a6f1
Add more javadoc links
...
See gh-41614
2024-11-19 23:15: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
Stéphane Nicoll
0d386be27f
Fix buildSrc build failures
2024-11-11 08:04:48 +09: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
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
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
Dmytro Nosan
666e0c1a53
Added Arch Rules for String.toLowerCase and String.toUpperCase without Locale
2024-10-17 13:20:39 +02:00
Phillip Webb
5732782043
Merge branch '3.2.x' into 3.3.x
2024-10-16 13:08:44 -07:00
Phillip Webb
41ae973d16
Update copyright year of changed files
2024-10-16 13:08:37 -07:00
Tran Ngoc Nhan
e0e50f8f5e
Fix Spring Data Cassandra Spring LDAP reference doc links
...
See gh-42599
2024-10-14 11:05:27 +02:00
Phillip Webb
ec615f631c
Merge branch '3.2.x' into 3.3.x
2024-09-30 16:03:30 -07:00
Phillip Webb
055064f16b
Merge branch '3.2.x' into 3.3.x
2024-09-27 10:33:30 -07:00
Phillip Webb
9836011ffd
Create extension to configure Spring maven repositories
...
Create a small Groovy script that can be used in `settings.gradle`
files to extend `repositories` to support the various maven
repositories required for our build.
See gh-42333
2024-09-27 10:30:20 -07:00
Stéphane Nicoll
726ee27cce
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42269
2024-09-11 18:56:35 +02:00
Scott Frederick
459d899ed9
Add release type attribute for Antora documentation generation
...
Fixes gh-41993
2024-08-21 18:03:57 -05:00
Phillip Webb
2c268b0773
Add more javadoc links for Antora to use
...
See gh-41614
2024-07-30 13:11:17 +01:00
Andy Wilkinson
87417c0536
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41633
2024-07-29 11:57:09 +01:00
Andy Wilkinson
4ee24bf9bd
Polish "Add rule to prevent calls to Objects.requireNonNull()"
...
See gh-41611
2024-07-29 11:41:26 +01:00
ivamly
fb22c189f4
Add rule to prevent calls to Objects.requireNonNull()
...
See gh-41611
2024-07-29 10:35:44 +01:00
Phillip Webb
28faf12062
Migrate plugins to javadoc asciidoctor macro
...
See gh-41605
2024-07-25 20:49:02 +01:00
Phillip Webb
cbd9cd654b
Add @springio/asciidoctor-extensions/javadoc-extension
...
See gh-41605
2024-07-25 15:15:02 +01:00
Phillip Webb
9dda006a18
Merge branch '3.2.x'
2024-06-19 22:55:00 -07:00
Phillip Webb
2a4582b084
Update copyright year of changed files
2024-06-19 22:54:40 -07:00
Phillip Webb
82d8222f56
Polish
2024-05-24 18:10:03 -07:00
Phillip Webb
b082e5d82d
Add external link indicators to API docs in Antora
...
Closes gh-40817
2024-05-17 09:52:24 -07:00
Andy Wilkinson
8221de2b1e
Merge branch '3.2.x'
...
Closes gh-40533
2024-04-26 14:00:52 +01:00
Andy Wilkinson
d2a5bb3b26
Add dependency management alignment infrastructure
...
Closes gh-40531
2024-04-26 13:51:16 +01:00
Andy Wilkinson
592571c16e
Merge branch '3.2.x'
...
Closes gh-40528
2024-04-26 09:34:00 +01:00
Andy Wilkinson
83f692237d
Migrate to com.gradle.develocity plugin
...
Closes gh-40153
2024-04-26 09:30:48 +01:00
Phillip Webb
5282d9878e
Move UI bundle URL to package.json
...
Closes gh-40132
2024-03-28 18:19:49 -07:00
Phillip Webb
10260c084b
Rename Antora component from spring-boot to boot
...
Closes gh-40131
2024-03-28 13:21:27 -07:00
Moritz Halbritter
2d9b1ad592
Use xref for documentation links
...
Closes gh-33745
2024-03-26 10:11:47 +01:00
Phillip Webb
124066941e
Attempt to fix Windows build error
...
See gh-33766
2024-03-20 16:46:23 -07:00
Phillip Webb
0c0fa1bc70
Attempt to fix Windows build error
...
See gh-33766
2024-03-20 16:32:31 -07:00
Phillip Webb
8d64e99714
Prepare buildSrc for migration to Antora
...
Replace `AsciidoctorConventions` with `AntoraConventions` in
preparation for the migration to Antora.
See gh-33766
2024-03-20 15:21:20 -07:00