You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclipse 2022-09 ships with ANSI coloring in the console output by default, having support for this directly in the platform itself. Therefore, we will no longer install the third-party plugin for ANSI coloring and therefore also need to adapt our boot launch support to this new situation, since it sets VM args automatically to enable colored console output in Spring Boot if the third-party plugin is installed and enabled. This logic needs to be switched or removed, so that we always enable colored console output by default.