-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
#9734 - added toString to whole model, including Password, PasswordSe… #9810
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the scope of the dependnecies changed:
[INFO] --- maven-dependency-plugin:3.3.0:analyze-only (analyze) @ api ---
[WARNING] Unused declared dependencies found:
[WARNING] com.fasterxml.jackson.core:jackson-core:jar:2.16.1:compile
[WARNING] Non-test scoped test only dependencies found:
[WARNING] com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.16.1:compile
Can you please update the api/pom.xml
accordingly?
…swordSecretSource and PasswordSource classes Signed-off-by: Slavomir Kocka <[email protected]>
…ml, to be only in test scole Signed-off-by: Slavomir Kocka <[email protected]>
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! LGTM and it seems regressions are all green.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the PR.
…cretSource and PasswordSource classes
Type of change
Description
Implementation of the issue #9734
All classes in the model package and sub-packages now contain toString generated by Lombok's
@ToString
.Additionally:
@EqualsAndHashCode
@EqualsAndHashCode
and@ToString
are usingcallSuper=true
Password
,PasswordSecretSource
,PasswordSource
as they in fact do not contain secretsKubernetesVersion
is left intact with manual hashCode, equals, and toString