-
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
Draft
Netyyyy
wants to merge
4
commits into
Azure:main
Choose a base branch
from
Netyyyy:myao/merge-springcloudazure7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or 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
* 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
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
azure-spring
All azure-spring related issues
common
common module used by all azure SDKs (e.g. client, Mgmt)
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.
Description
Merge Spring Cloud Azure 7.0.0-beta.1 to main
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines