<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>
integration</td>   <td>
2</td>  <td>
121</td>  <td>
116</td>  <td>
1</td>  <td>
2</td>  </tr>
</table>
<br> <br> <h2>Failed tests:</h2> <br>
<h3>
integration:</h3>
     1  mod11test01ConfiguringNotifications()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.labs.M11SystemConfiguration@41da3aee]<br>
<br>

<br>
<h3>Changes since last build: </h3>
<pre>
[Richard Richter] MID-6319: AuditService added noop countObjects and searchObjects methods

[Richard Richter] MID-6319: AuditSearchTest skeleton + changes of new AuditService methods

[Richard Richter] MID-6319: querydsl experimental metamodel for inspiration

[Richard Richter] MID-6319: POM fixes + checkstyle disabled for repo because of Q* classes

[Richard Richter] MID-6319: metadata experiments, querydsl-sql-codegen commented out

[Richard Richter] MID-6319: only audit metamodel left, added beans, query experiments

[Richard Richter] MID-6319: fix of one-to-many mapping, key normalization was missing

[Richard Richter] MID-6319: experiments with more dynamic selects without bean projection

[Richard Richter] MID-6319: experiments with extension columns, nothing final

[Richard Richter] MID-6319: ideas on the side of audit service, skeleton of search

[Richard Richter] MID-6319: AuditService#search will return result of AuditEventRecordType

[Richard Richter] unused ContainerOidGenerator.java deleted

[Richard Richter] repo code cleanup around commons.lang, equals/hashCode, final fields

[Richard Richter] SelectQueryBuilder.java: removed unnecessary \ before ' from regexps

[Richard Richter] MID-6319: next try to map metadata and model<->data types (not finished)

[Richard Richter] NullTaskImpl.java: added static INSTANCE, null task is stateless anyway

[Richard Richter] MID-6319: minor progress in test (commit to switch computers)

[Richard Richter] MID-6319: added PageOf<T> class representing repo-side paged result

[Richard Richter] MID-6319: little progress with condition mapping

[Richard Richter] MID-6319: still limited, but first attribute mapping success

[Richard Richter] MID-6319: added mapping for AER#stage enum, many fixes and cleanup

[Richard Richter] MiscUtil: fixed df->DATATYPE_FACTORY name after adding final previously

[Richard Richter] MID-6319: added StringItemMapper and string condition tests

[Richard Richter] object-template.xml, IntegrationTestTools.java: milis to millis typo fix

[Richard Richter] MiscUtil.java: added asXMLGregorianCalendar(Instant instant)

[Richard Richter] added TimestampItemMapper and first aer.timestamp test

[Richard Richter] InstantType.java: Nullable reimported from jetbrains annotations

[Richard Richter] MID-6319: added support for n-ary filters (AND/OR)... piece of cake

[Richard Richter] MID-6319: enum mapping fixed to respect filter type, related refactoring

[Richard Richter] MID-6319: added IS NULL support

[Richard Richter] MiscSchemaUtil.java: cleanup and reformat

[Richard Richter] MID-6319: added string is null test and mapping of AER.result

[Richard Richter] AuditEventRecordProvider.java: minor cleanup/reformat

[Richard Richter] MID-6319: added support for REF filters + related tests

[Richard Richter] MID-6319: added mapping of AER.hostIdentifier,attorneyOid,remoteHostAddress,requestIdentifier

[Richard Richter] MID-6319: added AuditSearchTests for ref IS NULL and timestamp IS NULL

[Richard Richter] MID-6319: overhaul of query-model mapping, it's based on ctx

[Richard Richter] MID-6319: few old filter field renames (NAME->OID)

[Richard Richter] MID-6319: added support for ALL and NONE trivial filters

[Richard Richter] MID-6319: added paging (offset, maxSize) support + notes about order by

[Richard Richter] MID-6319: added ItemSqlMapper, now ORDER BY is supported too!

[Richard Richter] MID-6319: added result transformation for 4 AER reference attributes

[Richard Richter] MID-6319: added support for distinct, though untested yet

[Richard Richter] MID-6319: cleanup around AuditEventRecord.deltas + marked @NotNull

[Richard Richter] MID-6319: all basic attributes of audit record mapped + filter tested

[Richard Richter] MID-6319: shorter Q-path creation for properties including metadata

[Richard Richter] MID-6319: added hardcoded, non-flexible, N+1 loading of audit properties

[Richard Richter] MID-6319: added support for NOT filter, tests NOT(OR and NOT(IS NULL)

[Lukas Skublik] change assert from assertTrue to assertEquals (mod11test01)

 [Richard Richter] MID-6319: AuditService added noop countObjects and searchObjects methods

[Richard Richter] MID-6319: AuditSearchTest skeleton + changes of new AuditService methods

[Richard Richter] MID-6319: querydsl experimental metamodel for inspiration

[Richard Richter] MID-6319: POM fixes + checkstyle disabled for repo because of Q* classes

[Richard Richter] MID-6319: metadata experiments, querydsl-sql-codegen commented out

[Richard Richter] MID-6319: only audit metamodel left, added beans, query experiments

[Richard Richter] MID-6319: fix of one-to-many mapping, key normalization was missing

[Richard Richter] MID-6319: experiments with more dynamic selects without bean projection

[Richard Richter] MID-6319: experiments with extension columns, nothing final

[Richard Richter] MID-6319: ideas on the side of audit service, skeleton of search

[Richard Richter] MID-6319: AuditService#search will return result of AuditEventRecordType

[Richard Richter] unused ContainerOidGenerator.java deleted

[Richard Richter] repo code cleanup around commons.lang, equals/hashCode, final fields

[Richard Richter] SelectQueryBuilder.java: removed unnecessary \ before ' from regexps

[Richard Richter] MID-6319: next try to map metadata and model<->data types (not finished)

[Richard Richter] NullTaskImpl.java: added static INSTANCE, null task is stateless anyway

[Richard Richter] MID-6319: minor progress in test (commit to switch computers)

[Richard Richter] MID-6319: added PageOf<T> class representing repo-side paged result

[Richard Richter] MID-6319: little progress with condition mapping

[Richard Richter] MID-6319: still limited, but first attribute mapping success

[Richard Richter] MID-6319: added mapping for AER#stage enum, many fixes and cleanup

[Richard Richter] MiscUtil: fixed df->DATATYPE_FACTORY name after adding final previously

[Richard Richter] MID-6319: added StringItemMapper and string condition tests

[Richard Richter] object-template.xml, IntegrationTestTools.java: milis to millis typo fix

[Richard Richter] MiscUtil.java: added asXMLGregorianCalendar(Instant instant)

[Richard Richter] added TimestampItemMapper and first aer.timestamp test

[Richard Richter] InstantType.java: Nullable reimported from jetbrains annotations

[Richard Richter] MID-6319: added support for n-ary filters (AND/OR)... piece of cake

[Richard Richter] MID-6319: enum mapping fixed to respect filter type, related refactoring

[Richard Richter] MID-6319: added IS NULL support

[Richard Richter] MiscSchemaUtil.java: cleanup and reformat

[Richard Richter] MID-6319: added string is null test and mapping of AER.result

[Richard Richter] AuditEventRecordProvider.java: minor cleanup/reformat

[Richard Richter] MID-6319: added support for REF filters + related tests

[Richard Richter] MID-6319: added mapping of AER.hostIdentifier,attorneyOid,remoteHostAddress,requestIdentifier

[Richard Richter] MID-6319: added AuditSearchTests for ref IS NULL and timestamp IS NULL

[Richard Richter] MID-6319: overhaul of query-model mapping, it's based on ctx

[Richard Richter] MID-6319: few old filter field renames (NAME->OID)

[Richard Richter] MID-6319: added support for ALL and NONE trivial filters

[Richard Richter] MID-6319: added paging (offset, maxSize) support + notes about order by

[Richard Richter] MID-6319: added ItemSqlMapper, now ORDER BY is supported too!

[Richard Richter] MID-6319: added result transformation for 4 AER reference attributes

[Richard Richter] MID-6319: added support for distinct, though untested yet

[Richard Richter] MID-6319: cleanup around AuditEventRecord.deltas + marked @NotNull

[Richard Richter] MID-6319: all basic attributes of audit record mapped + filter tested

[Richard Richter] MID-6319: shorter Q-path creation for properties including metadata

[Richard Richter] MID-6319: added hardcoded, non-flexible, N+1 loading of audit properties

[Richard Richter] MID-6319: added support for NOT filter, tests NOT(OR and NOT(IS NULL)

[Lukas Skublik] change assert from assertTrue to assertEquals (mod11test01)


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