Closed as not planned
Closed as not planned
Description
In the context of our framework, we come across a metaspace issue due to the use of soft references in ConcurrentReferenceHashMap by default.
That default can be set in the constructor but there are are some inner uses of that class relies on the default soft reference type.
For example:
ResolvableType
Can a change be performed to provide a way to set the reference types in this cases this without using reflection? Passing the reference type to ResolvableType for example.
Thanks!