bbeaudreault commented on pull request #3630: URL: https://github.com/apache/hbase/pull/3630#issuecomment-906501882
Thank you Duo. I didn't notice this because my maven threw a NPE locally rather than any useful compile error ([this jvm bug](https://bugs.openjdk.java.net/browse/JDK-8216202)), so I was hoping the build server would help me. I ended up figuring it out and fixing the HBaseTestingUtil conflict by setting `<forceJavacCompilerUse>true</forceJavacCompilerUse>` locally for maven-compile-plugin. Hopefully the next build should succeed now. I agree it'd be nice to get moving on 3.0.0, it was pretty painful to port this particular patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
