* Refactor of twilio (WIP)
* Refactored hibernate instrumentation
* Finished refactoring hibernate instrumentation
* Minor changes
* Minor change
* Moved files after upstream restructuring
* Fixed typo and Twilio test issues
* Refactored hibernate tests
* Fixed formatting
* Moved span auto close functionality to SessionState
* 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