-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
We would like to hear from MSFT team on this Netty Version difference between multiple BOMs ..
| Spring Boot | Netty Version | Azure Spring | Azure SDK | Azure Netty Version | |
|---|---|---|---|---|---|
| 4.0.0 | 4.2.7.Final | 7.0.0 | 1.16.3 | 4.1.130.Final |
This results confused log message ( as Azure SDK and Netty are transitive dependencies)
The following Netty versions were found on the classpath and have a mismatch with the versions used by azure-core-http-netty. If your application runs without issue this message can be ignored, otherwise please align the Netty versions used in your application. For more information, see https://aka.ms/azsdk/java/dependency/troubleshoot.
Though we understand Azure SDK is completely different than other Frameworks (Spring Boot, Azure Cloud), is there way to resolve this version difference ?
- Adhere to latest version along with other frameworks (Spring Boot) (preferred)
- Is there any possibility to suppress this log?
Being owners of Azure SDK and Azure Cloud, how would like to resolve this ?