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:
Put a file META-INF/microprofile-telemetry-tck.properties on the classpath to point to the class.
Put the class on the classpath when the test is running.
Currently this is used to import an impl of Executor so integrators than run tests that use concurrency
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