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

G3 upgrade #23

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

G3 upgrade #23

wants to merge 7 commits into from

Conversation

bmcguire
Copy link

@bmcguire bmcguire commented Apr 3, 2018

@dilipkrish I have went through and got the project working with Grails 3.3.2. This update gets the dependencies and imports updated correctly. The other major change made is to have the DocumentationPluginsBootstrapper not startup with the Spring context but with the Grails Application through the SwaggerGrailsApplicationPostProcessor.onStartup method. This is similar to the way Springs SmartLifecycle interface works but in the context of Grails lifecycle.

I saw the changes in the issue/18 branch but didn't have time to integrate all the changes. I figure this is a release that could be put out sooner to get basic Grails 3.3.X support working. I believe it will be compatible with any Grails 3.X version as well, so backwards compatible, but I haven't fully confirmed that.

@dilipkrish
Copy link
Member

wwwwaaat! this is awesome! thank you so much for taking time to look at the upgrade path. 🤘 I'll review and merge

@dilipkrish dilipkrish mentioned this pull request May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants