[
https://issues.apache.org/jira/browse/AVRO-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196480#comment-14196480
]
Doug Cutting commented on AVRO-1585:
------------------------------------
+1 for excluding the IDL compiler from the javadoc. JavaCC makes everything
public in generated code, but we shouldn't consider all of those methods as our
public API.
Might JsonProperties#toJson better use Jackson's JsonGenerator instead of
string concatenation + parse?
> Remove Jackson classes from public Schema API
> ---------------------------------------------
>
> Key: AVRO-1585
> URL: https://issues.apache.org/jira/browse/AVRO-1585
> Project: Avro
> Issue Type: Sub-task
> Components: java
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Fix For: 1.8.0
>
> Attachments: AVRO-1585.patch
>
>
> Remove the use of Jackson's classes from our public API. Namely, remove the
> use of JsonNode for schema defaults.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)