Followed instructions in here https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-java-how-to-use-queues to test a java application to connect, send and recieve the messages
With version of 7.0.2 for azure-messaging-servicebus, all is working okay.
However when I update the version, getting errors either at build time or at run time.
I know it should be backward compatible and guess I am doing something wrong. I tried updating the verion of azure-core as well but no luck. Appreciate if someone could help.
7.3.0 -- java.lang.ClassNotFoundException: com.azure.core.util.AsyncCloseable
7.7.0 -- java.lang.ClassNotFoundException: com.azure.core.client.traits.TokenCredentialTrait