Bumps google sheets API packages, and removed now-unnecessary dependencyOverride, to fix issue with a missing class.
This was causing Uncaught error from thread [application-matcher-pool-dispatcher-24]: Class com.google.common.base.Suppliers$SupplierOfInstance does not implement the requested interface java.util.function.Supplier in #229.
How to test
Run the application locally, or in CODE, and check a document against the checkStream interface. Does the check complete successfully?
Have we considered potential risks?
We currently have no way of defending against problems of this sort. Adding an E2E smoke test that tests a document against a large list of rules may help to prevent errors of this sort reaching production.
What does this change?
Bumps google sheets API packages, and removed now-unnecessary dependencyOverride, to fix issue with a missing class.
This was causing
Uncaught error from thread [application-matcher-pool-dispatcher-24]: Class com.google.common.base.Suppliers$SupplierOfInstance does not implement the requested interface java.util.function.Supplier
in #229.How to test
Run the application locally, or in CODE, and check a document against the
checkStream
interface. Does the check complete successfully?Have we considered potential risks?
We currently have no way of defending against problems of this sort. Adding an E2E smoke test that tests a document against a large list of rules may help to prevent errors of this sort reaching production.