From 2ce427e32a7c19e925e0f57baa45c13f0d221cce Mon Sep 17 00:00:00 2001 From: Liu DongMiao Date: Thu, 23 Jun 2016 16:41:43 +0800 Subject: always return ShadowClassLoader. It fixes `lombok` `1.16` doesn't works in `maven-compiler-plugin` `2.3.2` or old. http://stackoverflow.com/questions/34358689 Furthermore, `maven-compiler-plugin` `2.4` requires `plexus-compiler-javac` `1.8.6`, which drops `org.codehaus.plexus.compiler.javac.IsolatedClassLoader`. I love hack, but hate such hard code to fix possible problem. --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 2817a21f..46902ad4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,7 @@ DaveLaw Dawid Rusin Enrique da Costa Cambio Jappe van der Hel +Liu DongMiao Luan Nico Maarten Mulders Mart Hagenaars -- cgit