Results 240 comments of Scott Murphy

https://github.com/grails/grails-data-mapping/commit/dc1dbf77730ae25a9d139c743cc9cef14f08433b

Waiting on @davydotcom https://github.com/bertramdev/asset-pipeline/pull/354

https://github.com/gpc/fields/pull/370

Similar problem in 6.2.x https://github.com/grails/grails-core/issues/13745 that has existing since 5.0.0

The most **BASIC** Grails 5.3.6 app requires **177** jar files and is **75M** (grails create-app) The most **BASIC** Grails 6.2.1 app requires **174** jar files and is **133M** (grails create-app)...

https://github.com/grails/grails-core/blob/37a284dc980122fb394804ca139f8237c91a5e8a/grails-core/build.gradle#L73-L74 https://github.com/grails/grails-core/commit/37a284dc980122fb394804ca139f8237c91a5e8a

> > Amongst other things, javax.servlet is being bundled in the production jar/war. > > Does it need to be bundled in order for an executable jar to function? @jeffscottbrown...

@osscontributor Looks like GPL 2.0 https://github.com/HotswapProjects/HotswapAgent/blob/master/LICENSE https://github.com/HotswapProjects/HotswapAgent?tab=readme-ov-file https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html Also looks like project is active, but no formal releases since 2020 except for a snapshot that points to 2020 commits. https://github.com/HotswapProjects/HotswapAgent/tags...

@davydotcom Are we able to use [ResetAgent.java ](https://github.com/JetBrains/intellij-community/blob/master/plugins/groovy/hotswap/agentSrc/org/groovy/debug/hotswap/ResetAgent.java) instead of groovyReset.jar?