0
votes

When including compile group: 'com.microsoft.azure', name: 'azure-servicebus-jms-spring-boot-starter', version: '2.3.2'

as soon as I build my project and start application it throws this java runtime error

As far as I was able to find out was it runs fine when i import this in a new application but conflicts when I am using it in an application where i am already using 'azure-keyvault-secrets-spring-boot-starter'

1
Could you please provide the error message in detail? - Jim Xu
The problem that I have found is that it is conflicting azure-keyvault-spring -starter. Not sure why though. I have included these both in gradle and starts conflicting compile "com.microsoft.azure:azure-keyvault-secrets-spring-boot-starter:2.3.2" and compile group: 'com.microsoft.azure', name: 'azure-servicebus-jms-spring-boot-starter', version: '2.3.2' - Michael
editing question to be more precise - Michael
As far as I knew, when we use spring boot azure key vault starter, we need to configure some settings in application.properties. Because when the application is starting, it will read these settings otherwise the application cannot start and throw error. Could you please check it? For more details, please refer to github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/… and docs.microsoft.com/en-us/azure/developer/java/spring-framework/… - Jim Xu

1 Answers

0
votes

Do you mean the problem of netty version?

I think it a known problem: https://github.com/microsoft/azure-spring-boot/issues/886