Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt boot launch support to new platform-enabled ansi console coloring support #823

Closed
martinlippert opened this issue Aug 30, 2022 · 0 comments
Assignees

Comments

@martinlippert
Copy link
Member

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.

@martinlippert martinlippert added this to the 4.16.0.RELEASE milestone Aug 30, 2022
@nierajsingh nierajsingh self-assigned this Sep 5, 2022
nierajsingh pushed a commit that referenced this issue Sep 6, 2022
 Eclipse 4.25 now includes ANSI support. Enable ANSI support in boot
launch config based on whether Eclipse ANSI preference is set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants