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

fix: @SchemaSwap can only be used once #4354

Merged
merged 2 commits into from
Sep 8, 2022

Commits on Sep 6, 2022

  1. fix: @SchemaSwap can only be used once

    @SchemaSwap is now repeatable, so multiple modifications can be applied from the same resource root.
    Fixed a bug when the swap was "used up" after just one usage, meaning that if the referenced type was used multiple times in object hierarchy, only the first one was swapped.
    
    Fixes fabric8io#4350
    xRodney committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    74d533b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    2b44a7f View commit details
    Browse the repository at this point in the history