Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Issue16 arbitrary attributes #17

Closed
wants to merge 10 commits into from

Conversation

mphuff
Copy link
Contributor

@mphuff mphuff commented May 1, 2013

I have implemented some code to output the arbitrary annotations that are supported in avro idl. These get translated to new key/value pairs of properties on the avro schema. In order to detect them, all we need to do is look for any keys on the object that both avrodoc as well as avro do not generate for the various types of objects.

I also updated the example output to include annotations of the various types that are supported with this patch.

Resolves issue #16

NOTE: There is a commit (851cf99) that I didn't mean to include in this pull request -- this is the commit for the work in issue #14. I reverted that change in (13abdb2).

Let me know if you'd like me to clean this up a bit.

Thanks!

Micah

@mphuff
Copy link
Contributor Author

mphuff commented May 2, 2013

@ept -- Just curious if you're going to have a chance to review these two patches in the near future and release 0.40 of avrodoc?

Thanks!

@ept
Copy link
Owner

ept commented May 27, 2013

I merged this (with a few tweaks). Thanks very much Micah, and sorry that it took me so long to get round to it!

@ept ept closed this May 27, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants