Mirko Sekulic
Mirko Sekulic
The issue with BigInteger is that built-in xml and json serializers do not support it.
@altinnadmin Custom converters can be a solutions for us. However, that approach can have several problems. We need to create converters support for both json and xml, since we're storing...
@RonnyB71 I'm not sure if we should work on this task since those schemas are equivalent. What we might should do, is actually making our XmlSchemaAssertions class, used in tests,...
@KurtStian correct. The merge happens only if the minLength and maxLength have the same value.
@nkylstad Yes. I think it's a good starting issue.
As mentioned in the root issue [advisory locks](https://www.postgresql.org/docs/current/explicit-locking.html#ADVISORY-LOCKS) may be the best fit for us since we already using a postgres database.
@ivarne In my opinion, option 2, which you mentioned, would be the best solution to this issue. However, I’m not sure about the amount of work required here. I'm a...