[GitHub] avro pull request #210: Idl identifier `schema` (1.7)

2017-04-11 Thread erikvanoosten
GitHub user erikvanoosten opened a pull request:

https://github.com/apache/avro/pull/210

Idl identifier `schema` (1.7)

Currently the word `schema` is not allowed as identifier, even not when it 
is escaped in backticks. This patch fixed that for the 1.7 branch.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/erikvanoosten/avro idl-identifier-schema

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/210.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 #210


commit 39913ad72b89261d17bf528bf688259671a70832
Author: Doug Cutting 
Date:   2014-09-02T22:20:08Z

Copy trunk to branch-1.7.

git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1622143 
13f79535-47bb-0310-9956-ffa450edef68

commit e99ccae22601a8106327e660217af2ab012c88d5
Author: Thomas White 
Date:   2014-10-27T14:14:33Z

Merge -r 1634541:1634542 from trunk to branch. Fixes: AVRO-1489

git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1634543 
13f79535-47bb-0310-9956-ffa450edef68

commit 82dc795200b56f3846b12c67c36e723df768a450
Author: Thomas White 
Date:   2014-11-17T15:33:47Z

Merge -r 1640170:1640171 from trunk to branch. Fixes: AVRO-1596. Java: 
Cannot read past corrupted block in Avro data file.

git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1640173 
13f79535-47bb-0310-9956-ffa450edef68

commit 49d2cbe3fdd5ecff86e0a57f98021b0856a18f72
Author: Thomas White 
Date:   2014-11-17T16:08:43Z

Merge -r 1640178:1640179 from trunk to branch. Fixes: AVRO-1596. AVRO-834. 
Java: Data File corruption recovery tool. Contributed by scottcarey and 
tomwhite.

git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1640181 
13f79535-47bb-0310-9956-ffa450edef68

commit b4aa494e581eb3a78ff2b2efa5a932a91d7449e4
Author: Thomas White 
Date:   2014-11-18T10:10:55Z

Merge -r 1640292:1640293 from trunk to branch. Fixes: AVRO-1585. Java: 
Deprecate Jackson classes in public API.

git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1640294 
13f79535-47bb-0310-9956-ffa450edef68

commit 8e06aea34b8a5a779a29896102f89f738aa2f6c1
Author: Thomas White 
Date:   2015-06-26T14:40:47Z

AVRO-1681. Improve generated JavaDocs. Contributed by Charles 
Gariépy-Ikeson.

git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1687779 
13f79535-47bb-0310-9956-ffa450edef68

commit 113f61d6ad570a37281dffc5771c2c11a7cd3d62
Author: Sean Busbey 
Date:   2015-09-12T07:28:03Z

AVRO-1709. Ruby: Ignore generated files. Contributed by Daniel Schierbeck.

The data.avr file is generated every times the tests are run;
Gemfile.lock is generated every time `bundle install` is run.

This closes #45



git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1702596 
13f79535-47bb-0310-9956-ffa450edef68

commit a0506d472cea021d064e702670a83490dd69fb35
Author: Sean Busbey 
Date:   2015-09-14T00:16:22Z

AVRO-1694. Ruby: Schema normaliation and fingerprints. Contributed by 
Daniel Schierbeck.

* Avro::SchemaNormalization.to_parsing_form converts a schema to Parsing
Canonical Form
* support for MD5 and SHA256 fingerprints

This closes #40



git-svn-id: 
https://svn.apache.org/repos/asf/avro/branches/branch-1.7@1702841 
13f79535-47bb-0310-9956-ffa450edef68

commit 49f3bf03df80c74c82416618639efbc81f81b7a0
Author: radai-rosenblatt 
Date:   2016-10-04T22:36:18Z

AVRO-1988 Make 1.7 branch actually build. Contributed by Radai Rosenblatt.

Seems like AVRO-1681 was only partially applied to the 1.7 branch. 
Specifically, the expected test output was not updated to reflect changes in 
javadoc.
This commit fixes the tests and makes the build pass

Also ignores IDEA files.

Closes #139.

Signed-off-by: Suraj Acharya 
Signed-off-by: Sean Busbey 

commit 3345e13238d1d0278a4e1da5a9df60356892193c
Author: radai-rosenblatt 
Date:   2017-01-13T23:22:57Z

AVRO-1901: Record named Exception generated bad code

Amending-Author: Ben McCann 

backport to branch-1.7.

Exception record for share/test/schemas/specialtypes.avdl skipped since 
branch-1.7 doesn't have AVRO-1614.

Closes #188.

Signed-off-by: Sean Busbey 

commit 646dee5e9196ff0784776b55eba9d9ed9ba2a805
Author: Al B 
Date:   2017-01-30T21:56:53Z

AVRO-1642: Java: Do not generate invalid all-args constructor. Contributed 
by Prateek Rungta and Barry Jones.

Backport:
Amending-Author: Ben McCann 

commit 69e8c54da1877ca562e1e08a1f313682f96ce706
Author: Pietro F. Menna 
Date:   2017-02-10T11:22:12Z

AVRO-1813: Incorrect link to build instructions in Jav

[GitHub] avro pull request #210: Idl identifier `schema` (1.7)

2017-04-11 Thread erikvanoosten
Github user erikvanoosten closed the pull request at:

https://github.com/apache/avro/pull/210


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---