| There's a cache holding Class instances in a static field of org.hibernate.bytecode.internal.bytebuddy.BasicProxyFactoryImpl which is never cleaned up. It seems this cache is unlikely to have a significant performance impact so I think the simplest solution is to remove it. |