forked from rest-assured/rest-assured
-
Notifications
You must be signed in to change notification settings - Fork 2
ReleaseNotes32
Johan Haleby edited this page Oct 19, 2018
·
1 revision
- Java 11 support
- New Spring Web Test Client module that allows testing components of the Spring Reactive Web stack using the
spring-web-test-client
module. This means that you can unit test reactive Spring (Webflux) Controllers (thanks to Olga Maciaszek-Sharma for pull request). - OSGi support (thanks to Steven Huypens for pull request)
- REST Assured now requires Java 6 (previously only Java 5 was required).
- The Scala support module has been updated to use Scala 2.12 which means that you need to use Java 8 in order to use this module
See change log for more details.