This is an automated email from the ASF dual-hosted git repository.

blachniet pushed a change to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 6bc9f1e  AVRO-2557: Fix Java example user.avsc file address error 
(#646)
     new e24c2bf  AVRO-2522: Handle record types with Nullable and IList in 
their names (#663)
     new fea6888  AVRO-2522: Fix nullable resolution inside lists (#663)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lang/csharp/src/apache/main/CodeGen/CodeGen.cs     |  12 +--
 .../src/apache/main/Specific/ObjectCreator.cs      |   5 +-
 .../apache/test/Specific/EmbeddedGenericsRecord.cs | 114 +++++++++++++++++++++
 .../src/apache/test/Specific/ObjectCreatorTests.cs |  22 +++-
 .../src/apache/test/Specific/SpecificTests.cs      |  62 +++++++++++
 5 files changed, 205 insertions(+), 10 deletions(-)
 create mode 100644 
lang/csharp/src/apache/test/Specific/EmbeddedGenericsRecord.cs

Reply via email to