As a legacy of how the code was structured, bundles-testlib is using awaitility and hamcrest, leading these to be inlined in ready-impl – costing us about 200KiB.
Pick up latest bundles-testlib and inline it in ready-impl, so that we just use odlparent’s diag and minimum work we need to make ready-impl do its thing.
As a legacy of how the code was structured, bundles-testlib is using awaitility and hamcrest, leading these to be inlined in ready-impl – costing us about 200KiB.
Pick up latest bundles-testlib and inline it in ready-impl, so that we just use odlparent’s diag and minimum work we need to make ready-impl do its thing.