Commit Graph

135 Commits

Author SHA1 Message Date
Andy Wilkinson
a96cbfc941 Merge branch '2.0.x' 2022-01-13 14:00:24 +00:00
Andy Wilkinson
b5f9aef4cf Update Bean Validation and Hibernate Validator javadoc links
Closes gh-769
2022-01-13 13:08:30 +00:00
Andy Wilkinson
740feb0811 Upgrade to Spring Framework 6.0.0-M2
Closes gh-775
2022-01-13 13:01:52 +00:00
Andy Wilkinson
cc5a381ed9 Use Spring backend to generate HTML reference documentation
Closes gh-681
Closes gh-773
2022-01-11 12:37:37 +00:00
Andy Wilkinson
d31e6d4344 Work around problems with docs.jboss.org
See gh-769
2022-01-04 13:43:09 +00:00
Andy Wilkinson
d2a5bb26ea Drop support for REST Assured until it supports Jakarta EE 9
Closes gh-761
2021-11-18 15:41:37 +00:00
Andy Wilkinson
4223f70102 Upgrade to Spring Framework 6 and Jakarta EE 9
Closes gh-750
Closes gh-748
2021-11-17 11:18:00 +00:00
Andy Wilkinson
68ff043fb3 Raise the minimum supported version of Java to 17
Closes gh-749
2021-11-17 11:18:00 +00:00
Andy Wilkinson
774bed30b9 Raise the minimum version of REST Assured to 4.4
Closes gh-752
2021-11-17 11:18:00 +00:00
Andy Wilkinson
4ce282f18b Upgrade to NoHttp 0.0.10
Closes gh-754
2021-09-28 19:11:11 +01:00
Andy Wilkinson
f8fd65b23b Fix path used to copy sample's output into docs zip
See gh-719
2021-07-22 17:51:38 +01:00
Andy Wilkinson
da310ec96c Set up Concourse-based CI builds
Closes gh-721
2021-04-28 21:01:46 +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
a9c4732a83 Update javadoc to be Java 11 compatible
Closes gh-687
2020-06-08 16:40:48 +01:00
Andy Wilkinson
e66c1f4c08 Fix generation of javadoc for the documentation zip 2019-09-29 19:48:11 +01:00
Andy Wilkinson
733039d12f Upgrade to Spring Framework 5.0.15.RELEASE
Closes gh-636
2019-09-29 18:10:19 +01:00
Andy Wilkinson
d586d9f15b Drop the Grails 3 sample as it is incompatible with Framework 5
Closes gh-637
2019-08-31 07:59:43 +01:00
Andy Wilkinson
c4d664c3a2 Upgrade to AssertJ 3.11.1 2019-08-30 17:08:30 +01:00
Andy Wilkinson
412c03def2 Upgrade to Spring Framework 5.0.9.RELEASE
Closes gh-636
2019-08-30 14:17:17 +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
3dabf8e53f Reinstate javadoc and sources jars for spring-restdocs-asciidoctor
See gh-581
2019-06-18 14:09:05 +01:00
Andy Wilkinson
1df2d16825 Merge branch '1.2.x' 2019-06-18 13:42:13 +01:00
Andy Wilkinson
f7bd5faecf Remove Spring IO plugin from the build
Closes gh-623
2019-06-18 13:41:06 +01:00
Andy Wilkinson
4fee4f67cb Merge branch '1.2.x' 2019-06-18 12:58:20 +01:00
Andy Wilkinson
3fa64a1b2c Upgrade to AsciidoctorJ PDF 1.5.0-alpha.18
Closes gh-622
2019-06-18 12:57:40 +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
Andy Wilkinson
00da0834df Merge branch '1.2.x' 2019-06-18 12:15:56 +01:00
Andy Wilkinson
76a89cf658 Upgrade to AsciidoctorJ 1.5.8.1
Closes gh-621
2019-06-18 12:14:15 +01:00
Andy Wilkinson
d9fe25b6ec Merge branch '1.2.x' 2019-06-10 10:39:31 +01:00
Andy Wilkinson
f1eaf0c91a Add NoHTTP to the build 2019-06-10 10:38:22 +01:00
Andy Wilkinson
b9367a10c8 Merge branch '1.1.x' into 1.2.x 2019-03-19 10:58:58 +00:00
Andy Wilkinson
c0fb578f84 Merge branch '1.0.x' into 1.1.x 2019-03-19 10:57:43 +00:00
Spring Operator
1572be5b29 Update build configuration to prefer HTTPS
See gh-596
2019-03-19 10:54:24 +00:00
Andy Wilkinson
0b97151df7 Merge branch '1.2.x' 2019-03-13 09:25:05 +00:00
Andy Wilkinson
91653a300a Set Javadoc and JavaCompile encoding to UTF-8
Closes gh-593
2019-03-13 09:24:54 +00:00
Spring Operator
e23cfc6f3e Use SSL for all HTTP URLs
See gh-591
2019-03-08 15:29:46 +00:00
Andy Wilkinson
887a1fc195 Merge branch '1.2.x' 2018-08-16 20:43:03 +01:00
Andy Wilkinson
fad2dff977 Merge branch '1.2.x' 2018-08-08 16:51:28 +01:00
Andy Wilkinson
57905d2c1f Remove redundant mavenLocal repository declarations 2018-08-08 16:47:04 +01:00
Andy Wilkinson
244a734232 Adopt Spring Java Format for code formatting and style 2018-08-08 14:08:15 +01:00
Andy Wilkinson
ceb844183d Merge branch '1.2.x' 2018-08-08 12:27:43 +01:00
Andy Wilkinson
7431426cf3 Update tests to use AssertJ
Closes gh-537
2018-08-08 11:22:57 +01:00
Andy Wilkinson
b57ac051cd Merge branch '1.2.x' 2018-08-08 10:49:58 +01:00
Andy Wilkinson
81ef9f8a38 Upgrade to Gradle 4.9
Closes gh-541
2018-08-08 10:45:04 +01:00
Andy Wilkinson
026af2de2a Add matrix testing infrastructure 2018-06-17 08:01:41 +01:00
Andy Wilkinson
2ed58da83f Upgrade to Hibernate Validator 6.0.9
Closes gh-503
2018-04-04 09:21:28 +01:00
Andy Wilkinson
4db9f2afc0 Upgrade to Jackson Databind 2.9.5
Closes gh-502
2018-04-04 09:20:12 +01:00
Andy Wilkinson
f9a55df853 Upgrade to Spring Framework 5.0.5.RELEASE
Closes gh-501
2018-04-04 09:19:03 +01:00
Andy Wilkinson
bfdbf2a70b Merge branch '1.2.x' 2018-04-04 09:17:56 +01:00