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
SJLEE
aa94fb1d9c
Correct typo from 'Explict' to 'Explicit'
...
See gh-948
2024-10-23 11:36:57 +01:00
Andy Wilkinson
840e05561a
Set artifact properties for docs publishing in release workflow
2024-10-21 14:43:20 +01:00
Andy Wilkinson
ab8f6b7bf2
Next development version (v3.0.3-SNAPSHOT)
2024-10-21 14:37:25 +01:00
Andy Wilkinson
d33965465c
Polish workflow
2024-10-21 13:29:23 +01:00
Andy Wilkinson
c61516d4ab
Add workflow to delete a staged release
2024-10-21 13:27:32 +01:00
Andy Wilkinson
03043693ce
Restore previous build-name config for snapshots and releases
2024-10-21 13:15:39 +01:00
Andy Wilkinson
156cf11e35
Allow milestone dependencies for compatibility testing of a release
2024-10-21 12:55:54 +01:00
Andy Wilkinson
92e027bf26
Correct needs in release workflow
2024-10-21 12:01:15 +01:00
Andy Wilkinson
12c93577b3
Don't free disk space on GitHub Actions as it isn't necessary
2024-10-21 11:52:06 +01:00
Andy Wilkinson
ef12effe9b
Align GitHub Actions config more closely with Spring Boot
2024-10-21 11:48:25 +01:00
Andy Wilkinson
d34584bbde
Merge pull request #947 from izeye
...
* gh-947:
Use single Cookie header in HttpRequestSnippet
Closes gh-947
2024-10-18 12:36:14 +01:00
Johnny Lim
5d9b7ec575
Use single Cookie header in HttpRequestSnippet
...
See https://www.rfc-editor.org/rfc/rfc6265#section-5.4
See gh-947
2024-10-18 12:34:38 +01:00
Andy Wilkinson
1dcd7480f3
Merge pull request #943 from dve
...
* gh-943:
Polish "Omit the version in the Maven Resources plugin example"
Omit the version in the Maven Resources plugin example
Closes gh-943
2024-10-01 16:12:35 +01:00
Andy Wilkinson
7f6a0f6cbc
Polish "Omit the version in the Maven Resources plugin example"
...
See gh-943
2024-10-01 16:12:23 +01:00
Daniel Vergien
4e7b36bfd9
Omit the version in the Maven Resources plugin example
...
See gh-943
2024-10-01 16:11:39 +01:00
Andy Wilkinson
d2461e737d
Upgrade to Gradle 8.10.2
2024-09-30 11:27:37 +01:00
Andy Wilkinson
27145dfd0a
Test compatibility with latest versions of REST Assured
2024-09-30 11:25:13 +01:00
Andy Wilkinson
694f28e030
Upgrade to Spring Java Format 0.0.43
2024-09-30 11:20:23 +01:00
Andy Wilkinson
e40fa5e723
Upgrade to actions/setup-java v4.4.0
2024-09-30 11:17:37 +01:00
Andy Wilkinson
20fdf4a5e3
Upgrade to actions/checkout v4.2.0
2024-09-30 11:15:31 +01:00
Andy Wilkinson
8f2fee1762
Upgrade to jfrog/setup-cli v4.4.1
2024-09-30 11:13:00 +01:00
Andy Wilkinson
a3a3b4af12
Upgrade to gradle/actions v4.1.0
2024-09-30 11:11:17 +01:00
Andy Wilkinson
10ade82fc8
Remove code that writes build scan URI to a file
...
It was used by Concourse but is no longer needed after the move to
GitHub Actions.
2024-09-30 11:08:17 +01:00
Andy Wilkinson
e66e1078de
Upgrade to Develocity Conventions 0.0.21
2024-09-30 11:07:43 +01:00
Andy Wilkinson
d58b32cef0
Upgrade to compatibility test plugin 0.0.3
...
Closes gh-935
2024-09-30 11:05:38 +01:00
Andy Wilkinson
609bf21ef4
Use Spring Framework 6.1.x by default
...
Closes gh-941
2024-09-30 10:06:42 +01:00
Andy Wilkinson
0ba538c7ee
Merge branch '2.0.x'
2024-09-13 10:38:10 +01:00
Andy Wilkinson
2e1ddae0fa
Update JDK version in .sdkmanrc
2024-09-13 10:37:26 +01:00
Andy Wilkinson
272ed24de8
Use getUriTemplate of MockHttpServletRequest
...
Fixes gh-939
2024-09-13 10:34:32 +01:00
Andy Wilkinson
4315acfe50
Disable caching of changing modules
2024-07-18 11:45:33 +01:00
Andy Wilkinson
8de30c43df
Merge pull request #936 from snicoll
...
* gh-936:
Revert "Fix compatibility problems with Spring Framework 6.2"
Closes gh-936
2024-07-18 11:42:00 +01:00
Stéphane Nicoll
737e6ea72a
Revert "Fix compatibility problems with Spring Framework 6.2"
...
This commit reverts most of cf451c9 as the underlying problem that it
fixed is no longer applicable.
See https://github.com/spring-projects/spring-framework/issues/33229
See gh-936
2024-07-18 11:39:57 +01:00