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

Working on Grails 3.3.9 #32

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

Working on Grails 3.3.9 #32

wants to merge 17 commits into from

Conversation

abcfy2
Copy link

@abcfy2 abcfy2 commented Mar 19, 2019

Thanks to @igoraguiar from #31 . Just fix CI failure.

TODO: Fix deprecated GrailsDomainClass.

@gabivis
Copy link

gabivis commented Sep 30, 2019

Hi. Will this pull request be merged into master?

@thilo-behnke
Copy link

I spent some time testing this fork in a project with grails 3.3.9.

Summary:

  • Configuration / startup of springfox works (springfox + swagger + swagger UI + springfox grails)
  • Swagger endpoints are generated for domain classes and declared REST endpoints (UrlMappings)
  • Swagger UI is generated correctly (correct fields shown) and creates valid requests

Some caveats from my review:

  • I don't use CRUD methods for my project, so I can't say 100% that everything works as expected for domain classes.
  • The deprecation of GrailsDomainClass could cause issues, however I don't have enough knowledge about Grails 2 vs 3 to evaluate the importance of the deprecation.

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.

4 participants