eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
16 stars 16 forks source link

provide executor via porting package #183

Closed benjamin-confino closed 1 week ago

benjamin-confino commented 2 weeks ago

This creates a new module called porting that makes it possible to reflexively import classes provided by the integrator to run the TCK. To import a class you:

Currently this is used to import an impl of Executor so integrators than run tests that use concurrency

benjamin-confino commented 2 weeks ago

fixes #140