Fixes concurrency issue where a classload in a concurrent environment with a large number of classes can cause a loss of a TypeRegistry entry. Been running this branch for 3 months on a 380+ Class project with no issues since change.
This also makes spring-loaded work with Java 8 and grails 4.0.x The ReflectionUtils class needed clearing on change to clear cached Field references.
Fixes concurrency issue where a classload in a concurrent environment with a large number of classes can cause a loss of a TypeRegistry entry. Been running this branch for 3 months on a 380+ Class project with no issues since change.
This also makes spring-loaded work with Java 8 and grails 4.0.x The ReflectionUtils class needed clearing on change to clear cached
Field
references.