This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
fix: changed the crypto public key provider to Bouncy Castle #223
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product-auto-label
bot
added
the
api: security-privateca
Issues related to the googleapis/java-security-private-ca API.
label
Jul 27, 2021
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Jul 27, 2021
pmansour
reviewed
Jul 27, 2021
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.
Thank you!
samples/snippets/cloud-client/src/test/java/privateca/SnippetsIT.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/test/java/privateca/SnippetsIT.java
Outdated
Show resolved
Hide resolved
pmansour
approved these changes
Jul 28, 2021
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.
Thanks Sita!
samples/snippets/cloud-client/src/test/java/privateca/SnippetsIT.java
Outdated
Show resolved
Hide resolved
pmansour
approved these changes
Jul 29, 2021
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.
Looks awesome, feel free to resolve all the threads I started :-)
telpirion
approved these changes
Jul 30, 2021
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.
Only small nits; LGTM!
samples/snippets/cloud-client/src/main/java/privateca/CreateCertificate.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/test/java/privateca/SnippetsIT.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/test/java/privateca/SnippetsIT.java
Outdated
Show resolved
Hide resolved
Thank you for the comments. Fixed those. PTAL @telpirion |
telpirion
approved these changes
Jul 30, 2021
Neenu1995
approved these changes
Aug 3, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Aug 10, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/java-security-private-ca/compare/v1.1.0...v2.0.0) (2021-08-10) ### ⚠ BREAKING CHANGES * mark some bools as optional, correct response type of DeleteCaPool (#216) * release gapic-generator-java v2.0.0 (#236) ### Features * release gapic-generator-java v2.0.0 ([#236](https://www.github.com/googleapis/java-security-private-ca/issues/236)) ([7659402](https://www.github.com/googleapis/java-security-private-ca/commit/76594028500490a7c7bf538cdbd41f0a2fe6c2c0)) ### Bug Fixes * changed the crypto public key provider to Bouncy Castle ([#223](https://www.github.com/googleapis/java-security-private-ca/issues/223)) ([ad386a7](https://www.github.com/googleapis/java-security-private-ca/commit/ad386a7288f34e8048783b270866168cd631df5a)) * mark some bools as optional, correct response type of DeleteCaPool ([#216](https://www.github.com/googleapis/java-security-private-ca/issues/216)) ([5f8af42](https://www.github.com/googleapis/java-security-private-ca/commit/5f8af425dfba0ce0b99cba6d046fe474aee9ef96)) ### Documentation * client sample docs update ([#219](https://www.github.com/googleapis/java-security-private-ca/issues/219)) ([5dd4b80](https://www.github.com/googleapis/java-security-private-ca/commit/5dd4b8028ce1b48c6a8f2a470a406d4881f9036d)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#237](https://www.github.com/googleapis/java-security-private-ca/issues/237)) ([ee1efcf](https://www.github.com/googleapis/java-security-private-ca/commit/ee1efcf546be13334e9eafe0711794cbe35a6f40)) * update dependency org.bouncycastle:bcpkix-jdk15on to v1.69 ([#234](https://www.github.com/googleapis/java-security-private-ca/issues/234)) ([a6d0213](https://www.github.com/googleapis/java-security-private-ca/commit/a6d02135ee8eb1df5252b3027a45318e96771d44)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api: security-privateca
Issues related to the googleapis/java-security-private-ca API.
cla: yes
This human has signed the Contributor License Agreement.
samples
Issues that are directly related to samples.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #222 ☕️