opentelemetry-java-contrib/static-instrumenter/agent-instrumenter
Jean Bisutti dbbc66eee6
Fix static instrumenter test broken since 1.18.0 (#474)
Fix #436 

The failing test has been modified, mainly:
* The jar used was regenerated from
[test-app](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/static-instrumenter/test-app)
project. The reason is that the previous jar contained OTel classes that
are now supposed to be provided by the `no-inst-agent` jar. The
build/tests may be improved later to avoid having jar files in
`src/test/resources`.
* [The failing assertion depended on the error
output](b931535ae7/static-instrumenter/agent-instrumenter/src/integrationTest/java/JarTest.java (L71)).
This assertion now depends on the standard output.
2022-10-07 10:11:38 -07:00
..
src Fix static instrumenter test broken since 1.18.0 (#474) 2022-10-07 10:11:38 -07:00
build.gradle.kts Update otel dependency versions (#400) 2022-07-20 10:09:37 -07:00