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

WFCORE-6369 Eliminate unnecessary collection copying in AbstractAddStepHandler constructors #5535

Merged
merged 3 commits into from
Jul 3, 2023

Commits on Jun 25, 2023

  1. WFCORE-6369 Eliminate unnecessary collection copying in AbstractAddSt…

    …epHandler constructor
    pferraro committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    c80f3fa View commit details
    Browse the repository at this point in the history
  2. Fix misc compiler warnings.

    pferraro committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    1d92951 View commit details
    Browse the repository at this point in the history
  3. WFCORE-6369 Optimize AbstractAddStepHandler.Parameters for bulk adds.

    Collect into list rather than set for heap efficiency, and because AttributeDefinition does not implement hashCode/equals.
    pferraro committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    4b2bb8d View commit details
    Browse the repository at this point in the history