Annotation processor logging

Merged Eclipse Webmaster requested to merge github/fork/dbluhm/annotation-processor-logging into next

Created by: dbluhm

This PR contains an experiment in propagating warnings and errors logged by libraries utilized by our annotation processors through the javax.annotation.processing.Messager. This ensures errors and warnings are not missed during compilation of clients and also makes it easier to catch these errors in our own testing.

Merge request reports