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

Add change incompatibility #8

Merged
merged 10 commits into from
Apr 1, 2024
Merged

Conversation

frankreyesgarcia
Copy link
Collaborator

Adding first version of explanations 👍

Template

CI detected that the dependency upgrade from version <label indicating the previous version of the dependency> to <label indicating the new version of the dependency> has failed. Here are details to help you understand and fix the problem:

  1. Your client utilizes <label indicate amount of instructions> instructions which has been modified in the new version of the dependency.
    • < Method | Class | Field | Import | Constructor> < instruction name > which has been < Removed | Modified > in the new version of the dependency
      • The failure is identified from the logs generated in the build process.
        • Label to indicate the error message in the logs

        • An error was detected in line < Label indicate line in client> which is making use of an outdated API.
        < Line in client >

      To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency

      < New method signature>

@frankreyesgarcia frankreyesgarcia merged commit 8fd8a62 into main Apr 1, 2024
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant