Spring REST Docs 2.0.0.RC1
On behalf of everyone who contributed, it's my pleasure to announce that Spring REST Docs 2.0.0.RC1 has been released and is available from https://repo.spring.io/milestone/.
What's new?
Spring REST Docs 2.0 is the latest generation of the project and requires Spring Framework 5.0 and Java 8.
The main highlight of the 2.0 release is support for using Spring WebFlux's WebTestClient
to document an API. WebTestClient
can be used for lightweight testing and documentation of APIs implemented using WebFlux Fn and WebFlux's annotation-based programming model. It can also be used to document any API…