test(otel): re-enable integration tests#8984
Conversation
|
We would like to avoid pinning versions for multiple packages in the situations like this. AFAIK it should be possible to pack two different versions of the logback. |
|
All of this pinning is ultimately to support java 11 because Spring Boot 3 requires java 17. Otherwise it would not be necessary
It is used in |
|
Is it possible that this PR and #8987 have overlapped changes? |
|
Closing in favor of moving this into opentelemetry-operations-java. I will send a PR to delete this sample once region tags are moved over to the new repo |
This is a port over of GoogleCloudPlatform/java-docs-samples#8984 to this repo.
) This is a port over of GoogleCloudPlatform/java-docs-samples#8984 to this repo. Co-authored-by: Pranav Sharma <sharmapranav@google.com>
Description
Fixes #8979
The breakage was actually caused by upgrading logstash-encoder to 7.4 because it does not support logback versions prior to 1.3.0. Spring Boot 2 uses an older logback version.
Checklist
pom.xmlparent set to latestshared-configurationmvn clean verifyrequiredmvn -P lint checkstyle:checkrequiredmvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only