We are creating the proxy class using the adapter factory like below code snippet private static final AdapterMethodInterceptor ADAPTER_METHOD_INTERCEPTOR = new AdapterMethodInterceptor(); T adapter = ...
# Exception in thread thread_name: java.lang.OutOfMemoryError: Metaspace Cause: Java class metadata (the virtual machines internal presentation of Java class) is allocated in native memory (referred ...