Skip to content

v1.13 JsonPatch.java does not have public accessor for getOperations() #149

Open
@michael-schaefer

Description

@michael-schaefer

This is not in release 1.13:

public final List<JsonPatchOperation> getOperations() { return operations; }
Is this coming in a future release? I would like to be able to access the list of JsonPatchOperations to perform some basic validation before applying the patch. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions