Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid cloning the message envelope when iterating #2105

Merged
merged 1 commit into from
Nov 3, 2023

Commits on Oct 5, 2023

  1. Avoid cloning the message envelope when iterating

    In iterate mediator json message flow, we don't need to clone the entire envelope since we are replacing it with iterated message later.
    Adding an empty envelope instead improves the performance.
    Fixes wso2/api-manager/issues/2196
    GDLMadushanka committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    56fde8d View commit details
    Browse the repository at this point in the history