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 support for deprecated controllers #2738

Merged
merged 2 commits into from
Nov 28, 2018

Conversation

v3rtumnus
Copy link
Contributor

What's this PR do/fix?

Fixes #2638 and adds support for deprecated controllers

Are there unit tests? If not how should this be manually tested?

Added a test to OperationCommandReaderSpec.

Any background context you want to provide?

The change should be clear by itself I guess.

What are the relevant issues?

#2638

@codecov
Copy link

codecov bot commented Oct 12, 2018

Codecov Report

Merging #2738 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2738      +/-   ##
============================================
+ Coverage     94.77%   94.77%   +<.01%     
- Complexity     3161     3163       +2     
============================================
  Files           354      354              
  Lines          8057     8059       +2     
  Branches        608      610       +2     
============================================
+ Hits           7636     7638       +2     
  Misses          271      271              
  Partials        150      150
Impacted Files Coverage Δ Complexity Δ
...b/readers/operation/OperationDeprecatedReader.java 100% <100%> (ø) 5 <3> (+2) ⬆️

@springfox springfox deleted a comment Oct 12, 2018
@dilipkrish dilipkrish added the PR label Nov 7, 2018
@dilipkrish dilipkrish added this to the 3.0 milestone Nov 7, 2018
@raderio
Copy link

raderio commented Nov 16, 2018

We also need this one. Thanks.

@dilipkrish dilipkrish merged commit a99332f into springfox:master Nov 28, 2018
@dilipkrish
Copy link
Member

@v3rtumnus thanks for the PR! 🤘

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

Successfully merging this pull request may close these issues.

@Deprecated annotation on class(Controller),the view does't show deprecated tag (horizontal line)
3 participants