Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
-
None
Description
It was not clear whether JsonPatchBuilder#build() 'consumes' the JsonPatchBuilder or whether the patch builder is reusable and what it will contain after build() got called.
A spec clarification request https://java.net/jira/browse/JSON_PROCESSING_SPEC-84 resulted in the information that build() does not invalidate the JsonPatchBuilder and it will contain the same values as before calling build().