GitHub user edenhill opened a pull request:
https://github.com/apache/avro/pull/57
Depend on external libjansson and fix for AVRO-1691
Fix for AVRO-1691:
Allow JSON string-field primitive schema definitions
https://issues.apache.org/jira/browse/AVRO-1691
This fix requires a newer version of libjansson (>=2.3) that features the
JSON_DECODE_ANY decoder flag. Since libjansson is widely available in
distributions nowadays the old bundled copy was removed in favour of depending
on libjansson as an external library.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/edenhill/avro AVRO-1691
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
commit bada46dcf8da5f78b7ade7589225978ce63c45e1
Author: Magnus Edenhill <[email protected]>
Date: 2015-11-18T19:08:49Z
Depend on external libjansson instead of a bundled copy
commit 586eb2bc9d9bd9ee3e69ff0bdd27fdcebdfe7ced
Author: Magnus Edenhill <[email protected]>
Date: 2015-11-18T19:30:33Z
AVRO-1691: Allow JSON string-field primitive schema definitions
commit 80f06f65a1069f8a28ef6136343dc6e8c7e88493
Author: Magnus Edenhill <[email protected]>
Date: 2015-11-18T19:40:47Z
Newer Jansson (e.g 2.7) libraries output hex escapes in lowercase
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---