<table style="width:50% ; text-align:center">
<h2> Build result: </h2>
  <tr>
    <th>Suite name</th>
    <th>Ignored</th>
    <th>Total</th>
    <th>Passed</th>
    <th>Failed</th>
    <th>Skipped</th>
  </tr>
<tr>  <td>
unit</td>   <td>
4</td>  <td>
664</td>  <td>
657</td>  <td>
3</td>  <td>
0</td>  </tr>
<tr>  <td>
REST</td>   <td>
0</td>  <td>
259</td>  <td>
259</td>  <td>
0</td>  <td>
0</td>  </tr>
<tr>  <td>
unit</td>   <td>
1</td>  <td>
28</td>  <td>
27</td>  <td>
0</td>  <td>
0</td>  </tr>
</table>
<br> <br> <h2>Failed tests:</h2> <br>
<h3>
unit:</h3>
     1  test232UserRecomputeParallel()[pri:0, instance:com.evolveum.midpoint.testing.story.ldap.TestLdapSyncMassive@d7b38cf]<br>
     2  test300addAccountTrainee()[pri:0, instance:com.evolveum.midpoint.testing.story.consistency.TestConsistencyReaper@1a4dd83f]<br>
     3  test310modifyAccountTraineeCommunicationProblem()[pri:0, instance:com.evolveum.midpoint.testing.story.consistency.TestConsistencyReaper@1a4dd83f]<br>
<br>

<br>
<h3>Changes since last build: </h3>
<pre>
[Anton Tkacik] Introduced XnodeNamespaceContext

[Anton Tkacik] PrismNamespaceContext - added tests and namespace to prefix lookup

[Anton Tkacik] Added NamespaceContexts to XML XNode parsing

[Anton Tkacik] Removed Element & Attribute value parsers

[Anton Tkacik] Renamed json.Constants to json.JsonInfraItems

[Anton Tkacik] Added XML-JSON roundtrip parametric test

[Anton Tkacik] Modified JsonObjectTokenReader to use parameters instead of properties

[Anton Tkacik] Separate Infra Item serialization

[Anton Tkacik] Refactored processInfraItem to use name dispatch instead of if-else-if structure

[Anton Tkacik] JSON/YAML: Require @ns, @context to be first item

[Anton Tkacik] JsonReader: Use PrismNamespaceContext during parsing

[Anton Tkacik] Remove not-needed post-processing

[Anton Tkacik] Use namespace context during QName and ItemPath deserialization

[Anton Tkacik] Reworked documentWriter to use namespace parameter instead of field

[Anton Tkacik] Reworked DocumentWriter to use namespace context instead of string namespace

[Anton Tkacik] JSON/YAML: Serialization of ItemPath

[Anton Tkacik] MID-6320: XML/DOM: Use already defined prefixes in ItemPath serialization

[Anton Tkacik] Make PrismNamespaceContext serializable

[Anton Tkacik] DomReader: COrrectly inherit root namespace context

[Anton Tkacik] DomWriter: Use ItemPathSerialization for item path serialization

[Anton Tkacik] JSON/YAML: Remove unused ItemPath codecs

[Anton Tkacik] ItemPathHolder: Make more readable

[Anton Tkacik] MID-5661: DOMUtil explicitly checks if default namespace is already declared

[Anton Tkacik] ItemDefinition: Resolve ComplexTypeDefinitnon for Structured primitives

[Anton Tkacik] NamespaceContext: nsToPrefix is computed on first use

[Anton Tkacik] foo.xsd: Make ObjectReference use SearchFilterType

[Anton Tkacik] JSON/YAML Parsing: Introduced Axiom-like schema aware deserialization

[Anton Tkacik] ItemDefinition: Added structuredType to more delegate implementations

[Anton Tkacik] Fixed incorrect namespaces in user-jack-axiom

[Anton Tkacik] Schema: Cache substitution relatioship in enclosing complex type

[Anton Tkacik] JSON Deserializer: Use substitution caching provided by schema

[Anton Tkacik] JSON/YAML serialization is now schema-aware

[Anton Tkacik] Renamed lex.json.DefinitionContext to xnode.XNodeDefinition

[Anton Tkacik] XML Parsing: Add schema-aware normalization of elements name

[Anton Tkacik] JSON/YAML Serialization: Do not use default ns if there is conflict with types itemName

[Anton Tkacik] Added PrismNamespaceContext.toString

[Anton Tkacik] Introduced Copyable concept

[Anton Tkacik] Make XNodes copyable

[Anton Tkacik] Make JsonParsers serializable

[Anton Tkacik] DocumentWriter: Do not parse unparsed nodes during serialization

[Anton Tkacik] Implement copy in IncompleteMarker and Schema XNode

[Anton Tkacik] XNodeDefinition: Added future class for ObjectReference handling

[Anton Tkacik] Use QNameUtil.match in MapXNode implementation

[Anton Tkacik] Introduce copy() to Item

[Anton Tkacik] Fixed missing namespace in test

[Anton Tkacik] Added XML - JSON roundtrip tests

[Anton Tkacik] JSON/YAML: Serialize container id using @id

[Kate Honchar] MID-6817 fix for object list

[Kate Honchar] corrected user file path

[Richard Richter] UriCache.java: added logging + resolveId renamed to resolveToId

[Anton Tkacik] JsonValueCodec: Use XsdTypeConverter for XMLGregorianCalendar

[Lukas Skublik] fix for updating of query dsl search filed

[Richard Richter] repo-sqlbase: added support for embedded/nested mapping (not tested yet)

[Richard Richter] repo-sqale: added UriItemFilterProcessor, the rest or QObject is mapped

[Kate Honchar] schrodinger: relation name fix in m10 test

[Kate Honchar] schrodinger: overwrite existing resource object fix in m10 test

[Richard Richter] repo-sqale: m_assignment + nested mappings for activation and metadata

 [Anton Tkacik] Introduced XnodeNamespaceContext

[Anton Tkacik] PrismNamespaceContext - added tests and namespace to prefix lookup

[Anton Tkacik] Added NamespaceContexts to XML XNode parsing

[Anton Tkacik] Removed Element & Attribute value parsers

[Anton Tkacik] Renamed json.Constants to json.JsonInfraItems

[Anton Tkacik] Added XML-JSON roundtrip parametric test

[Anton Tkacik] Modified JsonObjectTokenReader to use parameters instead of properties

[Anton Tkacik] Separate Infra Item serialization

[Anton Tkacik] Refactored processInfraItem to use name dispatch instead of if-else-if structure

[Anton Tkacik] JSON/YAML: Require @ns, @context to be first item

[Anton Tkacik] JsonReader: Use PrismNamespaceContext during parsing

[Anton Tkacik] Remove not-needed post-processing

[Anton Tkacik] Use namespace context during QName and ItemPath deserialization

[Anton Tkacik] Reworked documentWriter to use namespace parameter instead of field

[Anton Tkacik] Reworked DocumentWriter to use namespace context instead of string namespace

[Anton Tkacik] JSON/YAML: Serialization of ItemPath

[Anton Tkacik] MID-6320: XML/DOM: Use already defined prefixes in ItemPath serialization

[Anton Tkacik] Make PrismNamespaceContext serializable

[Anton Tkacik] DomReader: COrrectly inherit root namespace context

[Anton Tkacik] DomWriter: Use ItemPathSerialization for item path serialization

[Anton Tkacik] JSON/YAML: Remove unused ItemPath codecs

[Anton Tkacik] ItemPathHolder: Make more readable

[Anton Tkacik] MID-5661: DOMUtil explicitly checks if default namespace is already declared

[Anton Tkacik] ItemDefinition: Resolve ComplexTypeDefinitnon for Structured primitives

[Anton Tkacik] NamespaceContext: nsToPrefix is computed on first use

[Anton Tkacik] foo.xsd: Make ObjectReference use SearchFilterType

[Anton Tkacik] JSON/YAML Parsing: Introduced Axiom-like schema aware deserialization

[Anton Tkacik] ItemDefinition: Added structuredType to more delegate implementations

[Anton Tkacik] Fixed incorrect namespaces in user-jack-axiom

[Anton Tkacik] Schema: Cache substitution relatioship in enclosing complex type

[Anton Tkacik] JSON Deserializer: Use substitution caching provided by schema

[Anton Tkacik] JSON/YAML serialization is now schema-aware

[Anton Tkacik] Renamed lex.json.DefinitionContext to xnode.XNodeDefinition

[Anton Tkacik] XML Parsing: Add schema-aware normalization of elements name

[Anton Tkacik] JSON/YAML Serialization: Do not use default ns if there is conflict with types itemName

[Anton Tkacik] Added PrismNamespaceContext.toString

[Anton Tkacik] Introduced Copyable concept

[Anton Tkacik] Make XNodes copyable

[Anton Tkacik] Make JsonParsers serializable

[Anton Tkacik] DocumentWriter: Do not parse unparsed nodes during serialization

[Anton Tkacik] Implement copy in IncompleteMarker and Schema XNode

[Anton Tkacik] XNodeDefinition: Added future class for ObjectReference handling

[Anton Tkacik] Use QNameUtil.match in MapXNode implementation

[Anton Tkacik] Introduce copy() to Item

[Anton Tkacik] Fixed missing namespace in test

[Anton Tkacik] Added XML - JSON roundtrip tests

[Anton Tkacik] JSON/YAML: Serialize container id using @id

[Kate Honchar] MID-6817 fix for object list

[Kate Honchar] corrected user file path

[Richard Richter] UriCache.java: added logging + resolveId renamed to resolveToId

[Anton Tkacik] JsonValueCodec: Use XsdTypeConverter for XMLGregorianCalendar

[Lukas Skublik] fix for updating of query dsl search filed

[Richard Richter] repo-sqlbase: added support for embedded/nested mapping (not tested yet)

[Richard Richter] repo-sqale: added UriItemFilterProcessor, the rest or QObject is mapped

[Kate Honchar] schrodinger: relation name fix in m10 test

[Kate Honchar] schrodinger: overwrite existing resource object fix in m10 test

[Richard Richter] repo-sqale: m_assignment + nested mappings for activation and metadata


</pre>
<br>
<h2>See more info:</h2>
https://jenkins.evolveum.com/job/MidPoint_master_long_OpenJDK_11/390/