ZopaPublic / ktor-opentracing

Ktor features for OpenTracing instrumentation.
MIT License
38 stars 8 forks source link

Inline withTestApplication to reduce test indentation #8

Closed fstien closed 3 years ago

fstien commented 3 years ago

Also add internal keyword to prevent dependencies on internal objects /classes.

hj1611 commented 3 years ago

Adding these internal keywords is not a backwards compatible change, would recommend bumping the major version number when merging this.

fstien commented 3 years ago

Adding these internal keywords is not a backwards compatible change, would recommend bumping the major version number when merging this.

Yes will release 0.2.0 when all of these PRs are merged. :)