Commit Graph

35 Commits

Author SHA1 Message Date
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
Spring Buildmaster
f6002a00a3 Next development version 2017-09-28 05:54:30 +00:00
Andy Wilkinson
a8e1df3fd8 Raise the minimum support version of Java to 8
Closes gh-388
2017-05-18 16:45:27 +02:00
Andy Wilkinson
ce8a296df0 Start work on 2.0 2017-05-16 16:12:02 +01:00
Spring Buildmaster
add6e6932e Next development version 2017-05-12 19:04:54 +00:00
Spring Buildmaster
3ea51f2afa Next development version 2017-04-24 15:18:10 +00:00
Andy Wilkinson
4a177de1f6 Merge branch '1.1.x' 2017-03-08 12:21:30 +00:00
Andy Wilkinson
281abb2e8b Ensure that Gradle's daemon is always disabled 2017-03-08 12:20:55 +00:00
Spring Buildmaster
c0e950b3ee Next development version 2016-08-31 08:47:58 +00:00
Andy Wilkinson
2db7ab5e71 Start work on 1.2.0 2016-07-25 11:08:36 +01:00
Spring Buildmaster
8a91f17054 Next development version 2016-07-25 09:24:28 +00:00
Spring Buildmaster
832f4fdbc3 Next development version 2016-05-31 10:53:12 +00:00
Andy Wilkinson
697275f347 Begin development of 1.1.0 2015-10-15 17:51:17 +01:00
Spring Buildmaster
260ffeebba Next development version 2015-10-07 05:48:20 -07:00
Andy Wilkinson
0e5151e91b Bump the version to 1.0.0.BUILD-SNAPSHOT 2015-06-16 19:55:41 +01:00
Andy Wilkinson
68198b3145 Increase MaxPermSize so that the build passes when using Java 7 2015-05-05 13:16:21 +01:00
Andy Wilkinson
b7904bcad7 Initial commit 2014-10-08 14:04:52 +01:00