eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
19 stars 18 forks source link

provide executor via porting package #183

Closed benjamin-confino closed 5 months ago

benjamin-confino commented 5 months 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 5 months ago

fixes #140