-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.xml
parent set to latestshared-configuration
mvn clean verify
requiredmvn -P lint checkstyle:check
requiredmvn -P lint clean compile pmd:cpd-check spotbugs:check
advisory only