[
https://issues.apache.org/jira/browse/AVRO-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344601#comment-17344601
]
Dimo Velev commented on AVRO-2353:
----------------------------------
This change broke compatibility with oracle nosql due to changing some methods
from public to default visibility (Schema defaultValue() particularly). I am
not sure why this was required to do but it is a big pain if one wants to use
avro with kafka and nosql as there are no compatible versions any more that
work with both. I am writing this hoping that developers that change visibility
of public interfaces think about the consequences of these changes.
> Auto format/validate Java code
> ------------------------------
>
> Key: AVRO-2353
> URL: https://issues.apache.org/jira/browse/AVRO-2353
> Project: Apache Avro
> Issue Type: Task
> Components: java
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Fix For: 1.9.0
>
>
> In order to have consistent code formatting and make contribution validations
> simpler we should consider auto formatting our Java codebase and checking it
> with spotless.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)