Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.36k stars 2k forks source link

Remove code using deprecated Reactor APIs #41853

Open vcolin7 opened 2 months ago

vcolin7 commented 2 months ago

Per @anuchandy: There are couple of such APIs used in messaging libraries, but it could also be the case with some other libraries. Taking care of this help us prepare (test new APIs early) for when Reactor drops those old APIs.

anuchandy commented 2 months ago
  1. PR removing one of the deprecated type "DirectProcessor" in messaging: https://github.com/Azure/azure-sdk-for-java/pull/41880