-
-
Couldn't load subscription status.
- Fork 551
Description
Is your feature request related to a problem? Please describe.
In version 2.8.11, a caching mechanism was introduced to improve performance. The relevant commit is as follows: #3065.
We use a CustomModelResolver to fix the problem described here #3110, among other things. Our solution is that we can use reflection for each field and object through Jakarta Annotation to determine whether it is nullable or not. However, caching means that it is no longer necessary to iterate through each field with reflection, which is why our logic no longer works. Everything still worked in the old version 2.8.10.
Describe the solution you'd like
We would like to have an option to disable caching so that we have the old behavior as in 2.8.10.
Describe alternatives you've considered
no suitable alternative found
Additional context
no additional context