-
Notifications
You must be signed in to change notification settings - Fork 19
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 deprecation check feature #40
Conversation
Nice feature. Thank you for contributing this! I am also not aware of a possibility to mark an endpoint as deprecated in WADL. As for the version. I'd love to put it in the next release. Since this a new feature I'll change the next version to 2.3.0. You can change that in the feature matrix. |
micronaut/src/test/kotlin/test/micronaut/deprecation/none/NoDeprecation.kt
Outdated
Show resolved
Hide resolved
micronaut/src/test/kotlin/test/micronaut/deprecation/onclass/DeprecationOnClass.kt
Outdated
Show resolved
Hide resolved
micronaut/src/test/kotlin/test/micronaut/deprecation/onfunction/DeprecationOnFunction.kt
Outdated
Show resolved
Hide resolved
micronaut/src/main/kotlin/de/codecentric/hikaku/converters/micronaut/MicronautConverter.kt
Outdated
Show resolved
Hide resolved
.../src/test/kotlin/de/codecentric/hikaku/converters/openapi/OpenApiConverterDeprecationTest.kt
Outdated
Show resolved
Hide resolved
raml/src/main/kotlin/de/codecentric/hikaku/converters/raml/RamlConverter.kt
Outdated
Show resolved
Hide resolved
jax-rs/src/main/kotlin/de/codecentric/hikaku/converters/jaxrs/JaxRsConverter.kt
Outdated
Show resolved
Hide resolved
micronaut/src/main/kotlin/de/codecentric/hikaku/converters/micronaut/MicronautConverter.kt
Outdated
Show resolved
Hide resolved
spring/src/main/kotlin/de/codecentric/hikaku/converters/spring/SpringConverter.kt
Outdated
Show resolved
Hide resolved
spring/src/main/kotlin/de/codecentric/hikaku/converters/spring/SpringConverter.kt
Outdated
Show resolved
Hide resolved
...rc/test/kotlin/de/codecentric/hikaku/converters/spring/deprecation/ConsumesTestController.kt
Outdated
Show resolved
Hide resolved
...rc/test/kotlin/de/codecentric/hikaku/converters/spring/deprecation/ConsumesTestController.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the inline comments.
This pull request adds support for ensuring deprecation in specs match with classes/methods marked as deprecated.
✔️ Included in PR
features.md
was updatedCommandLineReporter
since there are no tests for it@Deprecated
on method or class@Deprecated
on method or classdeprecated: true|false
on operationdeprecated
annotation on resource(endpoint) or http method@Deprecated
on method or classfeatures.md