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

Allow >1 compatibility change to be configured in one go #299

Open
garydgregory opened this issue Oct 14, 2021 · 1 comment
Open

Allow >1 compatibility change to be configured in one go #299

garydgregory opened this issue Oct 14, 2021 · 1 comment

Comments

@garydgregory
Copy link

Hi JApiCmp,

Are you interested in a patch that allows:

              <overrideCompatibilityChangeParameter>
                <compatibilityChange>A, B, C</compatibilityChange>
                <binaryCompatible>true</binaryCompatible>
                <sourceCompatible>true</sourceCompatible>
              </overrideCompatibilityChangeParameter>

Instead of:

              <overrideCompatibilityChangeParameter>
                <compatibilityChange>A</compatibilityChange>
                <binaryCompatible>true</binaryCompatible>
                <sourceCompatible>true</sourceCompatible>
              </overrideCompatibilityChangeParameter>
              <overrideCompatibilityChangeParameter>
                <compatibilityChange>B</compatibilityChange>
                <binaryCompatible>true</binaryCompatible>
                <sourceCompatible>true</sourceCompatible>
              </overrideCompatibilityChangeParameter>
              <overrideCompatibilityChangeParameter>
                <compatibilityChange>C</compatibilityChange>
                <binaryCompatible>true</binaryCompatible>
                <sourceCompatible>true</sourceCompatible>
              </overrideCompatibilityChangeParameter>

?

@garydgregory garydgregory changed the title Allow >1 method to be configured in one go Allow >1 compatibility change to be configured in one go Oct 14, 2021
@siom79
Copy link
Owner

siom79 commented Oct 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants