Results 153 comments of Scott Murphy

https://github.com/grails-profiles/base/issues/31

`management-agent.jar` was removed after java 1.8 and this code should be removed/refactored https://github.com/grails-profiles/base/blob/6294515794b8ac8ae4eeb6a3da7ff40e5f132bb8/commands/stop-app.groovy#L31

https://github.com/grails-profiles/base/blob/6294515794b8ac8ae4eeb6a3da7ff40e5f132bb8/commands/stop-app.groovy#L76-L98 Perhaps there is a better way to stop the app similar to how `quit` works https://github.com/grails/grails-core/blob/ab9fdf3921f6a04f355d3b8282b9b29d16b98dab/grails-shell/src/main/groovy/org/grails/cli/GrailsCli.groovy#L665-L672

@matrei is scaffolding going to the [right place](https://repo.grails.org/ui/repos/tree/General/libs-snapshots-local/org/grails/plugins)?

ok, it goes to instead of [plugins3-snapshots-locall](https://repo.grails.org/ui/repos/tree/General/plugins3-snapshots-local) instead of [libs-snapshots-local](https://repo.grails.org/ui/repos/tree/General/libs-snapshots-local) Thanks

> @osscontributor Sorry for me perhaps being ignorant, but isn't JFrog a company, and Artifactory their product for publishing and hosting artifacts? If so, in the context of this discussion,...

Looks like Neo 4j neglected and not deploying snapshots: https://github.com/grails/gorm-neo4j/issues/603#issuecomment-2265960457

@matrei the issue occurs when you add `spring-boot-devtools` to your `build.gradle` ```gradle dependencies { // ... developmentOnly("org.springframework.boot:spring-boot-devtools") } ``` @hellobigbean do you have that dependency? if so, try commenting out...

[Micronaut was introduced in Grails 4.0](https://github.com/grails/grails-core/commits/v4.0.0) At first glance, other than version property updates, It appears to be isolated to 4 commits: [01/02/2019 Initial Micronaut + Grails integration](https://github.com/grails/grails-core/commit/ac4993cf6ed9d6f0dcc9750d31d08b61e4a833ff) [01/10/2019 Begin...