Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grpc/grpc-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.22.0
Choose a base ref
...
head repository: grpc/grpc-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.22.1
Choose a head ref
  • 9 commits
  • 29 files changed
  • 3 contributors

Commits on Jun 25, 2019

  1. netty-shaded: Use compile instead of runtime dependency in pom (backp…

    …ort of #5901)
    
    Maven does not include transitive runtime dependencies in the
    compile-time classpath (testing shows Gradle 4 does; docs say
    Gradle 5 doesn't). So if a user references the shaded
    NettyServerBuilder without also depending on grpc-core directly,
    compilation will fail because AbstractServerImplBuilder couldn't
    be found.
    
    This isn't technically a problem, since we're not wanting to encourage
    users to reference the shaded classes directly. But some users will
    certainly reference the classes anyway and the error is pretty confusing
    while also being trivially worked around. In other words: it justs
    wastes people's time and benefits nobody.
    
    Fixes #5881
    creamsoup authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    fa32365 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    9d56a1b View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.22.0

    creamsoup committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    2254bf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da4311d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Make //compiler:grpc_java_plugin publicly visible again

    Prior to 745aa0a, this target was
    visible publicly.
    aaliddell authored and ejona86 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    f575a6d View commit details
    Browse the repository at this point in the history
  2. bazel: Add comment for public protoc plugin

    The 3rd-party rules_proto project is referencing our compiler directly
    and not using our java_grpc_library. This target is fine for them to
    use (although we'd prefer using our java_grpc_library), but most users
    shouldn't be touching it.
    
    Related to #5942 and #5947
    ejona86 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    f891558 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    c3a5e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07dd6cb View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.22.1

    creamsoup committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    e511934 View commit details
    Browse the repository at this point in the history
Loading