opentelemetry-java-instrume.../smoke-tests/springboot
Nikita Salnikov-Tarnovski fc39d87c82
Remove JCenter which is about to be sunset (#2387)
* Remove JCenter which is about to be sunset

* Fallback to JCenter for muzzle

* Fixing muzzle without jcenter

* Fixing muzzle without jcenter

* Fixing muzzle without jcenter

* Fixing muzzle without jcenter

* Fixing muzzle without jcenter

* Fixing muzzle without jcenter

* Fixing muzzle without jcenter

* Remove debug logs

* polish
2021-03-19 23:21:52 +02:00
..
gradle/wrapper Use a fake OTLP backend for storing smoke tests traces instead of fil… (#1136) 2020-08-31 15:17:51 +09:00
src/main Update smoke tests for logging changes (#2312) (#2316) 2021-02-18 11:46:00 +09:00
README.md Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
build.gradle Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
gradlew Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
gradlew.bat Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
settings.gradle Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00

README.md

Spring Boot smoke test

Spring Boot application used by smoke tests of OpenTelemetry java agent. Builds and publishes Docker image containing a trivial Spring MVC application.

This is a separate gradle project, independent from the rest. This was done to allow to build and publish it only when actually needed and not on every project build.