Azure / azure-notificationhubs-java-backend

Azure Notification Hubs SDK for Java
https://docs.microsoft.com/en-us/azure/notification-hubs/
Apache License 2.0
35 stars 49 forks source link

[FEATURE REQ] Quarkus 3 compatability #188

Open ghanover opened 5 days ago

ghanover commented 5 days ago

Quarkus 3 uses jakarta, which is incompatible with the javax dependency.

It would be helpful to either migrate to jakarta, or remove the javax dependency so the SDK can be used with Quarkus 3