[AVRO-2571] avro-maven-plugin not escaping "public" keyword in namespace (#844)

* [AVRO-2571] escape reserved java keywords in packages

* using mangle to scape namespace

* Revert "using mangle to scape namespace"

This reverts commit eb788cc4

* AVRO-2571: using mangle to scape namespace

* AVRO-2571: removing inport  org.apache.commons.lang3.StringUtils

* AVRO-2571: fix NullPointer error
7 files changed
tree: 2564e7e84a2d75d32b8fe74df64e364734f4be2f
  1. .github/
  2. .travis/
  3. doc/
  4. lang/
  5. share/
  6. .asf.yaml
  7. .editorconfig
  8. .gitignore
  9. .travis.yml
  10. .yamllint.yml
  11. BUILD.md
  12. build.sh
  13. composer.json
  14. DIST_README.txt
  15. LICENSE.txt
  16. NOTICE.txt
  17. pom.xml
  18. README.md
README.md

Build Status

Apache Avro™

Apache Avro™ is a data serialization system.

Learn more about Avro, please visit our website at:

https://avro.apache.org/

To contribute to Avro, please read:

https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute