Closed
Description
What do you think about making this replacement?
ReflectionUtils has a cache that allows you to reduce call to the Java Security Manager (Deprecated in Java 17).
As I understand it, this may allow better optimization for the Spring Native (and other Cloud Nantive).
And java.lang.reflect calls is low-level API.
Current classes having calls to java.lang.reflect:
- MappingElasticsearchConverter#populateScriptFields
- IndexBuilder#buildIndex