micronaut-data icon indicating copy to clipboard operation
micronaut-data copied to clipboard

Update optimisticLocking.adoc

Open sticksen opened this issue 3 years ago • 2 comments

Using Kotlin, the Nullable types have to be used. Otherwise Optimistic Locking won´t work. Also check https://stackoverflow.com/questions/68035347/optimistic-locking-unsupported-version-type-long

sticksen avatar Jun 26 '21 10:06 sticksen

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jun 26 '21 10:06 CLAassistant

I think we can fix this by converting the value

dstepanov avatar Jul 26 '21 06:07 dstepanov