Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding JsonToProtoMessage.java #400

Merged
merged 21 commits into from Jul 21, 2020

Commits on Jul 21, 2020

  1. Copy the full SHA
    69e4d3c View commit details
    Browse the repository at this point in the history
  2. Added more test cases

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    d9530a4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    16dd0bb View commit details
    Browse the repository at this point in the history
  4. Fixed float types in jsonTest.proto, and added a test that checks if …

    …repeated types are optional
    allenc3 committed Jul 21, 2020
    Copy the full SHA
    87489a0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ce5c045 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d3d3505 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5c7afe9 View commit details
    Browse the repository at this point in the history
  8. Fixed according to PR

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    e552748 View commit details
    Browse the repository at this point in the history
  9. Fix test errors

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    1ae4ece View commit details
    Browse the repository at this point in the history
  10. Change loopiing all proto fields to looping all json fields since # o…

    …f json fields <= # of proto fields
    allenc3 committed Jul 21, 2020
    Copy the full SHA
    cd3d5bf View commit details
    Browse the repository at this point in the history
  11. Remove unuse variable

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    4804ea9 View commit details
    Browse the repository at this point in the history
  12. Remove unuse variable

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    7f27de6 View commit details
    Browse the repository at this point in the history
  13. Removed unnecessary set

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    46db080 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    df42473 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    155e5ff View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    2d564a0 View commit details
    Browse the repository at this point in the history
  17. Fix jsonTest.proto

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    426b7fd View commit details
    Browse the repository at this point in the history
  18. Changed throwing empty JsonException to checking for the type of the …

    …values first. This prevents catching unexpected JsonExceptions and blocking the actual error message.
    allenc3 committed Jul 21, 2020
    Copy the full SHA
    5a7c6b4 View commit details
    Browse the repository at this point in the history
  19. Fix by specifying version in parent pom only and remove * imports for…

    … JsonToProtoMessageTests
    allenc3 committed Jul 21, 2020
    Copy the full SHA
    4966c53 View commit details
    Browse the repository at this point in the history
  20. Add in parent pom

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    ec1c463 View commit details
    Browse the repository at this point in the history
  21. Refactor parent pom

    allenc3 committed Jul 21, 2020
    Copy the full SHA
    1065d26 View commit details
    Browse the repository at this point in the history