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

ISSUE #691: Move generated files into their own module #711

Closed
wants to merge 2 commits into from

Commits on Nov 9, 2017

  1. ISSUE apache#691: Move generated files into their own module

    Upcoming changes are using GRpc in conjunction with protobuf. GRpc
    generates code that created deprecation warnings when compiled with
    java 8, so this change moves all generated code out to another module,
    so that we don't have to turn off -Werror for all code.
    
    In any case, at some point we should split the bookkeeper client out
    from the server module, at which point we would need the definitions
    on a common place.
    ivankelly committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    23032a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Review comments

    ivankelly committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    5d4c70b View commit details
    Browse the repository at this point in the history