florind / spring-boot-rfc6902

Test project for https://jira.spring.io/browse/DATAREST-813
https://jira.spring.io/browse/DATAREST-813
0 stars 0 forks source link

=== RFC 6902 Patch test for Spring Boot 1.4.0.M2

Shows a replace operation e.g. [{"op":"replace","path":"/payment","value":{"price":"EUR 19.00","frequency":"Monthly"}}] failing when using Spring Boot 1.4.0.M2. The add operation will also fail.

Fire the test using ./gradlew test. The test will pass if springBootVersion is set to 1.4.0.M1 in build.grade.

Tracking https://github.com/spring-projects/spring-boot/issues/5742

Note 01.02.2017: The test passes when using Spring Boot 1.4.x.RELEASE or 1.5.x.RELEASE