-
Notifications
You must be signed in to change notification settings - Fork 54
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
fix: add additional potential exceptions when retrieving protobuf manifest file to get version #3315
Conversation
… file to get version
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
| IOException | ||
| IllegalArgumentException | ||
| SecurityException | ||
| NullPointerException e) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just catch Exception
? Is there any Exception
that we would want to propagate from here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, we should safely ignore this as it doesn't block runtime.
Quality Gate passed for 'gapic-generator-java-root'Issues Measures |
Quality Gate passed for 'java_showcase_integration_tests'Issues Measures |
🤖 I have created a release *beep* *boop* --- <details><summary>2.49.0</summary> ## [2.49.0](v2.48.0...v2.49.0) (2024-10-25) ### Features * Move release note generation to a sub module ([#3299](#3299)) ([7d6d66a](7d6d66a)) ### Bug Fixes * add additional potential exceptions when retrieving protobuf manifest file to get version ([#3315](#3315)) ([ef9e518](ef9e518)) ### Dependencies * update dependency com.google.errorprone:error_prone_annotations to v2.35.1 ([#3316](#3316)) ([d7c290f](d7c290f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
#3314 3314