Евгений Ишутин
Евгений Ишутин
I faced the same problem and use this shell script to deal with that: ``` sed -i '' 's/^\([[:space:]]*\)\(properties\)/\1additionalProperties: false\n&/g' .//* ``` It could be helpful in case you have...
We had the same issue. I tried to use the GenerateDefaultValues: false option, but it had no effect on the output. Instead, we implemented a dirty workaround—we removed an initializer...
I have the same issue on temporal server 1.26 with primary database on cassandra and visibility on postgres 16. Looks like the problem is still alive.