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: googleapis/java-shared-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: googleapis/java-shared-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 14 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 16, 2019

  1. build: update maven config to include *.proto files in jars (#21)

    Add build-helper-maven-plugin to com.google.api.grpc:google-api-grpc
    thereby updating the config for all proto-* modules such that when
    their jars are built they will now include the *.proto. This allows
    dependents to already have the proto files on their classpath when they
    are defining/generating their own protos.
    BenWhitehead authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    896e1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33e6f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    e58035a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    21d3be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    768f1f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3349cef View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. fix: add autovalue profiles (#26)

    There are versions of `com.google.auto.value:auto-value` needed when
    running on java7 vs java8+, to address this we define profiles that
    have jdk based activation criteria.
    BenWhitehead authored and chingor13 committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    895bd68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5600e View commit details
    Browse the repository at this point in the history
  3. chore: release 0.1.3 (#28)

    * created CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored and chingor13 committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    a42f18d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    6be8f3c View commit details
    Browse the repository at this point in the history
  2. chore: release 0.1.4-SNAPSHOT (#30)

    * updated versions.txt [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored and chingor13 committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    3da616c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    06dfbfe View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    48cb08e View commit details
    Browse the repository at this point in the history
  2. chore: release 0.2.0 (#35)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored and chingor13 committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    55d2a7b View commit details
    Browse the repository at this point in the history
Loading