kevinrr888 commented on issue #4810: URL: https://github.com/apache/accumulo/issues/4810#issuecomment-2291671430
These methods have both been deprecated (`getConfig()` since `2.0.0` and `getServiceEnv()` since `2.1.0`) and replaced with `getPluginEnv()` (since `2.1.0`). The equivalent to `getServiceEnv()` would now be `getPluginEnv()` and the equivalent to `env.getConfig()` would now be `env.getPluginEnv().getConfiguration(env.getTableId())` Hope this helps! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
