Skip to content

Move methods not related to Vert.x out of VertxUtil class#11768

Merged
scholzj merged 1 commit intostrimzi:mainfrom
scholzj:vertxutils-cleanup
Aug 29, 2025
Merged

Move methods not related to Vert.x out of VertxUtil class#11768
scholzj merged 1 commit intostrimzi:mainfrom
scholzj:vertxutils-cleanup

Conversation

@scholzj
Copy link
Copy Markdown
Member

@scholzj scholzj commented Aug 25, 2025

Type of change

  • Refactoring

Description

The VertxUtil class in the cluster-operator module should contain only the methods related to Vert.x. But for some reason it seems to contain bunch of unrelated methods, which are used to get the hash of TLS certificates. This PR moves these methods and their tests to the ReconcilerUtils aas they are used by the AssemblyOperators and their reconcilers.

This PR does not modify these methods in anyway (apart from changing one unnecessary modifier /* test */ to private).

Checklist

  • Make sure all tests pass

Signed-off-by: Jakub Scholz <www@scholzj.com>
@scholzj scholzj added this to the 0.48.0 milestone Aug 25, 2025
@scholzj scholzj requested a review from ppatierno August 25, 2025 12:44
@scholzj
Copy link
Copy Markdown
Member Author

scholzj commented Aug 25, 2025

/packit test --labels regression

Copy link
Copy Markdown
Contributor

@tinaselenge tinaselenge left a comment

Choose a reason for hiding this comment

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

LGTM

@scholzj scholzj merged commit a91f51e into strimzi:main Aug 29, 2025
19 checks passed
@scholzj scholzj deleted the vertxutils-cleanup branch August 29, 2025 15:33
see-quick pushed a commit to see-quick/strimzi-kafka-operator that referenced this pull request Sep 4, 2025
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