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

chore: update starter modules in spring-cloud-preview #1586

Merged
merged 2 commits into from
Feb 9, 2023

Conversation

cloud-java-bot
Copy link
Contributor

@cloud-java-bot cloud-java-bot commented Feb 9, 2023

Created by Github action

--

This update PR was generated from the blocked dependabot branch in #1582, and also includes the libraries-bom update in an additional commit (because they are mutually blocking).

gh workflow run 'Generate Spring Auto-Configurations' --ref dependabot/maven/com.google.cloud-libraries-bom-26.7.0

BEGIN_COMMIT_OVERRIDE
deps: bump libraries-bom from 26.5.0 to 26.7.0
fix: update starter modules in spring-cloud-preview
END_COMMIT_OVERRIDE

@@ -232,6 +232,40 @@ public JobServiceSettings jobServiceSettings(
.cancelHyperparameterTuningJobSettings()
.setRetrySettings(cancelHyperparameterTuningJobRetrySettings);

RetrySettings createNasJobRetrySettings =
Copy link
Contributor

Choose a reason for hiding this comment

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

This corresponds to changes from googleapis/google-cloud-java#9073

@@ -92,9 +92,6 @@ protected TetherSpringAutoConfiguration(
@Bean
@ConditionalOnMissingBean(name = "defaultTetherTransportChannelProvider")
public TransportChannelProvider defaultTetherTransportChannelProvider() {
if (this.clientProperties.getUseRest()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This corresponds to useRestOption update in the generator: see googleapis/sdk-platform-java#1343 for details.

@@ -1,222 +0,0 @@
/*
Copy link
Contributor

Choose a reason for hiding this comment

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

This corresponds to the client library breaking change from googleapis/google-cloud-java#9036

@sonarcloud
Copy link

sonarcloud bot commented Feb 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@emmileaf emmileaf marked this pull request as ready for review February 9, 2023 21:51
Copy link
Contributor

@mpeddada1 mpeddada1 left a comment

Choose a reason for hiding this comment

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

Thank you!!

@mpeddada1 mpeddada1 merged commit 033e2ee into main Feb 9, 2023
@mpeddada1 mpeddada1 deleted the generated-autoconfig--20230209194424 branch February 9, 2023 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants