1.7 KiB
1.7 KiB
Name | Role | Allowed in public API | Notes |
---|---|---|---|
Apache Avro | Avro parser | No | Used only in azure-core-serializer-avro-apache. |
Jackson | JSON parser | No | Use azure-core JsonSerializer abstractions rather than Jackson directly. |
JNA | Native access to OS | No | Used only in azure-identity. |
Netty | HTTP client | No | Used only in azure-core-http-netty. |
OkHttp | HTTP client | No | Used only in azure-core-http-okhttp. |
OpenTelemetry | Telemetry library | No | Used only in azure-core-tracing-opentelemetry. |
Reactor | Reactive library | Yes | |
slf4j | Logging framework | No | Use the azure core ClientLogger API rather than slf4j directly. |
Apache Qpid Proton-J | AMQP messaging | No | Used only in azure-core-amqp. |