-
Notifications
You must be signed in to change notification settings - Fork 15
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
False negatives when removing deprecated properties from models #97
Comments
If there is anything i could do to solve this issue let me know. |
@pkunze thanks for reporting. I think the only thing we're missing from the code is a check to see whether the attribute being removed is marked as deprecated or not. And if it is, just simply skip that attribute. The code should be here: The logic should be similar to what we have for APIs as well in:
|
Allright, I'll ask a friend of mine to give me a Java Development Jump-Start and give it a shot. :) |
… breaking change see redskap#97
… breaking change see redskap#97
Fixed in #98 |
We are facing false positives when we remove properties that are already marked as deprecated from models.
I could provide you both swagger json files via private email since i am not allowed to share them publicly.
The Diff and Report looks like this (the model is reused in various endpoints):
The text was updated successfully, but these errors were encountered: