sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

Remove unsafe `loadEnvironment()` method in Looker Kotlin SDK

Open tjbanghart opened this issue 1 year ago • 0 comments

Setting global JVM system properties during runtime can be dangerous

As far as I can tell this method is only used by test classes. We should probably move this to a test util class so that we don't expose this within the SDK.

tjbanghart avatar Dec 01 '23 20:12 tjbanghart