opentelemetry-java-instrume.../smoke-tests/springboot
Nikita Salnikov-Tarnovski 89577a168a
Switch to Bintray Docker repo (#959)
* Debugging jib failures

* Debugging jib failures

* Switching to Bintray Docker

* Switching to Bintray Docker

* Switching to Bintray Docker
2020-08-13 10:16:08 +03:00
..
gradle/wrapper Run smoke tests on different java versions (#948) 2020-08-12 20:32:23 +03:00
src/main Run smoke tests on different java versions (#948) 2020-08-12 20:32:23 +03:00
README.md Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
build.gradle Switch to Bintray Docker repo (#959) 2020-08-13 10:16:08 +03: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.