Andy Wilkinson
d78c7b541a
Introduce docker-test plugin for running tests that require Docker
...
See gh-41228
2 years ago
Andy Wilkinson
28a887ad0f
Raise minimum supported version of Gradle
...
Closes gh-41180
2 years ago
Phillip Webb
2a4582b084
Update copyright year of changed files
2 years ago
Phillip Webb
dcccb3b2b1
Polish "Use method references when possible"
...
See gh-40974
2 years ago
Ahmed Ashour
507229eef8
Use method references when possible
...
See gh-40974
2 years ago
Ahmed Ashour
3a375ef66e
Prevent unnecessary boxing
...
See gh-40985
2 years ago
Phillip Webb
a18cb37657
Polish "Use 'switch' instead of 'if'"
...
See gh-40985
2 years ago
Ahmed Ashour
2c5934dab2
Use 'switch' instead of 'if'
...
See gh-40985
2 years ago
Phillip Webb
ecc9a2352d
Polish "Use constructor rather than Collection.addAll"
...
See gh-41053
2 years ago
Seungrae
b5b8357489
Fix typo in AntoraAsciidocAttributes class
...
See gh-40946
2 years ago
Phillip Webb
82d8222f56
Polish
2 years ago
Phillip Webb
b082e5d82d
Add external link indicators to API docs in Antora
...
Closes gh-40817
2 years ago
Piyal Ahmed
dfc3b20afb
Fix typo in variable name
...
See gh-40770
2 years ago
Piyal Ahmed
3cac9b1d17
Fix typo in JavaDoc
...
See gh-40637
2 years ago
Andy Wilkinson
0934b68c6c
Link to Java APIs from Kotlin API documentation
...
Closes gh-40694
2 years ago
Andy Wilkinson
53e1c7ed7d
Include Kotlin API documentation in the documentation site
...
Closes gh-40692
2 years ago
Andy Wilkinson
436f2758f8
Ensure that extensions have been built before Asciidoctor runs
...
See gh-40536
2 years ago
Andy Wilkinson
c7ec6080ce
Publish a runtime variant that supports Java 22
...
In order to support Java 22, we must use spring-core 6.1.x.
spring-core 6.1.x is a multi-release jar so, in order to support Java
22, a version of Gradle that supports multi-release jars must be
used.
This commit adds a new variant to spring-boot-gradle-plugin for
modern versions of Gradle. When Gradle's plugin API version is 8.7 or
later, we use spring-core 6.1.x. spring-core 6.0.x is used at all
other times.
Closes gh-40074
2 years ago
Andy Wilkinson
86a3099782
Align ExtractVersionConstraints with 3.2.x
...
See gh-40551
2 years ago
Andy Wilkinson
0757857b74
Stop calling getProject() when ExtractVersionConstraints is executing
...
Closes gh-40550
2 years ago
Andy Wilkinson
ee73b022c7
Polish
2 years ago
Andy Wilkinson
b8aed98649
Avoid calling getProject() when checking configuration metadata
...
Closes gh-40546
2 years ago
Andy Wilkinson
fd887839a3
Avoid calling getProject() during execution of pMPTPR
...
Closes gh-40543
2 years ago
Andy Wilkinson
3e6a9b3708
Stop calling getProject() during execution of AutoConfigurationMetadata
...
Closes gh-40540
2 years ago
Andy Wilkinson
2572c6d3cd
Stop calling getProject() during execution of StarterMetadata
...
Closes gh-40537
2 years ago
Andy Wilkinson
3881cd0ea3
Upgrade to Asciidoctor Gradle Plugin 4.0.2
...
Closes gh-40536
2 years ago
Andy Wilkinson
d2a5bb3b26
Add dependency management alignment infrastructure
...
Closes gh-40531
2 years ago
Andy Wilkinson
83f692237d
Migrate to com.gradle.develocity plugin
...
Closes gh-40153
2 years ago
Phillip Webb
20db2b54c7
Update copyright year of changed files
2 years ago
Felix
8a42935dad
Apply instanceof pattern matching
...
See gh-40085
2 years ago
Phillip Webb
e460929aa6
Silence npm ci logging
2 years ago
Phillip Webb
70a4bc8023
Refine antora npx command
...
Build the nox args directly to ensure the correct `--package` is
used.
See gh-40132
2 years ago
Phillip Webb
5282d9878e
Move UI bundle URL to package.json
...
Closes gh-40132
2 years ago
Phillip Webb
7f99190259
Manage antora versions using package.json
...
See gh-40132
2 years ago
Phillip Webb
10260c084b
Rename Antora component from spring-boot to boot
...
Closes gh-40131
2 years ago
Moritz Halbritter
9f8a26f0f7
Replace links to code with links to javadoc
...
Closes gh-40065
2 years ago
Moritz Halbritter
2d9b1ad592
Use xref for documentation links
...
Closes gh-33745
2 years ago
Phillip Webb
75012c5173
Attempt to fix Windows build error with Antora
...
See gh-33766
2 years ago
Phillip Webb
82cac04637
Turn up Antora logging to help with CI
2 years ago
Phillip Webb
605930f325
Upgrade antora-zip-contents-collector-extension to 1.0.0-alpha.3
...
See gh-33766
2 years ago
Phillip Webb
124066941e
Attempt to fix Windows build error
...
See gh-33766
2 years ago
Phillip Webb
0c0fa1bc70
Attempt to fix Windows build error
...
See gh-33766
2 years ago
Phillip Webb
8d64e99714
Prepare buildSrc for migration to Antora
...
Replace `AsciidoctorConventions` with `AntoraConventions` in
preparation for the migration to Antora.
See gh-33766
2 years ago
Phillip Webb
f396c51550
Further refine links in `spring-boot-dependencies`
...
Fix a few links and allow the root name to be generated
from the library name.
See gh-39779
2 years ago
Phillip Webb
9cdc8833c3
Fix copyright header
2 years ago
Scott Frederick
0962025c4b
Support loading of base64 encoded values as Resources
...
An ApplicationResourceLoader has been introduced to support loading
resources using registered ProtocolResolvers. All usages of
DefaultResourceLoader and ResourceUtils have been changed to use
the ApplicationResourceLoader.
A Base64ProtocolResolver has been added to support resources of type
`base64:` that contain base64 encoded values.
Closes gh-36033
2 years ago
Phillip Webb
91d150c3d4
Apply nohttp check per-project rather than at root
...
Switch nohttp checks to a convention that is applied per-project rather
than at the root. This should help to reduce memory consumption.
Closes gh-40013
2 years ago
Phillip Webb
8b4f411e90
Refine links in `spring-boot-dependencies`
...
Add support for a root name and change `reference` to `docs`.
See gh-39779
2 years ago
Phillip Webb
75c7bed6c6
Add external links to `spring-boot-dependencies`
...
Update the BOM `Library` model to support external links that we
can use in documentation and the release process.
An additional `checkLinks` task has also been added to verify
returned HTTP status codes.
Closes gh-39779
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2 years ago
Phillip Webb
8f1a330dd5
Update copyright header of cleaned up code
...
See gh-39259
2 years ago