JMIX Version 2.1.1 Custom controller IDE hot reload invalid

Please help Jmix team and community members to answer your questions:

  • Provide your Jmix framework and Studio versions. Use Welcome screen in Studio to copy versions.
  • If possible, attach a zip-archive with a sample project or provide a link to a GitHub repository with a minimal, reproducible example. Use Gradle → Zip Project action in Jmix tool window to make an archive.
  • Format source code in your posts by wrapping it in triple backquotes (```).

Custom controller, console output display has been hot overloaded, actually no effect.
Only a full reboot with shift+f9 will work.
Normal hot reload for view controllers added via studio.
Has anyone ever been in a similar situation?

Jmix version: 2.1.1
Jmix Studio plugin version: 2.1.1-232
IntelliJ version: IntelliJ IDEA 2023.2.5 (Ultimate Edition)

What do you mean by “custom controller”?
Jmix supports hot deploy of view controllers and related classes, see Hot Deploy :: Jmix Documentation

such RestController used by buisness

REST controllers, as well as regular Spring beans are not hot deployed, as stated in the docs.