Skip to content
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

Upgraded to 2.0 of Apicurio Data Models #3100

Conversation

EricWittmann
Copy link
Member

No description provided.

@apicurio-bot
Copy link

apicurio-bot bot commented Jan 21, 2023

Thank you for creating a pull request!

Pinging @jsenko to respond or triage.

@@ -238,8 +238,7 @@ private boolean accessTokenIsCached(String credentialsHash) {

@Retry(retryOn = AuthException.class, maxRetries = 4)
public String getAccessToken(Pair<String, String> clientCredentials, String credentialsHash) {
OidcAuth oidcAuth = new OidcAuth(httpClient, clientCredentials.getLeft(), clientCredentials.getRight());
try {
try (OidcAuth oidcAuth = new OidcAuth(httpClient, clientCredentials.getLeft(), clientCredentials.getRight())) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice change.

rkubis and others added 15 commits January 31, 2023 11:24
Bumps [proto-google-common-protos](https://github.com/googleapis/gapic-generator-java) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/googleapis/gapic-generator-java/releases)
- [Changelog](https://github.com/googleapis/gapic-generator-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* docs: minor clean up from downstream testing

* docs: clean up contrib doc, fix a few typos
Bumps [api](https://github.com/strimzi/strimzi-kafka-operator) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/strimzi/strimzi-kafka-operator/releases)
- [Changelog](https://github.com/strimzi/strimzi-kafka-operator/blob/main/CHANGELOG.md)
- [Commits](strimzi/strimzi-kafka-operator@0.32.0...0.33.0)

---
updated-dependencies:
- dependency-name: io.strimzi:api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps debezium-core from 1.9.6.Final to 2.1.2.Final.

---
updated-dependencies:
- dependency-name: io.debezium:debezium-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@EricWittmann EricWittmann deleted the feat/upgrade-apicurio-data-models branch January 31, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants