aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

Import X-Ray Agent Plugin project #52

Closed willarmiros closed 4 years ago

willarmiros commented 4 years ago

Description of changes:

This leaves the repo in an awkward, duplicated state, and I plan on removing all the legacy Maven subprojects in the near future. I'll also update travis later, the Gradle project isn't very testable by CI until Disco is released to maven central. Just didn't want to make this PR more bloated than it already is.

Might not be in the incredibly near future, but I plan on adding license, checkstyle, null checker, etc to keep parity with the SDK standards.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

willarmiros commented 4 years ago

Travis is failing because it's still testing the old, maven-based project. When Disco and 2.7.0 of the SDK are in maven central, I'll switch travis over to the new project.