adapt boot launch support to new platform-enabled ansi console coloring support #823
Labels
for: eclipse
something that is specific for Eclipse
theme: boot-dashboard
type: bug
type: enhancement
Milestone
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.
The text was updated successfully, but these errors were encountered: