Skip to content

Commit

Permalink
Remove obsolete references to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Jan 16, 2025
1 parent eb76532 commit 211df12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@ implementation of this monitoring API for both Hoist and non-Hoist based applica
## Development setup

### Hot reloading.
Hot reloading is supported for both Java11 and Java17 using the java hotswap agent. Please
Hot reloading is supported for Java17 using the java hotswap agent. Please
see http://hotswapagent.org/ and https://github.com/HotswapProjects/HotswapAgent for details on
how to setup.

Please note that the following is needed for running in this mode. **See the toolbox application
for an example of this setup.**
- A specialized hotswap jvm (see links above for setup, available for java11 and java17)
- A specialized hotswap jvm (see links above for setup, available for java17)
- The file `groovyReset.jar` in your project or dependencies
- The following JVM arguments when starting your application:
`-XX:HotswapAgent=fatjar`, `-XX:+AllowEnhancedClassRedefinition`,
Expand Down

0 comments on commit 211df12

Please sign in to comment.