Commit Graph

1 Commits

Author SHA1 Message Date
jarebudev 6f68d90a7a
added testcontainers integration test to verify jaeger example app works in Java 7 (#1292)
* added testcontainers test that runs jaeger example app in jre7 docker image and verifies trace is received in jaeger

* added comments, updated readme

* changed to add file to base image rather than building intermediate image and container now managed as a test rule

* changed startup order of containers to use dependsOn rather than rule, and correct bom import scope

* added integration_tests module, reverted prev changes to examples and moved to new modules

* correct formatting

* fix dependencies removed compile scope
2020-06-15 20:08:41 -07:00