Rujun Chen
Rujun Chen
# Description Draft PR, Don't review. This PR is used to test merging **feature/spring-boot-3** branch into **main** branch. # All SDK Contribution checklist: - [ ] **The pull request does...
**Is your feature request related to a problem? Please describe.** When migrate auth in Spring tests, the pipeline shows that some integration test failed because related feature not support auth...
**Steps**: 1. Create a POJO by avro maven plugin: 1.1. Add `avro-maven-plugin` in `pom.xml`. ```xml org.apache.avro avro-maven-plugin 1.11.0 generate-sources schema ${project.basedir}/src/main/resources/schema-registry ${project.basedir}/src/main/java ``` 1.2. Add avro file (SampleMessage.avsc) in src/main/resources...
**Describe the problem** Can not display option and select option when run by [GoLand](https://www.jetbrains.com/go/) **To Reproduce** 1. Use GoLand to open current project. 2. Run `cli/azd/main.go` by GoLand. 3. It...
Change default connection factory of JMS listener container to native Service Bus connection factory
# Description - Implement https://github.com/Azure/azure-sdk-for-java/issues/47413 # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x] **CHANGELOG is updated for new features, bug fixes...
In this page: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-core/src/main/java/com/azure/spring/cloud/core/implementation/factory/credential >  We already have CredentialBuilderFactory for kinds of TokenCredential, now [WorkloadIdentityCredential](https://github.com/Azure/azure-sdk-for-java/blob/b07341264b2463f59b656baf3e86a59226dc2599/sdk/identity/azure-identity/src/main/java/com/azure/identity/WorkloadIdentityCredential.java#L55) has been released, we should add TokenCredential for WorkloadIdentityCredential.