Andy Wilkinson
0176fa3141
Merge branch '3.0.x'
2025-06-16 08:07:24 +01:00
Andy Wilkinson
f0e1c3827d
Merge branch '3.0.x'
2025-06-16 08:07:16 +01:00
Andy Wilkinson
7e02c125f1
Next development version (v3.0.5-SNAPSHOT)
2025-06-16 07:28:31 +01:00
Andy Wilkinson
65c80809d2
Correct configuration of central-publish-action
...
See gh-968
2025-06-16 07:28:31 +01:00
Andy Wilkinson
9fd23e371b
Merge branch '3.0.x'
2025-06-16 07:02:28 +01:00
Andy Wilkinson
dfef03e4d4
Publish releases using Central Portal
...
Closes gh-968
2025-06-16 07:01:31 +01:00
Andy Wilkinson
e494927b4e
Remove deprecated APIs
...
Closes gh-967
2025-06-03 19:30:44 +01:00
Andy Wilkinson
e883bb6332
Merge branch '3.0.x'
2025-06-03 19:28:23 +01:00
Andy Wilkinson
4e363762eb
Remove Concourse CI configuration
2025-06-03 19:28:10 +01:00
Andy Wilkinson
0ff80df689
Merge pull request #965 from odrotbohm
...
* gh-965:
Polish "Support link extraction with official HAL and HAL-FORMS media types"
Support link extraction with official HAL and HAL-FORMS media types
Closes gh-965
2025-06-03 19:24:31 +01:00
Andy Wilkinson
cd16feba50
Polish "Support link extraction with official HAL and HAL-FORMS media types"
...
See gh-965
2025-06-03 19:24:18 +01:00
Oliver Drotbohm
9144684768
Support link extraction with official HAL and HAL-FORMS media types
...
Register the HalLinkExtractor for both the official HAL media type
(application/vnd.hal+json) and the HAL-FORMS media type
(application/prs.hal-forms+json)
See gh-965
2025-06-03 19:19:34 +01:00
Andy Wilkinson
c74602f0bb
Merge branch '3.0.x'
2025-06-03 19:13:37 +01:00
Andy Wilkinson
2fb84a29ac
Run CI against latest and LTS Java versions
2025-06-03 19:08:41 +01:00
Andy Wilkinson
7c7daf6c04
Close Writers in StandardWriterResolverTests
...
The unclosed writers were preventing clean up of the JUnit-managed
temporary directory.
See gh-959
2025-06-03 17:58:13 +01:00
Andy Wilkinson
b82451e527
Remove support for JUnit 4
...
Closes gh-958
2025-06-03 17:35:46 +01:00
Andy Wilkinson
c7bde714d6
Migrate tests to JUnit 5
...
Closes gh-959
2025-06-03 16:47:20 +01:00
Andy Wilkinson
d0c224de95
Merge branch '3.0.x'
2025-06-03 13:24:45 +01:00
Andy Wilkinson
3501200098
Use Spring Framework 6.2.x by default
...
Closes gh-966
2025-06-03 13:24:09 +01:00
Andy Wilkinson
59d13adf62
Merge branch '3.0.x'
2025-06-03 13:19:37 +01:00
Andy Wilkinson
ddbfacb6eb
Upgrade to Develocity Conventions 0.0.23
2025-06-03 13:15:34 +01:00
Andy Wilkinson
5a7a1412d0
Upgrade Java version in .sdkmanrc
2025-06-03 13:14:57 +01:00
Andy Wilkinson
20cff4d77b
Upgrade to Gradle 8.14.1 and minimize deprecation warnings
2025-06-03 11:13:35 +01:00
Andy Wilkinson
c1266abe9f
Upgrade to Compatibility Test Plugin 0.0.4
2025-06-03 11:13:22 +01:00
Andy Wilkinson
1d34bcb53c
Merge branch '3.0.x'
2025-05-16 10:12:24 +01:00
Andy Wilkinson
3893e2a8c8
Merge pull request #962 from djarnis73
...
* gh-962:
Align bootJar example with changes to Asciidoctor's Gradle plugin
Closes gh-962
2025-05-16 10:12:07 +01:00
Jens Teglhus Møller
af35dbd874
Align bootJar example with changes to Asciidoctor's Gradle plugin
...
Signed-off-by: Jens Teglhus Møller <jtm@mostlyharmless.dk >
See gh-962
2025-05-16 10:11:33 +01:00
Andy Wilkinson
46f4962d92
Merge branch '3.0.x'
...
Closes gh-963
2025-05-16 10:09:30 +01:00
Andy Wilkinson
64494bec84
Add Git hooks for forward merges
2025-05-16 10:09:25 +01:00
Andy Wilkinson
c69c271108
Merge pull request #961 from zzoe2346
...
* gh-961:
Add Spring REST Docs icon for IntelliJ IDEA
Closes gh-961
2025-05-16 10:00:44 +01:00
Seonghun Jeong
ec951e123c
Add Spring REST Docs icon for IntelliJ IDEA
...
- Add an SVG project icon converted from the official PNG logo
(source: https://spring.io/img/projects/spring-restdocs.png )
- Update .gitignore to exclude all .idea files except icon.svg
Signed-off-by: Seonghun Jeong <tjdgns5506@gmail.com >
See gh-961
2025-05-16 10:00:34 +01:00
Andy Wilkinson
8fd536c637
Remove commons-logging excludes
...
The spring-jcl module has been removed in Spring Framework 7 in
favor of Commons Logging 1.3. This commit removes the excludes
for commons-logging:commons-logging that werew required to ensure
that spring-jcl was used instead but that are no longer needed.
See gh-955
2025-02-03 10:00:28 +00:00
Andy Wilkinson
0b103fdc0e
Raise the minimum supported version of AsciidoctorJ to 3.0
...
Closes gh-957
2025-01-30 16:28:44 +00:00
Andy Wilkinson
85ebc4eb86
Align Servlet-related dependencies with Framework 7 baseline
...
See gh-955
2025-01-30 16:06:12 +00:00
Andy Wilkinson
5e6530a601
Raise minimum versions of validation dependencies
...
Closes gh-956
2025-01-30 16:06:01 +00:00
Andy Wilkinson
4fb5b8716c
Merge pull request #955 from snicoll
...
* gh-955:
Polish "Raise the minimum support version of Spring Framework to 7.0"
Raise the minimum support version of Spring Framework to 7.0
Closes gh-955
2025-01-30 15:18:27 +00:00
Andy Wilkinson
34c93666e1
Polish "Raise the minimum support version of Spring Framework to 7.0"
...
See gh-955
2025-01-30 15:18:02 +00:00
Stéphane Nicoll
c72e32d3cb
Raise the minimum support version of Spring Framework to 7.0
...
See gh-955
2025-01-30 15:17:23 +00:00
Andy Wilkinson
db16f279c2
Begin work on 4.0
2025-01-30 15:06:43 +00:00
Andy Wilkinson
58c9c2ef57
Merge branch '3.0.x'
2025-01-30 15:05:48 +00:00
Andy Wilkinson
5cfd3dad59
Prepare 3.0.x branch
2025-01-30 15:05:19 +00:00
Andy Wilkinson
7b7a1f858f
Polish README
2025-01-16 13:41:06 +00:00
Andy Wilkinson
cc13994ccf
Switch from CLA to DCO
2025-01-15 09:25:36 +00:00
Andy Wilkinson
dfa94966cb
Merge pull request #951 from izeye
...
* gh-951:
Remove DefaultAttributesPreprocessor
Closes gh-951
2024-12-17 09:04:54 +00:00
Johnny Lim
5419cd202f
Remove DefaultAttributesPreprocessor
...
See gh-951
2024-12-17 09:04:34 +00:00
Andy Wilkinson
2d838a1a34
Ensure that default value for snippets attribute is an absolute path
...
Previously, the snippets attribute was absolute when using Gradle and
relative to the docdir when using Maven. The relative path that was
used with Maven only worked as long as the working directory when
invoking Asciidoctor was the same as the docdir. This was the case
until 3.1.0 of the Asciidoctor Maven Plugin when the working
directory and docdir diverged at which point the snippets could no
longer be found.
This commit updates the snippets directory resolver to return an
absolute file when using Maven, just has it already does when using
Gradle. The resolution for Gradle has also been updated to explicity
make the File absolute rather than relying on the gradle-projectdir
or projectdir attributes having an absolute value.
Fixes gh-950
2024-11-27 11:26:58 +00:00
Andy Wilkinson
7f0e6dde74
Next development version (v3.0.4-SNAPSHOT)
2024-11-19 09:38:16 +00:00
Andy Wilkinson
0abc76307e
Fix incompatibility with AsciidoctorJ 3.0
...
AsciidoctorJ 3.0 contains a breaking change to the signature of
Preprocessor#process. This commit avoids this incompatibility
by rewriting the preprocessor extension in Ruby.
Fixes gh-949
2024-10-31 19:49:27 +00:00
Andy Wilkinson
690371b7f9
Merge pull request #948 from LeeSJ0109/fix-typo
...
Closes gh-948
2024-10-23 11:39:59 +01:00
Andy Wilkinson
ba89d685a4
Polish "Correct typo from 'Explict' to 'Explicit'"
...
See gh-948
2024-10-23 11:37:09 +01:00