RELEASED: Public: October 15, 2025
Feature enhancements
- Managed controllers: Default JVM option
-XX:-OmitStackTraceInFastThrow
enabled (BEE-62328) -
To improve issue diagnosis, managed controllers now run with the
-XX:-OmitStackTraceInFastThrow
JVM option enabled by default. This ensures that complete stack traces are always included for common exceptions, rather than being omitted after repeated occurrences.