Strong Liu(刘少壮)

Results 13 comments of Strong Liu(刘少壮)

totally agree, we have run into many dependencies issues caused by the hard dependency of jackson, you can find more here https://github.com/Azure/azure-sdk-for-java/issues?q=is%3Aissue+jackson, and azure sdk is planning to remove it...

> Interestingly, the generated JAR from boot can be run, both in normal and in AOT mode. yeah, seems it only throws `SecurityException` with `gradle bootRun` but not from `java...

I create a PR for this https://github.com/Azure/azure-sdk-for-java/pull/30456 issue @stephanpelikan would you please take a look, thanks

I found the reason causes this hang forever. take a look of @chenrujun log https://github.com/chenrujun/frbosch-spring-cloud-azure-starter-keyvault-secrets-bug-28790/runs/6466733765?check_suite_focus=true#step:3:49 the main thread is *WAITING* ``` "main" #1 prio=5 os_prio=0 cpu=1253.20ms elapsed=120.43s tid=0x00007ff84002b000 nid=0x787 waiting...

https://github.com/stliu/frbosch-spring-cloud-azure-starter-keyvault-secrets-bug-28790/runs/7758044109?check_suite_focus=true from this run, you can see if we delete the `pwsh`, it went well and no blocking any more

@sy185109 are u suing this https://github.com/ulisesbocchio/jasypt-spring-boot?

Now the repo does have a license file but source codes do not have license header which I think it should be fixed as well

keep it simple maybe ask our docs team and see if they have any suggestion

> > @jdubois Do you know if the Maven plugin vs Gradle is more popular amongst Java developers for package/deploy? We'll might end up supporting both if the userbase is...