Remove Beta flag for Optimistic Locking#11244
Conversation
|
Waiting for review from Runtime Core team |
Looks good |
| @@ -7,10 +7,6 @@ beta: true | |||
|
|
|||
| ## Introduction | |||
|
|
|||
There was a problem hiding this comment.
We still need to say that this was introduced in 11.5.0, for customers who are using earlier 11.x versions.
When was it made GA? I can't see anything in the release notes. We need to add something there since 11.5 says it is in public beta.
There was a problem hiding this comment.
I understand.
Which means in 12, we can remove this ?
I found this in the release notes of 11.5
Optimistic Locking
We made optimistic locking publicly available as a beta feature. This allows apps to safeguard against concurrent modifications. It can be enabled in the Runtime tab of the App Settings dialog box. Enabling this feature gives each entity an extra system attribute (MxObjectVersion of type Long). Its behavior will be automatically handled by the system. For more information, see Optimistic Locking.
I'll add the details
There was a problem hiding this comment.
Yes, in Mx12 we only have to say what the status is in 12, so it will be GA from 12.0.0 so we don't have to say anything.
33ce121 to
aae5ac7
Compare
aae5ac7 to
4c92e05
Compare
Updated the description of the availability of optimistic locking feature in Mendix. Removed the "beta" lozenge.
MarkvanMents
left a comment
There was a problem hiding this comment.
Thanks for the PR, Akhil.
Looks good - I've also removed the "BETA" lozenge which was displayed in the navigation pane.
Approving and merging, since 11.11 is already released.
| @@ -7,10 +7,6 @@ beta: true | |||
|
|
|||
| ## Introduction | |||
|
|
|||
There was a problem hiding this comment.
Yes, in Mx12 we only have to say what the status is in 12, so it will be GA from 12.0.0 so we don't have to say anything.
RUN-5172