[
https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15529342#comment-15529342
]
Gabor Szadovszky commented on AVRO-1605:
----------------------------------------
Thanks a lot, [~tomwhite].
The friend package approach seems to be the better choice. As we are using the
Jackson API in many different packages I'll create the accessor in
{{org.apache.avro.util.internal}}. ({{*.internal}} packages are already skipped
in the javadoc generation.)
Schema immutability would not be easy as its super class {{JsonProperties}} has
public methods for adding properties which are not deprecated yet.
({{addProp(String, String)}} and {{addProp(String, Object))}}).
> Remove Jackson classes from public API
> --------------------------------------
>
> Key: AVRO-1605
> URL: https://issues.apache.org/jira/browse/AVRO-1605
> Project: Avro
> Issue Type: Sub-task
> Components: java
> Affects Versions: 1.7.8
> Reporter: Tom White
> Assignee: Gabor Szadovszky
> Fix For: 1.9.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)