auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
294 stars 130 forks source link

Remove Request async default implementation #490

Closed jimmyjames closed 1 year ago

jimmyjames commented 1 year ago

This change removes the default implementation of Request#executeAsync and its associated test. The default implementation (which just threw an exception) was there to add support for async in v1 in a non-breaking way. In v2 and beyond, implementors must provide an implementation of executeAsync.