Skip to content

Commit

Permalink
added ninja/verify to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 23, 2024
1 parent 4971504 commit 64e7c3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deployment/ninja/command/verify.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Verification is a process that reads objects from midPoint repository and checks whether they are compatible with new version of midPoint.
Verification checks for deprecated, removed elements or other issues that can cause problems during or after upgrade.

Different categories for verification can be set turned on via switch `--verification-category [DEPRECATED|REMOVED|PLANNED_REMOVAL|INCORRECT_OIDS]`.
Different categories for verification can be set turned on via switch `--verification-category`.
Allowed values are `DEPRECATED`, `REMOVED`, `PLANNED_REMOVAL`, `INCORRECT_OIDS`, `MULTI_VALUE_REF_WITHOUT_OID`, `MISSING_NATURAL_KEY`, `MULTIVALUE_BYTE_ARRAY`, `PROTECTED_DATA_NOT_EXTERNAL`.
By default, all categories are checked.

By default, ninja displays warnings about objects to `SYSOUT`.
Expand Down
3 changes: 3 additions & 0 deletions release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ For more information see xref:/midpoint/reference//security/credentials/secrets-
* Query Support for searching in value metadata of objects
** Native Repository: Object metadata stored in `metadata` property of `MetadataType` are also indexed and searchable as value metadata. Eg. original `metadata/creatorRef` is `@metadata/storage/creatorRef` as value metadata path.

* Ninja
** Added support for new verification categories: `MULTI_VALUE_REF_WITHOUT_OID`, `MISSING_NATURAL_KEY`, `MULTIVALUE_BYTE_ARRAY`, `PROTECTED_DATA_NOT_EXTERNAL`.
For more information see xref:/midpoint/reference/deployment/ninja/command/verify.adoc[].

=== Other Improvements

Expand Down

0 comments on commit 64e7c3d

Please sign in to comment.