Sync non spring code to spring boot 3 - #31889
Merged
moarychan merged 48 commits intoNov 3, 2022
Merged
Conversation
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
* stress test addons version check * cleanup Co-authored-by: Albert Cheng <albertcheng@microsoft.com>
* Otel metrics: minor logging improvements * noisy tracing logs
Fix `java - spring - tests` pipeline
Added a disclaimer to the VisualStudioCodeCredential class docstring to highlight its shortcomings. Also slightly updated the EnvironmentCredential class docstring to include a missing envvar. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com> Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* update tests.yml in sdk/jdbc
…ure#31749) Add dummy resource to make java-spring-tests pipeline more stable
Add HTTP Logging Explanation
Add CI Test Run using Latest JDK
* Fixing servicebus default proxy configuration bug * Updating changelog and tests
… host, enabling HTTP Proxy for custom endpoint, and ensuring Proxy CONNECT request uses the actual front-end host. (Azure#31829) * Ensuring Websocket upgrade request's hostname is the same as the HTTP host, enabling HTTP Proxy for custom endpoint, and ensuring Proxy CONNECT request uses the actual front-end host. * Code Reviews: using consistent var name 'hostname', adding unit tests to validate the connect hostname:port pair * Cleanup proxy tests and added tests to validate hostname for websocket configure * consistency in hostname * consistency in hostname
* Trace eventhubs consumer and batch processor
…nt (Azure#31785) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Fixed eventhubs default proxy configuration bug * Updating changelog and tests
* Adding default rule support for subscription creation * Removing notes * More fixes to sync admin client + session recordings of the new test suite for sync admin client * checkstyle things
* updated codeowners * rollback removing label
…mmon (Azure#31817) Change how List Blobs Perf Creates Blobs and minor changes to Perf Common
* Fixed query plan cache race condition * enabled warning logs * Added changelog * Reverted log42j change
* Address UX study feedback * Change comment wording
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
Remove Void Responses from being Eagerly Read
* fix typo
…#31878) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Increment package versions for resourcegraph releases
# Conflicts: # sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md # sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md # sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md # sdk/spring/spring-cloud-azure-autoconfigure/src/test/java/com/azure/spring/cloud/autoconfigure/AbstractAzureServiceConfigurationTests.java # sdk/spring/spring-cloud-azure-core/CHANGELOG.md # sdk/spring/spring-cloud-azure-resourcemanager/CHANGELOG.md # sdk/spring/spring-cloud-azure-service/CHANGELOG.md # sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/CHANGELOG.md # sdk/spring/spring-cloud-azure-stream-binder-eventhubs/CHANGELOG.md # sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/CHANGELOG.md # sdk/spring/spring-cloud-azure-stream-binder-servicebus/CHANGELOG.md # sdk/spring/spring-cloud-azure-trace-sleuth/CHANGELOG.md # sdk/spring/spring-integration-azure-core/CHANGELOG.md # sdk/spring/spring-integration-azure-eventhubs/CHANGELOG.md # sdk/spring/spring-integration-azure-servicebus/CHANGELOG.md # sdk/spring/spring-integration-azure-storage-queue/CHANGELOG.md # sdk/spring/spring-messaging-azure-eventhubs/CHANGELOG.md # sdk/spring/spring-messaging-azure-servicebus/CHANGELOG.md # sdk/spring/spring-messaging-azure-storage-queue/CHANGELOG.md # sdk/spring/spring-messaging-azure/CHANGELOG.md
…g Cloud 2022.0.0-RC1
…which the MarkerIgnoringBase is marked as deprecated API
Collaborator
|
API change check API changes are not detected in this pull request. |
…r-java into moary/sync-code-to-spring-boot-3
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As the title, only merge non spring code from
mainintofeature/spring-boot-3branch.