-
Notifications
You must be signed in to change notification settings - Fork 13
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
DBZ-8352 Update QOSDK #79
Conversation
test failure related to #78. Wait the nightly image to be built and re-run. |
did you rebase? The pipeline should be building the image if I am not mistaken. @obabec do I recall correctly that the system tests will build the image? |
debezium-operator-api/src/main/java/io/debezium/operator/api/model/FormatType.java
Outdated
Show resolved
Hide resolved
Yeah, you're right. Rebased and tests should pass now. |
@@ -34,6 +34,7 @@ spec: | |||
type: object | |||
x-kubernetes-preserve-unknown-fields: true | |||
type: | |||
default: json |
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.
can you please rerun the k8update
profile? Without using the @Default
annotation I don't think v1 generator should actually produce this -- since it should ignore the default from JsonProperty
based on the info from fabric8 guys.
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.
Good catch. Fixed.
closes: https://issues.redhat.com/browse/DBZ-8452