Test against latest Framework 5.1 snapshot

This updates REST Docs to test against Framework's latest 5.1
snapshot. Due to a bug in the behaviour of HttpHeaders' key set [1],
HeaderRemovingOperationPreprocessor has been updated to no longer use
it when removing headers from a request or response prior to it being
documented.

[1] https://github.com/spring-projects/spring-framework/issues/22821
This commit is contained in:
Andy Wilkinson
2019-09-14 17:38:29 +01:00
parent 4bbc5b37b5
commit ef0973c548
4 changed files with 8 additions and 9 deletions

View File

@@ -19,6 +19,6 @@ test {
matrixTest {
springFramework {
group = 'org.springframework'
versions = ['5.1.0.BUILD-SNAPSHOT']
versions = ['5.1.10.BUILD-SNAPSHOT']
}
}