Add IntelliJ IDEA Enhanced HotSwap to reloading guide#15287
Merged
jamesfredley merged 5 commits into7.0.xfrom Dec 15, 2025
Merged
Add IntelliJ IDEA Enhanced HotSwap to reloading guide#15287jamesfredley merged 5 commits into7.0.xfrom
jamesfredley merged 5 commits into7.0.xfrom
Conversation
Updated the development reloading documentation to include IntelliJ IDEA Enhanced HotSwap in Debug Mode as a supported tool for hot code reloading in Grails. Added details about its mechanism, usage, and relevant documentation links, as well as a note on overcoming limitations with JetBrains Runtime.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the development reloading documentation by adding IntelliJ IDEA Enhanced HotSwap in Debug Mode as a fourth supported tool for hot code reloading in Grails applications. The addition provides developers with information about IntelliJ's built-in debugging capabilities for code reloading, including how to overcome limitations using JetBrains Runtime with specific JVM arguments.
Key changes:
- Added new section documenting IntelliJ IDEA Enhanced HotSwap with usage details and limitations
- Updated opening paragraph to include IntelliJ IDEA Enhanced HotSwap in the list of available tools
- Added links to JetBrains documentation and resources for JetBrains Runtime
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
jdaugherty
approved these changes
Dec 13, 2025
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the development reloading documentation to include IntelliJ IDEA Enhanced HotSwap in Debug Mode as a supported tool for hot code reloading in Grails. Added details about its mechanism, usage, and relevant documentation links, as well as a note on overcoming limitations with JetBrains Runtime.
Added link to JRebel IntelliJ Plugin.