brucehyslop
brucehyslop
fixed code formatting of the `KeyGenerator::hasCode` which resulted in an incorrect interpretation then compiling to bytecode. Unit test for `CustomCacheKeyGenerator` Fixes apache/grails-core#14165
The compilation of CustomCacheKeyGenerator.groovy [CacheKey.hashCode()](https://github.com/grails-plugins/grails-cache/blob/c442583e552e03d297ee1aa144daf716a80c509f/src/ast/groovy/grails/plugin/cache/CustomCacheKeyGenerator.groovy#L56-L69) and [TemporaryGrailsCacheKey.hashCode()](https://github.com/grails-plugins/grails-cache/blob/c442583e552e03d297ee1aa144daf716a80c509f/src/ast/groovy/grails/plugin/cache/CustomCacheKeyGenerator.groovy#L141-L154) implementation into bytecode ignores the `targetClassName`, `targetMethodName` & `simpleKey` decompiled bytecode: ``` public int hashCode() { int prime = 31; int result =...
Fix to config of events ES cluster Added reverse proxy of health check endpoint