* Update the OTLP protobuf version to 0.9.0.
Note: this does not include enforcing the semantic change of requiring histogram/summary sums to be excluded when the recordings are not all positive.
* rename method to be more accurate
* Migrate to using gradle platform to manage dependency versions instead of global variables.
* Remove unused and fix test
* Revert test yolo
* Workaround test ordering issue by just merging them
* Spot
* switch to java 8
* update the READMEs and use Object.equals in a couple of cases to test that we're really compiling for java 8/android 24.
* formatting
* use the newer release options for the build, and change the int test to not be java 7 any more.
* switch back to source/target compatibility
* sure wish I could run docker locally to test this out.
* Apply platforms to resolved classpaths instead of dependency containers and have maven publication use resolution result for all variants.
* Revert unintended
* 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
* Comsume proto files from git submodule and build them in a separate module
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* Install make
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* Fix CI
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* Add back animalsniffer
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* Polish gradle
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* Move proto to libraries
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* remove install make run
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* Install make to openjdk9 image
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
* Add comment
Signed-off-by: Pavol Loffay <ploffay@redhat.com>