-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Merge Spring Cloud Azure 7 to main #47668
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
Conversation
* fix: suppress deprecation warnings for Spring Framework 7.0 @Nullable/@nonnull annotations * replace ListenableFutureCallback * add spring-boot-persistence and replace * fix ConfigurableBootstrapContext/EnvironmentPostProcessor path * replace with spring-boot-kafka * remove alwaysApplyingWhenNonNull() * replace with spring-boot-data-redis * replace with spring-boot-jms * replace with spring-boot-jdbc * add spring-boot-restclient * add spring-boot-security * add spring-boot-jackson * add spring-boot-http-converter * replace new OAuth2ClientAutoConfiguration * replace containsKey with containsHeader * add spring-boot-health * replace spring-boot-starter-web with spring-boot-starter-webmvc * replace org.springframework.data.util.TypeInformation with org.springframework.data.core.TypeInformation * replace with ParametersSource.of() * replace QueryMethodEvaluationContextProvider with ValueExpressionDelegate * replace ClassTypeInformation.from with TypeInformation.of * Migrate azure-spring-data-cosmos tests from JUnit 4 to JUnit 5 (Azure#47346) * skip monitor for not support Spring Boot 4 * replace with jackson2 * replace spring.jms.listener.concurrency with spring.jms.listener.minConcurrency * Add jackson-databind
…udazure7 # Conflicts: # eng/versioning/external_dependencies.txt # eng/versioning/version_client.txt # sdk/spring/CHANGELOG.md # sdk/spring/azure-spring-data-cosmos/pom.xml # sdk/spring/scripts/spring_boot_3.5.9_managed_external_dependencies.txt # sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml # sdk/spring/spring-cloud-azure-actuator/pom.xml # sdk/spring/spring-cloud-azure-appconfiguration-config-web/pom.xml # sdk/spring/spring-cloud-azure-appconfiguration-config/pom.xml # sdk/spring/spring-cloud-azure-autoconfigure/pom.xml # sdk/spring/spring-cloud-azure-core/pom.xml # sdk/spring/spring-cloud-azure-docker-compose/pom.xml # sdk/spring/spring-cloud-azure-feature-management-web/pom.xml # sdk/spring/spring-cloud-azure-feature-management/pom.xml # sdk/spring/spring-cloud-azure-integration-test-appconfiguration-config/pom.xml # sdk/spring/spring-cloud-azure-integration-tests/pom.xml # sdk/spring/spring-cloud-azure-resourcemanager/pom.xml # sdk/spring/spring-cloud-azure-service/pom.xml # sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml # sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml # sdk/spring/spring-cloud-azure-starter-actuator/pom.xml # sdk/spring/spring-cloud-azure-starter-data-redis-lettuce/pom.xml # sdk/spring/spring-cloud-azure-starter-integration-eventhubs/pom.xml # sdk/spring/spring-cloud-azure-starter-integration-servicebus/pom.xml # sdk/spring/spring-cloud-azure-starter-integration-storage-queue/pom.xml # sdk/spring/spring-cloud-azure-starter-jdbc-mysql/pom.xml # sdk/spring/spring-cloud-azure-starter-jdbc-postgresql/pom.xml # sdk/spring/spring-cloud-azure-starter-monitor-test/pom.xml # sdk/spring/spring-cloud-azure-starter-monitor/pom.xml # sdk/spring/spring-cloud-azure-starter-servicebus-jms/pom.xml # sdk/spring/spring-cloud-azure-starter/pom.xml # sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/pom.xml # sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml # sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/pom.xml # sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml # sdk/spring/spring-cloud-azure-testcontainers/pom.xml # sdk/spring/spring-integration-azure-core/pom.xml # sdk/spring/spring-integration-azure-eventhubs/pom.xml # sdk/spring/spring-integration-azure-servicebus/pom.xml # sdk/spring/spring-integration-azure-storage-queue/pom.xml # sdk/spring/spring-messaging-azure-eventhubs/pom.xml # sdk/spring/spring-messaging-azure-servicebus/pom.xml # sdk/spring/spring-messaging-azure-storage-queue/pom.xml # sdk/spring/spring-messaging-azure/pom.xml
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
rujche
left a comment
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.
LGTM.
|
Hi @alzimmermsft , please help take a review, thanks |
Description
Merge Spring Cloud Azure 7.0.0-beta.1 to main
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines