chkp-royl

Results 4 comments of chkp-royl

What is the best practice to get only the attributes the user set in .tf of nested structures? Currently, I use schema.TypeSet and convert it into map[string]interface{} but then I...

Thanks for your quick respond. I tested both versions 2.13.1 and 2.12.6 and it doesn't work. After some debugging I found out that issue happens from version 2.7.0. On version...

After more investigation I think I found the root cause of this bug. It's probably relate to serializing and not to deserializing like I thought at the beginning. See how...

Ok, thanks for your help! What is the best practice in such case? Do I need to run same Jackson version when I do serialization & deserialization? Currently I do...