-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: googleapis/java-shared-config
base: v0.5.0
head repository: googleapis/java-shared-config
compare: v0.6.0
- 7 commits
- 14 files changed
- 3 contributors
Commits on Apr 10, 2020
-
chore: update common templates (#128)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/d6bf982d-3f70-479b-8cc3-60d7907932a0/targets
Configuration menu - View commit details
-
Copy full SHA for ce2e913 - Browse repository at this point
Copy the full SHA ce2e913View commit details -
chore: release 0.5.1-SNAPSHOT (#129)
🤖 I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for 8fc7190 - Browse repository at this point
Copy the full SHA 8fc7190View commit details
Commits on Apr 16, 2020
-
chore: update common templates (#132)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/01a7440e-1f0c-4d68-a4a7-71ae1d8c3c3a/targets
Configuration menu - View commit details
-
Copy full SHA for b73a1ad - Browse repository at this point
Copy the full SHA b73a1adView commit details
Commits on May 12, 2020
-
ci: enable GitHub actions (#134)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/8807a95d-0d7c-4251-bd7e-a87799fc9f67/targets Source-Link: googleapis/synthtool@98c5077 Source-Link: googleapis/synthtool@55cdc84
Configuration menu - View commit details
-
Copy full SHA for eb4b86a - Browse repository at this point
Copy the full SHA eb4b86aView commit details
Commits on May 18, 2020
-
chore: update CONTRIBUTING.md to include code formatting (#135)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/0ba8d2f8-7f35-417b-8c9a-d829ca01eac0/targets Source-Link: googleapis/synthtool@5b48b07
Configuration menu - View commit details
-
Copy full SHA for ff4551a - Browse repository at this point
Copy the full SHA ff4551aView commit details
Commits on May 19, 2020
-
feat: add new configuration necessary to support auto-value (#136)
Normally we would want to include auto-value in java-shared-dependencies, however auto-value includes a compiler extension and requires build configuration. #### Dependencies This change adds a dependencyManagement section with contains auto-value-annotations to manage which version of auto-value-annotations is used by projects and included in the dependency tree. #### Profiles Two new profiles have been added with the necessary configuration to include auto-value in the annotationProcessorPath when compiling. Auto value does not support java7 across all its artifacts consistently and requires us to have build configuration for java7 and java8+ to deal with this fact. When we drop support for java7 the autovalue-java7 profile can be deleted, and the jdk based activation of autovalue-java8 can be removed. ##### Activation Activation of each of the profiles is accomplished using a combination of jdk version and file-exists rules. Not all modules underneath this shared config use auto-value and thus we don't want to modify the annotationProcessorPath for everything. This allows the use of auto-value to be opt-in per module. To use either autovalue-java* profile, create an empty file in the module root named `EnableAutoValue.txt`. When the maven config is loaded it will look for this file, and if present activate the respective profile based on which version of java is running. Related to: googleapis/java-shared-dependencies#37
Configuration menu - View commit details
-
Copy full SHA for c14689b - Browse repository at this point
Copy the full SHA c14689bView commit details -
🤖 I have created a release \*beep\* \*boop\* --- ## [0.6.0](https://www.github.com/googleapis/java-shared-config/compare/v0.5.0...v0.6.0) (2020-05-19) ### Features * add new configuration necessary to support auto-value ([#136](https://www.github.com/googleapis/java-shared-config/issues/136)) ([c14689b](https://www.github.com/googleapis/java-shared-config/commit/c14689b8791c173687f719d73156a989aedd7ba6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for df6e090 - Browse repository at this point
Copy the full SHA df6e090View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.0...v0.6.0