I'm seeing memory leaks (heap growing until application crashes). The timing aligns with when my token refreshes are happening. And when doing a heap dump, it seems to be pointing to AbstractUaaTokenProvider:requestToken.
Here is the heap info:

Is clean up or a timeout required for the request?