trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.49k stars 3.02k forks source link

Use map binder to bind JdkProvider #24126

Closed kokosing closed 6 days ago

kokosing commented 1 week ago

Use map binder to bind JdkProvider

That way JdkProvider is controlled the same way how configuration or environment is in product test launcher. Thanks to this change product test launcher can be extended by adding new JdkProviders.

kokosing commented 6 days ago

Thank you @wendigo