Skip to content

Fix build setup of project.properties - #2003

Merged
shinfan merged 2 commits into
googleapis:masterfrom
shinfan:header2
Apr 26, 2017
Merged

Fix build setup of project.properties#2003
shinfan merged 2 commits into
googleapis:masterfrom
shinfan:header2

Conversation

@shinfan

@shinfanshinfan commented Apr 26, 2017

Copy link
Copy Markdown
Contributor
  • Add project.properties as a resource file
  • Process the resource file and inject the version information in the building stage

In this way only the properties listed in the project.properties will be injected.

Fixes#1999

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 26, 2017
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.004%) to 80.955% when pulling 312a0b0 on shinfan:header2 into 3d321a1 on GoogleCloudPlatform:master.

Comment threadgoogle-cloud-core-grpc/pom.xml Outdated
<outputFile>${project.build.outputDirectory}/com/google/cloud/project.properties</outputFile>
<tasks>
<copy file="${project.build.outputDirectory}/project.properties"
toFile="${project.build.outputDirectory}/com/google/cloud/project.properties"

This comment was marked as spam.

This comment was marked as spam.

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

LGTM

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 80.95% when pulling 043efd0 on shinfan:header2 into 3d321a1 on GoogleCloudPlatform:master.

@shinfan
shinfan merged commit 9754499 into googleapis:masterApr 26, 2017
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
…cies to v3.3.0 (#2003)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/google-cloud-java) | `3.2.0` -> `3.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/compatibility-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/confidence-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquerystorage).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
🤖 I have created a release *beep* *boop*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
meltsufin pushed a commit that referenced this pull request May 1, 2026
🤖 I have created a release *beep* *boop*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
meltsufin pushed a commit that referenced this pull request May 2, 2026
…2003)
* fix: getAuthenticationType in EmulatorCredentials should not throw.
`EmulatorCredentials` extends the abstract `Credentials` class. The
signature of `getAuthenticationType()` function of this class does not indicate
that this API could throw, and based on [this description](https://cloud.google.com/java/docs/reference/google-auth-library/latest/com.google.auth.oauth2.OAuth2Credentials#com_google_auth_oauth2_OAuth2Credentials_getAuthenticationType__),
I don't think it should.
Fixes#2002.
* Add unit test for EmulatorCredentials.
* chore: generate libraries at Sat Feb 1 00:17:14 UTC 2025
---------
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@shinfan@coveralls@garrettjonesgoogle@googlebot