Cole
Cole
Is there a means to access the plugins/channels with newer Plex clients or is there an unofficial Plex client receiving updates that I can use on my Android/iOS devices? I...
I'm not sure if this is a bug or if my usage is incorrect. Generics can be a little tricky. I saw that property erasure was happening in 3.24 but...
I noticed in dependencies for this extension that hibernate-orm is referenced. Does this extension support hibernate-reactive? I am currently using it in a hibernate-reactive environment and everything appears to be...
**Describe the solution you'd like** Utilize an asynchronous HTTP client instead of Apache's CloseableHttpClient in order to provide a nonblocking transport of data from the ADX database to my Java...
### Changed - bumps jackson dependency for alignment with latest GA databricks runtime - removes explicit declaration of reactor-core dependency (allow version to come from azure-core) - removes explicit declaration...
### Added - KustoRequest object **Why:** Adding this object allows for extensibility without changing method signatures or chaining methods until you reach an implementation, which should reduce the surface of...
**Is your feature request related to a problem? Please describe.** Not related to a problem, but I'd like to ask for permission to implement a feature after PR #335 where...
**Describe the bug** smallrye-jwt seems to fetch keys from the OAuth provider's key endpoint only on first request, however if this original fetch fails, the library never retries, and all...
### Fixed MsalTokenProviders fail when getting silent parameters due to changes to a deprecated method in msal4j. This PR replaces a usage of that deprecated method. fixes #379
**Describe the bug** Newer versions of msal4j have changed the way a deprecated method works, causing auth token fetch failures when azure-bom > 1.2.22. This is due to the authentication...