Rujun Chen

Results 45 comments of Rujun Chen

FYI: This issue will be solved by this PR: https://github.com/Azure/azure-sdk-for-java/pull/41303

Sorry for the late response. I use the following code and it sign successfully: ```java KeyVaultJcaProvider provider = new KeyVaultJcaProvider(); Security.addProvider(provider); String alias = "signer240727"; PrivateKey privateKey = (PrivateKey) keyVaultClient.getKey(alias,...

As show above, this is a bug which will be fixed by [this commit](https://github.com/rujche/azure-sdk-for-java/commit/2a5621ede8e408d0c7e239cf48a080a65fd5a00a) in https://github.com/Azure/azure-sdk-for-java/pull/41303

> Hi [@Netyyyy](https://github.com/Netyyyy) , actually I checked out the whole samples repo and build the particular sample with maven and it works for me, too. > > Now I tried...

FYI: About the test failure, I create a issue in **spring-framework** repo: https://github.com/spring-projects/spring-framework/issues/33028 And for current PR, I'll fix this test failure by a workaround.

Hi, @saragluna , @Netyyyy . **ConnectionDetails** is supported since **spring-boot:3.1**, so **java - spring - compatibility - tests** with **spring-boot:3.0** failed. One solution is claim that next release of **Spring...

Hi, @saragluna 1. About the **java - spring - compatibility-tests** pipeline failure. It's not possible to make pipeline passed without updating the pipeline's configuration. When the pipeline use **spring-boot:3.0** to...

Hi, @saragluna I think it's time to prepare the document and sample. Now where should I put the docs and samples for **spring-cloud-azure:5.14** which is compatible for **spring-boot:3**?

Now all tests passed except compatibility test for spring-boot:3.0.

Hi, @saragluna , could you please help to review this PR?