[
https://issues.apache.org/jira/browse/KAFKA-7058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514460#comment-16514460
]
Randall Hauch commented on KAFKA-7058:
--------------------------------------
I recommended that this be merged back as far as possible, including all of the
branches in between (e.g., 0.10.. That way it will be included in all
subsequent patch releases, if/when they occur.
The next release (soon!) is going to be 2.0 since AK is removing support for
JDK 7, and so even though we just released 1.1 we are not planning a 1.2
release. However, we'll continue to cut patch releases for 1.1.x, 1.0.x,
0.11.0.x, 0.10.1.x, 0.10.2.x, and even earlier branches as needed. (Does that
answer your question?)
> ConnectSchema#equals() broken for array-typed default values
> ------------------------------------------------------------
>
> Key: KAFKA-7058
> URL: https://issues.apache.org/jira/browse/KAFKA-7058
> Project: Kafka
> Issue Type: Bug
> Components: KafkaConnect
> Affects Versions: 1.0.0, 1.1.0
> Reporter: Gunnar Morling
> Priority: Major
>
> {{ConnectSchema#equals()}} calls {{Objects#equals()}} for the schemas'
> default values, but this doesn't work correctly if the default values in fact
> are arrays. In this case, always {{false}} will be returned, also if the
> default value arrays actually are the same.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)