* Rename agent-bootstrap module to auto-bootstrap * Rename agent-tooling module to auto-tooling * Further renames
* Remove unused Trace annotations * Remove Trace annotation from benchmark code * Remove Trace annotation from instrumentation tests * Remove Trace annotation from smoke tests * Remove Trace annotation from agent tests * Remove Trace annotation from testing tests * Remove Trace annotation from hystrix tests * Remove Trace annotation from netty tests * Remove Trace annotation from webflux tests * Remove Trace annotation from reactor tests * Remove unnecessary conditional * Remove Trace annotation from trace annotation instrumentation * Remove Trace annotation from akka http tests * Remove Trace annotation from java concurrent tests * Delete Trace annotation * Move classes out of trace-api * Remove trace-api artifact * Move trace-api classes to better packages
* Move things up a directory * Scripted mass update find -type f -name "*.gradle" | xargs sed -i 's/:java-agent:/:/g' * Remove plugin version now that it's in root module * Update java-agent and instrumentation configs * Misc