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

[JAVA] Refactor so "useTags" feature is available for all AbstractJavaJAXRSServerCodegen implementations #740

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dhutchison
Copy link

Previously, the jaxrs-jersey language generator could generate files based on the tags an operation had, but the jaxrs-spec language could not.

This change aims to:

  • move the useTags configuration parameter into AbstractJavaJAXRSServerCodegen and remove it from extensions of this class
  • move the logic to process operations by tag into the abstract class and out of the extensions of it
  • add some test coverage to the JavaJAXRSSpecServerCodegen implementation.

I am marking this as a draft just now as there is still some cleanup required, but putting this up now for any early comments or questions.

@dhutchison dhutchison marked this pull request as ready for review August 9, 2020 23:04
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