Untitled
unknown
plain_text
10 months ago
353 B
6
Indexable
I took jasypt source code and replaced a line to simply return false. This was the line in jasypt source code that was causing the slowness : RefreshScopeRefreshedEventListener.java boolean isAssignable(String className, Object value) { try { return ClassUtils.isAssignableValue(ClassUtils.forName(className, null),value); }...
Editor is loading...
Leave a Comment