Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/docs/cleanup-4.8' into support-4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavix committed Jan 9, 2024
2 parents 218f69c + 750f79c commit 182ea5c
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions docs/upgrade/faq-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,11 @@ We recommend to upgrade your resource definitions to use the new mechanism, espe

The synchronization situations and reactions are now much more human-readable.

[cols="h,1"]
|===
|midPoint 4.4 LTS |midPoint 4.8 LTS

a|
[source,xml]
----
. . .
<reaction>
<situation>unlinked</situation>
<synchronize>true</synchronize>
<action>
<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#link</handlerUri>
</action>
</reaction>
. . .
----

^.^|midPoint 4.8 LTS
a|
[source,xml]
----
Expand All @@ -63,6 +51,21 @@ a|
</synchronization>
----

^.^|midPoint 4.4 LTS
a|
[source,xml]
----
. . .
<reaction>
<situation>unlinked</situation>
<synchronize>true</synchronize>
<action>
<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#link</handlerUri>
</action>
</reaction>
. . .
----

|===

The new recommendation for `deleted` situation is *synchronize* (instead of *unlink* used in midPoint 4.4 LTS).
Expand Down

0 comments on commit 182ea5c

Please sign in to comment.