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
Andy Wilkinson
4c6cccac24
Upgrade to REST Assured 3.0.7
...
Closes gh-500
2018-04-04 09:13:17 +01:00
Andy Wilkinson
39733893c1
Upgrade to Spring Framework 4.3.15
...
Closes gh-499
2018-04-04 09:08:05 +01:00
Andy Wilkinson
11da628066
Upgrade to Spring Framework 5.0.2.RELEASE
...
Closes gh-458
2017-11-28 07:21:50 +00:00
Andy Wilkinson
0f0769245d
Add cookie handling to WebTestClient request and response converters
...
Closes gh-447
2017-11-12 17:31:51 +00:00
Andy Wilkinson
4d4809748a
Update Hibernate Validator coordinates to use new group ID
...
See gh-454
2017-11-12 13:16:06 +00:00
Andy Wilkinson
a17e17b00a
Align constraints support with Hibernate Validator 6
...
Closes gh-454
2017-11-12 12:56:45 +00:00
Andy Wilkinson
aedb9a7bab
Align with breaking API changes since JUnit 5.0 M4
...
Closes gh-451
2017-11-06 21:02:00 +00:00
Andy Wilkinson
c7fd07576b
Build with Gradle 4.3 where possible
...
Upgrade the main build and all the Gradle-based samples other than
the Gradle sample to Gradle 4.3.
Closes gh-446
2017-11-06 20:42:36 +00:00
Andy Wilkinson
1a858a2e1f
Build and test against Spring Framework 5.0.1.RELEASE
...
Closes gh-443
2017-10-30 10:20:25 +00:00
Andy Wilkinson
cfb1fbc85d
Add support for using WebFlux's WebTestClient to document an API
...
Closes gh-384
2017-10-30 09:58:07 +00:00
Andy Wilkinson
dd976ad299
Merge branch '1.2.x'
2017-09-23 19:46:38 +01:00
Andy Wilkinson
9e3a3c0536
Upgrade to latest version of JRuby to avoid problems on Windows
...
See https://github.com/jruby/jruby/issues/4745
2017-09-23 19:45:59 +01:00
Andy Wilkinson
21addcfdb6
Merge branch '1.2.x'
2017-09-23 18:01:31 +01:00