Commit Graph

9 Commits

Author SHA1 Message Date
Mike Goldsmith 577bab0032
move AttributeValue to common package (#1005) 2020-03-12 12:54:00 -07:00
Armin Ruech 91d2132f62
Rename resource labels to attributes (#970) 2020-03-10 16:35:17 -07:00
Bogdan Drutu 4c7072a1e4
Add javadoc link to all readmes (#981)
Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>
2020-03-09 14:32:22 -07:00
Bogdan Drutu a148263597
Switch to use pluginManagement, Use gradle plugin for jmh. (#903)
* 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
2020-02-21 10:19:51 -08:00
Giovanni Liva 24e470522d
Use AttributeValue in Resources (#883)
* Introduce ResourceValue

* Reuse AttributeValue for ResourceValue

* Constant resource value as AttributeValue

* ./gradlew goJF

* Rebase
2020-02-21 10:15:15 -08:00
Kevin Brockhoff e4dce28aea Update to latest Resource semantic conventions. (#786)
* Update to latest Resource semantic conventions.

* expand test to cover new property
2020-01-23 15:10:23 -08:00
Jonathan Giles ecad8609aa Introduce automatic module names into all libraries being built. (#781)
* 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
2020-01-22 18:22:00 -08:00
Bogdan Drutu c54a4e94ea
Avoid calling the AWS specific methods in unit-tests. (#748)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-01-13 21:04:05 -08:00
Kevin Brockhoff 6859896f31 Add AWS support to SDK (#743)
* 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
2020-01-13 11:21:27 -08:00