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

Exclude Logback from Cruise Control #10376

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

scholzj
Copy link
Member

@scholzj scholzj commented Jul 23, 2024

Type of change

  • Bugfix

Description

Cruise Control 2.5.138 updated ZooKeeper dependency to 3.8.4 and that seems to pull Logback as transitive dependency. This causes failures in our system tests (and possibly for users as well) as sometimes Cruise Control picks Logback for logging and sometimes Log4j2. This PR excludes the Logback dependency to have only Log4j2 in the classpath and always use it.

This is related to linkedin/cruise-control#2174.

Checklist

  • Make sure all tests pass
  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Reference relevant issue(s) and close them after merging

Signed-off-by: Jakub Scholz <www@scholzj.com>
@scholzj scholzj added this to the 0.43.0 milestone Jul 23, 2024
@scholzj scholzj requested a review from a team July 23, 2024 20:00
@scholzj
Copy link
Member Author

scholzj commented Jul 24, 2024

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@fvaleri fvaleri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@scholzj scholzj merged commit 10e0c52 into strimzi:main Jul 24, 2024
21 checks passed
@scholzj scholzj deleted the exclude-logback-from-cruise-control branch July 24, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants