Skip to content

Switch away from deprecated method #482

@duglin

Description

@duglin

See:


it appears to use JsonCloudEventData which is tagged as deprecated:

    /**
     * @param node the json node to wrap
     * @deprecated You should use {@link #wrap(JsonNode)}
     */
    public JsonCloudEventData(JsonNode node) {
        Objects.requireNonNull(node);
        this.node = node;
    }

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