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

Unify console color handling #18506

Merged
merged 1 commit into from
Jul 10, 2021
Merged

Unify console color handling #18506

merged 1 commit into from
Jul 10, 2021

Conversation

stuartwdouglas
Copy link
Member

  • quarkus.console.color is now the canonical source of color
  • quarkus.logging.console.color is now deprecated (same as
    quarkus.test.disable-color)
  • If color is disable the advanced ANSI console will also be disabled

Previously color was only the concern of logging, but now that we have
the continuous testing console it also matters for the testing console.

Fixes #18288

core/devmode-spi/pom.xml Outdated Show resolved Hide resolved
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 8, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building d276427

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Test failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 16

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 8, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building 0ac16c0

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Test failures Logs Raw logs
Initial JDK 11 Build Build ⚠️ Check → Logs Raw logs

@gsmet gsmet added the triage/needs-rebase This PR needs to be rebased first because it has merge conflicts label Jul 8, 2021
@gsmet
Copy link
Member

gsmet commented Jul 8, 2021

This needs a rebase.

- quarkus.console.color is now the canonical source of color
- quarkus.logging.console.color is now deprecated (same as
  quarkus.test.disable-color)
- If color is disable the advanced ANSI console will also be disabled

Previously color was only the concern of logging, but now that we have
the continuous testing console it also matters for the testing console.

Fixes quarkusio#18288
@stuartwdouglas stuartwdouglas added triage/waiting-for-ci Ready to merge when CI successfully finishes and removed triage/needs-rebase This PR needs to be rebased first because it has merge conflicts labels Jul 9, 2021
@gastaldi gastaldi merged commit 40e7af8 into quarkusio:main Jul 10, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jul 10, 2021
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Console log has no color after switching to Quarkus 2.0.0.Final
4 participants