[GitHub] [avro] KyleSchoonover opened a new pull request #1480: AVRO-3329 Added omitted braces to CodeGen class

2022-01-27 Thread GitBox
KyleSchoonover opened a new pull request #1480: URL: https://github.com/apache/avro/pull/1480 Additionally addressed SA1131 - moved literal value of comparison to the right side. ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AV

[GitHub] [avro] zcsizmadia opened a new pull request #1481: AVRO-3330: Avrogen returns success if help requested

2022-01-28 Thread GitBox
zcsizmadia opened a new pull request #1481: URL: https://github.com/apache/avro/pull/1481 Make sure you have checked _all_ steps below. ### Jira - [X] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO-3330) issues and references them in the

[GitHub] [avro] dependabot[bot] opened a new pull request #1482: Bump grpc.version from 1.43.2 to 1.44.0 in /lang/java

2022-01-30 Thread GitBox
dependabot[bot] opened a new pull request #1482: URL: https://github.com/apache/avro/pull/1482 Bumps `grpc.version` from 1.43.2 to 1.44.0. Updates `grpc-core` from 1.43.2 to 1.44.0 Release notes Sourced from https://github.com/grpc/grpc-java/releases";>grpc-core's releases.

[GitHub] [avro] martin-g merged pull request #1481: AVRO-3330: Avrogen returns success if help requested

2022-01-30 Thread GitBox
martin-g merged pull request #1481: URL: https://github.com/apache/avro/pull/1481 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1479: AVRO-3328 Updated XML documentation for CodeGen Class

2022-01-30 Thread GitBox
martin-g merged pull request #1479: URL: https://github.com/apache/avro/pull/1479 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1478: AVRO-3327 Implemented pattern matching on Equals check

2022-01-30 Thread GitBox
martin-g merged pull request #1478: URL: https://github.com/apache/avro/pull/1478 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1477: AVRO-3326 Updated brace location on constructors

2022-01-30 Thread GitBox
martin-g merged pull request #1477: URL: https://github.com/apache/avro/pull/1477 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1476: AVRO-3325 Removed suppression of CA2225

2022-01-30 Thread GitBox
martin-g merged pull request #1476: URL: https://github.com/apache/avro/pull/1476 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1475: AVRO-3324 Styling - Added braces for if statements

2022-01-30 Thread GitBox
martin-g merged pull request #1475: URL: https://github.com/apache/avro/pull/1475 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1482: AVRO-3332: Bump grpc.version from 1.43.2 to 1.44.0 in /lang/java

2022-01-30 Thread GitBox
martin-g merged pull request #1482: URL: https://github.com/apache/avro/pull/1482 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1474: AVRO-3323 Updated documentation and removed suppression of CS1591

2022-01-30 Thread GitBox
martin-g merged pull request #1474: URL: https://github.com/apache/avro/pull/1474 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1480: AVRO-3329 Added omitted braces to CodeGen class

2022-01-30 Thread GitBox
martin-g merged pull request #1480: URL: https://github.com/apache/avro/pull/1480 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g closed pull request #1358: AVRO-3223: Support optional codecs in C# library

2022-01-30 Thread GitBox
martin-g closed pull request #1358: URL: https://github.com/apache/avro/pull/1358 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] KyleSchoonover opened a new pull request #1483: AVRO-3333 Updated to correct spacing styling issues

2022-01-30 Thread GitBox
KyleSchoonover opened a new pull request #1483: URL: https://github.com/apache/avro/pull/1483 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1484: AVRO-3334 Updated GetNullableType to simplify execution

2022-01-30 Thread GitBox
KyleSchoonover opened a new pull request #1484: URL: https://github.com/apache/avro/pull/1484 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1485: AVRO-3335 Evaluate input of GenerateNames

2022-01-30 Thread GitBox
KyleSchoonover opened a new pull request #1485: URL: https://github.com/apache/avro/pull/1485 Additionally updated naming since it does not need to preserve Java like naming. ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/)

[GitHub] [avro] KyleSchoonover opened a new pull request #1486: AVRO-3336 deprecate namespaceLookup field.

2022-01-30 Thread GitBox
KyleSchoonover opened a new pull request #1486: URL: https://github.com/apache/avro/pull/1486 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the

[GitHub] [avro] martin-g merged pull request #1483: AVRO-3333 Updated to correct spacing styling issues

2022-01-30 Thread GitBox
martin-g merged pull request #1483: URL: https://github.com/apache/avro/pull/1483 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g opened a new pull request #1487: AVRO-3337 C#: Bump Log4net to a newer version

2022-01-30 Thread GitBox
martin-g opened a new pull request #1487: URL: https://github.com/apache/avro/pull/1487 ### Jira - [X] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" - h

[GitHub] [avro] martin-g merged pull request #1487: AVRO-3337 C#: Bump Log4net to a newer version

2022-01-30 Thread GitBox
martin-g merged pull request #1487: URL: https://github.com/apache/avro/pull/1487 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1473: AVRO-3322: Buffer is not defined in browser environment

2022-01-30 Thread GitBox
martin-g merged pull request #1473: URL: https://github.com/apache/avro/pull/1473 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g opened a new pull request #1488: AVRO-3339 Rust: Rename crate from avro-rs to apache-avro

2022-01-31 Thread GitBox
martin-g opened a new pull request #1488: URL: https://github.com/apache/avro/pull/1488 ### Jira - [X] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" - h

[GitHub] [avro] martin-g merged pull request #1488: AVRO-3339 Rust: Rename crate from avro-rs to apache-avro

2022-01-31 Thread GitBox
martin-g merged pull request #1488: URL: https://github.com/apache/avro/pull/1488 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] kojiromike opened a new pull request #1489: Update Styles to Stable Black 22.1.0

2022-01-31 Thread GitBox
kojiromike opened a new pull request #1489: URL: https://github.com/apache/avro/pull/1489 Apply style updates from Black 22.1.0, which is the first stable release of Black. This is necessary to get lang/py passing checks again. No ticket should be needed for this. -- This is an aut

[GitHub] [avro] zcsizmadia opened a new pull request #1490: AVRO-3340: Add codeanalysis for all C# projects

2022-01-31 Thread GitBox
zcsizmadia opened a new pull request #1490: URL: https://github.com/apache/avro/pull/1490 Make sure you have checked _all_ steps below. ### Jira - [X] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO-3340) issues and references them in the

[GitHub] [avro] kojiromike merged pull request #1489: Update Styles to Stable Black 22.1.0

2022-01-31 Thread GitBox
kojiromike merged pull request #1489: URL: https://github.com/apache/avro/pull/1489 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [avro] KyleSchoonover opened a new pull request #1491: AVRO-3341 Documented class and updated access modifier

2022-01-31 Thread GitBox
KyleSchoonover opened a new pull request #1491: URL: https://github.com/apache/avro/pull/1491 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1492: AVRO-3342 Updated CodeGenUtil to standard documentation styling

2022-01-31 Thread GitBox
KyleSchoonover opened a new pull request #1492: URL: https://github.com/apache/avro/pull/1492 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1493: AVRO-3343 Updated Codec to styling standards

2022-01-31 Thread GitBox
KyleSchoonover opened a new pull request #1493: URL: https://github.com/apache/avro/pull/1493 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the

[GitHub] [avro] KyleSchoonover opened a new pull request #1494: AVRO-3344 Deprecating DataBlock

2022-01-31 Thread GitBox
KyleSchoonover opened a new pull request #1494: URL: https://github.com/apache/avro/pull/1494 The class has been marked obsolete since 7/6/2019. Additionally, it is said that it will be used internally, but no updates since it was marked obsolete, and has no internal references other than

[GitHub] [avro] KyleSchoonover opened a new pull request #1495: AVRO-3345 Made Magic readonly in DataFileConstants

2022-01-31 Thread GitBox
KyleSchoonover opened a new pull request #1495: URL: https://github.com/apache/avro/pull/1495 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1496: AVRO-3346 Update DataFileReader to documentation standards

2022-01-31 Thread GitBox
KyleSchoonover opened a new pull request #1496: URL: https://github.com/apache/avro/pull/1496 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] martin-g merged pull request #1486: AVRO-3336 deprecate namespaceLookup field.

2022-02-01 Thread GitBox
martin-g merged pull request #1486: URL: https://github.com/apache/avro/pull/1486 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1496: AVRO-3346 Update DataFileReader to documentation standards

2022-02-01 Thread GitBox
martin-g merged pull request #1496: URL: https://github.com/apache/avro/pull/1496 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1494: AVRO-3344 Deprecating DataBlock

2022-02-01 Thread GitBox
martin-g merged pull request #1494: URL: https://github.com/apache/avro/pull/1494 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1492: AVRO-3342 Updated CodeGenUtil to standard documentation styling

2022-02-01 Thread GitBox
martin-g merged pull request #1492: URL: https://github.com/apache/avro/pull/1492 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1491: AVRO-3341 Documented class and updated access modifier

2022-02-01 Thread GitBox
martin-g merged pull request #1491: URL: https://github.com/apache/avro/pull/1491 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1485: AVRO-3335 Evaluate input of GenerateNames

2022-02-01 Thread GitBox
martin-g merged pull request #1485: URL: https://github.com/apache/avro/pull/1485 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1484: AVRO-3334 Updated GetNullableType to simplify execution

2022-02-01 Thread GitBox
martin-g merged pull request #1484: URL: https://github.com/apache/avro/pull/1484 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1490: AVRO-3340: Add codeanalysis for all C# projects

2022-02-01 Thread GitBox
martin-g merged pull request #1490: URL: https://github.com/apache/avro/pull/1490 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1493: AVRO-3343 Updated Codec to styling standards

2022-02-01 Thread GitBox
martin-g merged pull request #1493: URL: https://github.com/apache/avro/pull/1493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] KyleSchoonover opened a new pull request #1497: AVRO-3347 Update addNamespace to AddNamespace

2022-02-01 Thread GitBox
KyleSchoonover opened a new pull request #1497: URL: https://github.com/apache/avro/pull/1497 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1498: AVRO-3348 Updated ProcessSchemas to meet styling guidelines

2022-02-01 Thread GitBox
KyleSchoonover opened a new pull request #1498: URL: https://github.com/apache/avro/pull/1498 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1499: AVRO-3349 Updated ProcessProtocols to meet style guidelines.

2022-02-01 Thread GitBox
KyleSchoonover opened a new pull request #1499: URL: https://github.com/apache/avro/pull/1499 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] RyanSkraba merged pull request #1457: AVRO-3305: Only mangle type identifier keywords when used as types

2022-02-01 Thread GitBox
RyanSkraba merged pull request #1457: URL: https://github.com/apache/avro/pull/1457 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [avro] martin-g merged pull request #1358: AVRO-3223: Support optional codecs in C# library

2022-02-01 Thread GitBox
martin-g merged pull request #1358: URL: https://github.com/apache/avro/pull/1358 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1495: AVRO-3345: Made Magic readonly in DataFileConstants

2022-02-01 Thread GitBox
martin-g merged pull request #1495: URL: https://github.com/apache/avro/pull/1495 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] KyleSchoonover opened a new pull request #1500: AVRO-3350 Validate default enum value exists before returning.

2022-02-01 Thread GitBox
KyleSchoonover opened a new pull request #1500: URL: https://github.com/apache/avro/pull/1500 Current implementation could return a KeyNotFoundException ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references

[GitHub] [avro] martin-g merged pull request #1497: AVRO-3347 Update addNamespace to AddNamespace

2022-02-01 Thread GitBox
martin-g merged pull request #1497: URL: https://github.com/apache/avro/pull/1497 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1498: AVRO-3348 Updated ProcessSchemas to meet styling guidelines

2022-02-01 Thread GitBox
martin-g merged pull request #1498: URL: https://github.com/apache/avro/pull/1498 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1499: AVRO-3349 Updated ProcessProtocols to meet style guidelines.

2022-02-01 Thread GitBox
martin-g merged pull request #1499: URL: https://github.com/apache/avro/pull/1499 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1500: AVRO-3350 Validate default enum value exists before returning.

2022-02-01 Thread GitBox
martin-g merged pull request #1500: URL: https://github.com/apache/avro/pull/1500 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g closed pull request #958: AVRO-2931: Snappy Compression Support in C#

2022-02-01 Thread GitBox
martin-g closed pull request #958: URL: https://github.com/apache/avro/pull/958 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@av

[GitHub] [avro] martin-g merged pull request #1126: AVRO-3351: Bump System.Reflection.Emit.Lightweight from 4.3.0 to 4.7.0 in /lang/csharp

2022-02-01 Thread GitBox
martin-g merged pull request #1126: URL: https://github.com/apache/avro/pull/1126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g opened a new pull request #1501: AVRO-3331: Rust: Cannot extract Decimal value

2022-02-02 Thread GitBox
martin-g opened a new pull request #1501: URL: https://github.com/apache/avro/pull/1501 Introduce apache_avro::Decimal #from_f64 and #to_f64() which use the configured/calculated scale to convert to/from BigInt ### Jira - [X] My PR addresses the following [Avro Jira](https:

[GitHub] [avro] martin-g opened a new pull request #1502: AVRO-3331: Add TryFrom owned Decimal

2022-02-02 Thread GitBox
martin-g opened a new pull request #1502: URL: https://github.com/apache/avro/pull/1502 Add more docs and simple unit tests Make sure you have checked _all_ steps below. ### Jira - [X] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/

[GitHub] [avro] martin-g closed pull request #1501: AVRO-3331: Rust: Cannot extract Decimal value

2022-02-02 Thread GitBox
martin-g closed pull request #1501: URL: https://github.com/apache/avro/pull/1501 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] zcsizmadia opened a new pull request #1503: AVRO-3352: Only Newtonsoft uses minimum version as of now

2022-02-02 Thread GitBox
zcsizmadia opened a new pull request #1503: URL: https://github.com/apache/avro/pull/1503 Make sure you have checked _all_ steps below. ### Jira - [X] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO-3352) - https://issues.apache.org/ji

[GitHub] [avro] martin-g merged pull request #1503: AVRO-3352: Only Newtonsoft uses minimum version as of now

2022-02-02 Thread GitBox
martin-g merged pull request #1503: URL: https://github.com/apache/avro/pull/1503 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1502: AVRO-3331: Add TryFrom owned Decimal

2022-02-02 Thread GitBox
martin-g merged pull request #1502: URL: https://github.com/apache/avro/pull/1502 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1438: Avro-2862: Fix primitive schemas losing metadata properties

2022-02-02 Thread GitBox
martin-g merged pull request #1438: URL: https://github.com/apache/avro/pull/1438 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] KyleSchoonover opened a new pull request #1504: AVRO-3353 simplified naming in CodeGen

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1504: URL: https://github.com/apache/avro/pull/1504 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1505: AVRO-3354 Simplified if statements

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1505: URL: https://github.com/apache/avro/pull/1505 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1506: AVRO-3355 Fix order of access modifier

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1506: URL: https://github.com/apache/avro/pull/1506 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the

[GitHub] [avro] KyleSchoonover opened a new pull request #1507: AVRO-3356 simplify naming in DataFileReader

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1507: URL: https://github.com/apache/avro/pull/1507 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the

[GitHub] [avro] KyleSchoonover opened a new pull request #1508: AVRO-3357 marked properties readonly

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1508: URL: https://github.com/apache/avro/pull/1508 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1509: AVRO-3358 Updated XML documentation

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1509: URL: https://github.com/apache/avro/pull/1509 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1510: AVRO-3359 update formatting of DeflateCodec

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1510: URL: https://github.com/apache/avro/pull/1510 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1511: AVRO-3360 Updated XML documentation

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1511: URL: https://github.com/apache/avro/pull/1511 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1512: AVRO-3361 simplify if statement

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1512: URL: https://github.com/apache/avro/pull/1512 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1513: AVRO-3362 Changed DatumReader to IDatumReader

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1513: URL: https://github.com/apache/avro/pull/1513 ## Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1514: AVRO-3363 updated DatumWriter to IDatumWriter

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1514: URL: https://github.com/apache/avro/pull/1514 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1515: AVRO-3364 Breakout subclasses for GenericDatumReader

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1515: URL: https://github.com/apache/avro/pull/1515 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1516: AVRO-3365 Breakout subclasses of GenericDatumWriter

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1516: URL: https://github.com/apache/avro/pull/1516 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1517: AVRO-3366 Updated naming of variables.

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1517: URL: https://github.com/apache/avro/pull/1517 Added some additional formatting around spacing and string concatenation. ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues

[GitHub] [avro] KyleSchoonover opened a new pull request #1518: AVRO-3367 Remove unnecessary suppression of CA1307

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1518: URL: https://github.com/apache/avro/pull/1518 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1519: AVRO-3368 Marked value field obsolete in GenericFixed

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1519: URL: https://github.com/apache/avro/pull/1519 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] KyleSchoonover opened a new pull request #1520: AVRO-3369 Move default reader to own file

2022-02-03 Thread GitBox
KyleSchoonover opened a new pull request #1520: URL: https://github.com/apache/avro/pull/1520 ### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" -

[GitHub] [avro] martin-g merged pull request #1504: AVRO-3353 simplified naming in CodeGen

2022-02-04 Thread GitBox
martin-g merged pull request #1504: URL: https://github.com/apache/avro/pull/1504 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1505: AVRO-3354 Simplified if statements

2022-02-04 Thread GitBox
martin-g merged pull request #1505: URL: https://github.com/apache/avro/pull/1505 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1506: AVRO-3355 Fix order of access modifier

2022-02-04 Thread GitBox
martin-g merged pull request #1506: URL: https://github.com/apache/avro/pull/1506 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1507: AVRO-3356 simplify naming in DataFileReader

2022-02-04 Thread GitBox
martin-g merged pull request #1507: URL: https://github.com/apache/avro/pull/1507 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1508: AVRO-3357 marked properties readonly

2022-02-04 Thread GitBox
martin-g merged pull request #1508: URL: https://github.com/apache/avro/pull/1508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1509: AVRO-3358 Updated XML documentation

2022-02-04 Thread GitBox
martin-g merged pull request #1509: URL: https://github.com/apache/avro/pull/1509 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1511: AVRO-3360 Updated XML documentation

2022-02-04 Thread GitBox
martin-g merged pull request #1511: URL: https://github.com/apache/avro/pull/1511 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1517: AVRO-3366 Updated naming of variables.

2022-02-04 Thread GitBox
martin-g merged pull request #1517: URL: https://github.com/apache/avro/pull/1517 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1510: AVRO-3359 update formatting of DeflateCodec

2022-02-04 Thread GitBox
martin-g merged pull request #1510: URL: https://github.com/apache/avro/pull/1510 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1512: AVRO-3361 simplify if statement

2022-02-04 Thread GitBox
martin-g merged pull request #1512: URL: https://github.com/apache/avro/pull/1512 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1518: AVRO-3367 Remove unnecessary suppression of CA1307

2022-02-04 Thread GitBox
martin-g merged pull request #1518: URL: https://github.com/apache/avro/pull/1518 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] KyleSchoonover closed pull request #1516: AVRO-3365 Breakout subclasses of GenericDatumWriter

2022-02-04 Thread GitBox
KyleSchoonover closed pull request #1516: URL: https://github.com/apache/avro/pull/1516 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubs

[GitHub] [avro] KyleSchoonover closed pull request #1515: AVRO-3364 Breakout subclasses for GenericDatumReader

2022-02-04 Thread GitBox
KyleSchoonover closed pull request #1515: URL: https://github.com/apache/avro/pull/1515 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubs

[GitHub] [avro] radai-rosenblatt opened a new pull request #1521: AVRO-3371 - add empty string as 3rd velocity root in SpecificCompiler

2022-02-04 Thread GitBox
radai-rosenblatt opened a new pull request #1521: URL: https://github.com/apache/avro/pull/1521 this is to be able to load resources by absolute path on windows … Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Avro Ji

[GitHub] [avro] RyanSkraba merged pull request #1381: AVRO-3133: Fix enum resolution to be consistent with Apache Avro specification and the schema compatibility checks

2022-02-05 Thread GitBox
RyanSkraba merged pull request #1381: URL: https://github.com/apache/avro/pull/1381 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [avro] dependabot[bot] opened a new pull request #1522: Bump jmh.version from 1.33 to 1.34 in /lang/java

2022-02-06 Thread GitBox
dependabot[bot] opened a new pull request #1522: URL: https://github.com/apache/avro/pull/1522 Bumps `jmh.version` from 1.33 to 1.34. Updates `jmh-core` from 1.33 to 1.34 Updates `jmh-generator-annprocess` from 1.33 to 1.34 Dependabot will resolve any conflicts with this

[GitHub] [avro] dependabot[bot] opened a new pull request #1523: Bump protobuf-java from 3.19.1 to 3.19.4 in /lang/java

2022-02-06 Thread GitBox
dependabot[bot] opened a new pull request #1523: URL: https://github.com/apache/avro/pull/1523 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.4. Release notes Sourced from https://github.com/protocolbuffers/protobuf/releases";>protobuf-java'

[GitHub] [avro] dependabot[bot] opened a new pull request #1524: Bump archetype-plugin.version from 3.2.0 to 3.2.1 in /lang/java

2022-02-06 Thread GitBox
dependabot[bot] opened a new pull request #1524: URL: https://github.com/apache/avro/pull/1524 Bumps `archetype-plugin.version` from 3.2.0 to 3.2.1. Updates `archetype-packaging` from 3.2.0 to 3.2.1 Commits https://github.com/apache/maven-archetype/commit/c8e9ce1372d3a87d116

[GitHub] [avro] martin-g merged pull request #1522: Bump jmh.version from 1.33 to 1.34 in /lang/java

2022-02-07 Thread GitBox
martin-g merged pull request #1522: URL: https://github.com/apache/avro/pull/1522 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1524: AVRO-3372: Bump archetype-plugin.version from 3.2.0 to 3.2.1 in /lang/java

2022-02-07 Thread GitBox
martin-g merged pull request #1524: URL: https://github.com/apache/avro/pull/1524 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g merged pull request #1523: AVRO-3373: Bump protobuf-java from 3.19.1 to 3.19.4 in /lang/java

2022-02-07 Thread GitBox
martin-g merged pull request #1523: URL: https://github.com/apache/avro/pull/1523 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [avro] martin-g closed pull request #1520: AVRO-3369: Move default reader to own file

2022-02-07 Thread GitBox
martin-g closed pull request #1520: URL: https://github.com/apache/avro/pull/1520 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

  1   2   3   4   5   6   7   8   9   10   >