* Directly fetch AWS resource metadata without depending on heavyweight AWS SDK and allow extension for non-EC2 resources like ECS.
* Set HOST_NAME too
* Cleanups
* Not public
* Update test
* Switch to use pluginManagement, Use gradle plugin for jmh.
Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>
* Fix jmh report
Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>
* Use ' for the moment for plugin ids in main gradle
* Introduce automatic module names into all libraries being built.
* Centralise manifest config of automatic module name into root build.gradle file.
* Adding empty new lines
* Initial dev of XRay ids generator
* Initial dev of EC2 resource labels retrieval and population
* renamed module to emphasize it uses v1 of AWS SDK
* fix code review issues
* fix test code review issues
* Add RunWith annotation