-
Notifications
You must be signed in to change notification settings - Fork 315
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
Conversation
@@ -232,6 +232,40 @@ public JobServiceSettings jobServiceSettings( | |||
.cancelHyperparameterTuningJobSettings() | |||
.setRetrySettings(cancelHyperparameterTuningJobRetrySettings); | |||
|
|||
RetrySettings createNasJobRetrySettings = |
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.
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()) { |
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.
This corresponds to useRestOption
update in the generator: see googleapis/sdk-platform-java#1343 for details.
@@ -1,222 +0,0 @@ | |||
/* |
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.
This corresponds to the client library breaking change from googleapis/google-cloud-java#9036
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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!!
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).
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