James Fredley

Results 177 comments of James Fredley

We may need to revisit https://github.com/apache/grails-gradle-plugin/commit/755b810a1fc0b8c9a2b6774f0816635ac6d9afc7 or other similar changes since the hotswap agent is no longer working as it did on https://www.youtube.com/watch?v=Fz_sKuZ-ytg using https://github.com/codeconsole/website/tree/7.0.0-SNAPSHOT Same for examples using the...

I will take a look at https://github.com/apache/grails-core/commit/114eb01540b6c302a0144730b0d62ebff7e9e096, but will start with earlier changes since this is not working in the pre-ASF snapshots also.

https://github.com/HotswapProjects/HotswapAgent/issues/581 is relevant

https://github.com/apache/grails-core/compare/7.0.x...jamesfredley:grails-core:fix-hotswap - a quick attempt at restoring https://github.com/apache/grails-gradle-plugin/commit/755b810a1fc0b8c9a2b6774f0816635ac6d9afc7 It did not make a difference.

https://github.com/apache/grails-core/compare/7.0.x...jamesfredley:grails-core:fix-hotswap now includes restoring https://github.com/apache/grails-gradle-plugin/commit/755b810a1fc0b8c9a2b6774f0816635ac6d9afc7 and https://github.com/apache/grails-core/commit/114eb01540b6c302a0144730b0d62ebff7e9e096 plus restoring GRAILS_HOME variables It's rough and done quickly to test if it these changes restore the old experience with hotswap agent. These...

https://github.com/jamesfredley/hotswap-sept-2024-recreate - a start to recreating the September 26th 2024 app from https://www.youtube.com/watch?v=Fz_sKuZ-ytg using specific snapshot versions.

The following example project has been updated with the latest Grails 7 changes: https://github.com/jamesfredley/hotswap-demo - this automatically installs and runs the right JDK (only JETBRAINS 17 and 21 work), downloads...

https://github.com/HotswapProjects/HotswapAgent/issues/581 is relevant

Controller reloading is working with spring boot dev tools and HotswapAgent in Grails 7. Closing this ticket. https://github.com/apache/grails-core/issues/13574 - broader HotswapAgent agent ticket

In `gradle.properties` try changing the following: ``` org.gradle.caching=true org.gradle.caching=false ```