A killer feature would be simplification of support for redefinition of classes from libraries. It could work in such a way that there would be an ad-hoc directory in the project, accessible through extraClassPath HA config param . If a user opened a file from a .jar library, they could modify the class and save it in the ad-hoc directory. Classes from this directory would then be loaded with priority due to the extraClassPath configuration in HA, and live redefinition would function at the same time. Perhaps it could be directed to the scratches directory. I've already had something similar configured, and when it’s necessary to make an ad-hoc adjustment in a .jar file, it’s absolutely fantastic
A killer feature would be simplification of support for redefinition of classes from libraries. It could work in such a way that there would be an ad-hoc directory in the project, accessible through
extraClassPathHA config param . If a user opened a file from a .jar library, they could modify the class and save it in the ad-hoc directory. Classes from this directory would then be loaded with priority due to the extraClassPath configuration in HA, and live redefinition would function at the same time. Perhaps it could be directed to the scratches directory. I've already had something similar configured, and when it’s necessary to make an ad-hoc adjustment in a .jar file, it’s absolutely fantastic