-
-
Notifications
You must be signed in to change notification settings - Fork 962
Set spring boot dev tools as a default feature in forge to match profiles #14921
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
Conversation
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.
I'm okay with this becoming a default, but given that it's caused applications to fail startup in obscure ways, there needs to be a comment above this dependency warning that it can cause such failures.
Comment added:
|
How about:
|
Doesn't this also resolve #11588 ? |
It does also resolve #11588 since the run-command script
|
|
This matches the default in Grails 5.x.x and Grails 6.2.1+, for grails-shell generated applications.
This PR also resolves a conflict between spring boot dev tools and runCommand and runScript gradle tasks.
#13523
#13509
#11588