Alexey Kakunin

Results 2 issues of Alexey Kakunin

Tested with 2.1.0.RELEASE Simple test: ``` public class PingFunction implements Supplier { private static Log logger = LogFactory.getLog(PingFunction.class); @Override public String get() { logger.info("Function Called"); return "hello " + new...