aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/spring
Commit message (Expand)AuthorAgeFilesLines
* Update release versions for all readme and build files. (#1452)sebright2018-09-181-6/+6
* Update all targets to at least java7 and android14 (#1367)Bogdan Drutu2018-08-181-1/+1
* checkstyle: 8.0 -> 8.12 (#1369)sebright2018-08-163-0/+7
* Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright2018-08-012-1/+6
* refactored Handler.proceed as per suggestions from @bogdandrutusavaki2018-07-243-13/+5
* added `@since` to exported classes and methodssavaki2018-07-213-1/+20
* removed test prefix from test methods; updated readmesavaki2018-07-212-6/+15
* added final keyword to CensusSpringAspect and CensusSpringSqlAspectsavaki2018-07-212-2/+2
* pushed spring runtime requirements to testCompilesavaki2018-07-211-4/+3
* fixed type on examplesavaki2018-07-211-1/+3
* capturing exception type rather than entire stacktracesavaki2018-07-212-6/+3
* switched error to exception for consistency with tools like zipkinsavaki2018-07-214-10/+10
* updated spring README.mdsavaki2018-07-211-15/+70
* fixed formatting of commentssavaki2018-07-211-17/+9
* included summary of testing methodology with testssavaki2018-07-212-0/+23
* reorganized spring dependencies into compile, runtime, and testCompilesavaki2018-07-211-5/+6
* reduced signature dependency to Java 1.6savaki2018-07-211-1/+1
* removed debug statementsavaki2018-07-211-2/+0
* reduced Java version requirement to Java 6savaki2018-07-212-22/+23
* renamed @Trace to @Tracedsavaki2018-07-216-19/+19
* Census*Aspects now receive Tracer via dependency injectionsavaki2018-07-213-9/+24
* refactored "".equals(...) with isEmptysavaki2018-07-211-1/+1
* changed example custom-label to custom-span-namesavaki2018-07-212-2/+2
* removed unused debug statementsavaki2018-07-211-1/+0
* improved test coveragesavaki2018-07-213-10/+58
* fixed checkstyle problemssavaki2018-07-217-55/+148
* removed references to New Relicsavaki2018-07-212-2/+2
* added initial support for spring annotationssavaki2018-07-219-0/+454