Xiaolu Dai

Results 75 comments of Xiaolu Dai

Hi @PunithkumarJagadees do you mean message-driven listeners, like the listeners we provide for Event Hubs and Service Bus? Now the storage queue starter doesn't provide such a mechanism for users...

@sumit-kumar-bhowmick thanks for your contribution. But the sample is designed to use Azure AD authentication instead of an account key to access the storage account. Check this https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/storage/spring-cloud-azure-starter-storage-blob/storage-blob-sample#authenticate-using-the-azure-cli. If no...

https://github.com/Azure-Samples/azure-spring-boot-samples/pull/399#issuecomment-1174654825

One more thing is the 4.x supports users to configure proxy, HTTP client options, retry, profile, and credential properties to the internal clients.

Thanks @sdeleuze. Did you mean disabling the JAR signature verification during the native build? Could you elaborate on `combine all JARs into a single one`? When and what should we...

@Netyyyy Please hold until this month's releases are out.

Thanks @yumingtao for reaching out, we are aware of this issue and it's a bug in the code. I believe this PR https://github.com/Azure/azure-sdk-for-java/pull/30534 will fix it.

Hi @yumingtao, PR #30534 has been merged. Could you please try the latest version from the main branch to see whether it works? You could follow this instruction to build...

GA version `4.4.0` has been released, closing this issue now. Please reopen if you still run into problems ```xml com.azure.spring spring-cloud-azure-stream-binder-eventhubs com.azure.spring spring-cloud-azure-dependencies 4.4.0 pom import ```

@sdeleuze thanks for reaching out. We are currently preparing Spring Cloud Azure support for Spring Framework 6 on branch https://github.com/Azure/azure-sdk-for-java/tree/feature/spring-cloud-azure-6.x. We'll try [RuntimeHintsRegistrar](https://github.com/spring-projects/spring-framework/blob/main/spring-core/src/main/java/org/springframework/aot/hint/RuntimeHintsRegistrar.java). Does this mean the `Spring Cloud Azure...