Commit Graph

66 Commits

Author SHA1 Message Date
Andy Wilkinson
609bf21ef4 Use Spring Framework 6.1.x by default
Closes gh-941
2024-09-30 10:06:42 +01:00
Andy Wilkinson
ee8a68bd9a Upgrade to Spring Java Format 0.0.41 2024-01-24 14:22:09 +00:00
Spring Builds
5cd47c6758 Next development version (v3.0.2-SNAPSHOT) 2023-11-20 18:07:28 +00:00
Andy Wilkinson
f6ce22b165 Upgrade to Spring Framework 6.0.14
Closes gh-904
2023-11-20 17:56:58 +00:00
Andy Wilkinson
ef07abbe30 Start building against Spring Framework 6.0.14 snapshots
See gh-904
Closes gh-906
2023-11-14 10:14:04 +00:00
Andy Wilkinson
5a20c02e59 Merge branch '2.0.x'
Closes gh-903
2023-11-14 08:57:43 +00:00
Andy Wilkinson
a9775688c4 Upgrade to Spring Java Format 0.0.39
Closes gh-902
2023-11-14 08:56:20 +00:00
Andy Wilkinson
88caf04379 Merge branch '2.0.x'
Closes gh-891
2023-05-11 17:56:16 +01:00
Andy Wilkinson
e741790f02 Upgrade to Spring Java Format 0.0.38
Closes gh-890
2023-05-11 17:51:45 +01:00
Spring Builds
061b5246bf Next development version (v3.0.1-SNAPSHOT) 2022-11-21 11:58:48 +00:00
Spring Builds
c5fcba41a1 Next development version (v2.0.8.BUILD-SNAPSHOT) 2022-11-21 10:49:17 +00:00
Andy Wilkinson
b080ee3041 Upgrade to Spring Framework 6.0.0
Closes gh-866
2022-11-18 17:45:01 +00:00
Andy Wilkinson
96b00d33d9 Upgrade to Spring Framework 6.0.0-RC1
Closes gh-854
2022-10-15 16:32:18 +01:00
Andy Wilkinson
632e735550 Link to current version of Spring Framework's reference documentation
Closes gh-853
2022-10-15 16:30:45 +01:00
Andy Wilkinson
108e04bc87 Upgrade to JMustache 1.15
Closes gh-834
2022-07-18 17:33:48 +01:00
Andy Wilkinson
d1654dbf15 Merge branch '2.0.x' 2022-07-15 09:46:14 +01:00
izeye
622392ca85 Upgrade to Spring Java Format 0.0.34
See gh-820
2022-07-15 09:45:09 +01:00
Andy Wilkinson
f6f45caf5c Merge branch '2.0.x' 2022-06-20 16:40:06 +01:00
izeye
a023c7b4cf Upgrade to Spring Java Format 0.0.33
This commit also adds missing package-info.java files to unpublished
javadoc for the Asciidoctor extension.

See gh-811
2022-06-20 16:05:04 +01:00
Andy Wilkinson
d0bb8ef59d Merge branch '2.0.x' 2022-01-15 20:38:07 +00:00
Andy Wilkinson
36e6cc255c Enable Gradle's build cache 2022-01-15 20:21:32 +00:00
Spring Builds
6453a1b0ff Next development version (v2.0.7.BUILD-SNAPSHOT) 2022-01-15 10:18:50 +00:00
Andy Wilkinson
a7bd810a15 Upgrade to Spring Java Format 0.0.29
Closes gh-755
2021-11-18 16:12:14 +00:00
Andy Wilkinson
da98852d53 Upgrade to Spring Java Format 0.0.29 2021-11-17 11:18:00 +00:00
Andy Wilkinson
1e96e3e71a Raise the minimum supported version of AsciidoctorJ to 2.5
Closes gh-751
2021-11-17 11:18:00 +00:00
Andy Wilkinson
c182630092 Start work on 3.0 2021-11-17 11:17:59 +00:00
Andy Wilkinson
cf050ef458 Test against AsciidoctorJ 2.4.3
Closes gh-739
2021-07-22 17:28:11 +01:00
Andy Wilkinson
67d86f6209 Test against AsciidoctorJ 2.5.1
Closes gh-738
2021-07-22 17:27:20 +01:00
Andy Wilkinson
2ead1fb0d8 Upgrade to Gradle 6.8 and modernize the build
Closes gh-719
2021-04-28 20:59:20 +01:00
Andy Wilkinson
82d8c6387e Downgrade AsciidoctorJ 2.3.x dependencies to 2.3.0
Closes gh-708
2021-01-08 10:42:12 +00:00
Andy Wilkinson
758081e412 Test the Asciidoctor extension against Asciidoctor 2.4.2
Closes gh-707
2021-01-08 10:41:31 +00:00
Andy Wilkinson
78fdf43f7c Polish gradle.properties 2021-01-08 10:41:07 +00:00
Spring Buildmaster
9817710044 Next development version 2020-09-16 15:29:19 +00:00
Andy Wilkinson
a1a2271133 Test Asciidoctor extension against AsciidoctorJ 2.2, 2.3, and 2.4
Closes gh-694
2020-09-02 11:13:06 +01:00
Spring Buildmaster
79fce0c0d7 Next development version 2019-09-30 08:24:32 +00:00
Andy Wilkinson
66787cd3a5 Broaden compatibility testing for Asciidoctor 2.x
Closes gh-630
2019-09-13 12:58:11 +01:00
Andy Wilkinson
cc22dbfe26 Merge branch '1.2.x' 2019-08-30 11:20:34 +01:00
Andy Wilkinson
508b3d6593 Upgrade to Spring Java Format 0.0.15 2019-08-30 11:07:04 +01:00
Andy Wilkinson
ff18f8034d Add AsciidoctorJ 1.6 and 2.0 compatibility
AsciidoctorJ 1.6 is not backwards compatible with AsciidoctorJ 1.5
and AsciidoctorJ 2.0 is not backwards compatible with AsciidoctorJ 1.6
or 1.5. The backwards incompatibilities are such that they cannot be
worked around using reflection so code needs to be compiled against
each of the three versions. To this end, this commit splits
spring-restdocs-asciidoctor into several separate modules:

1. spring-restdocs-asciidoctor-support
2. spring-restdocs-asciidoctor-1.5
3. spring-restdocs-asciidoctor-1.6
4. spring-restdocs-asciidoctor-2.0

spring-restdocs-asciidoctor-support contains support code that is not
tied to a specific version of AsciidoctorJ and can be used with
1.5, 1.6 and 2.0. The other three modules contain code that is
specific to a particular version of AsciidoctorJ. Each
version-specific module uses class names that are unique across all
three modules and is written in such a way that they will back off
when used in an environment with a different version of AsciidoctorJ.
The existing spring-restdocs-asciidoctor module has been modified to
merge the version specific jars and the support jar together into a
single jar that supports AsciidoctorJ 1.5, 1.6, and 2.0.

The above-described changes should allow users to depend upon
spring-restdocs-asciidoctor as before and to now be able to use
AsciidoctorJ 1.5, 1.6, or 2.0.

Closes gh-581
2019-06-18 12:28:36 +01:00
Spring Buildmaster
244c6989c9 Next development version 2018-12-10 13:33:36 +00:00
Spring Buildmaster
c467b02c8a Next development version 2018-12-10 12:14:30 +00:00
Andy Wilkinson
fad2dff977 Merge branch '1.2.x' 2018-08-08 16:51:28 +01:00
Andy Wilkinson
244a734232 Adopt Spring Java Format for code formatting and style 2018-08-08 14:08:15 +01:00
Andy Wilkinson
c19b2924f4 Remove redundant max perm size build configuration 2018-08-08 11:11:27 +01:00
Spring Buildmaster
d0367643f4 Next development version 2018-07-19 13:52:50 +00:00
Spring Buildmaster
589a89fbcb Next development version 2018-07-19 11:18:16 +00:00
Spring Buildmaster
0aa593b3fa Next development version 2018-04-04 10:44:04 +00:00
Spring Buildmaster
037d572e2c Next development version 2018-04-04 09:23:04 +00:00
Spring Buildmaster
fe9ec0ea1c Next development version 2017-11-28 09:19:01 +00:00
Spring Buildmaster
4a54c401aa Next development version 2017-11-28 08:41:23 +00:00