hAh0L13
hAh0L13
We faced a similar problem - when adding users by sAMAccountName, resource "ad_group_membership" recoginize existing users by GUID and trying to delete users with GUID and adding same users by...
Hello @cmarasescu In my case, I rewrite it with `clear()` - ``` service_login_status_prom.clear() ```
Reproducable when building native-image - Ubuntu 22.04.4 - scala 2.13 - graalvm-community-openjdk-21.0.2+13.1 Using `sbt GraalVMNativeImage / packageBin` and saw error ``` Error: Feature com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature class not found on the classpath....