<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>
120</td> <td>
64</td> <td>
4</td> <td>
50</td> </tr>
</table>
<br> <br> <h2>Failed tests:</h2> <br>
<h3>
integration:</h3>
1 flowWithoutPostAuthRoleAssigned()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.PostAuthenticationTests@6f95cd51]<br>
2 flowWithPostAuthRoleAssigned()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.PostAuthenticationTests@6f95cd51]<br>
3 configureArchetypeObjectListView()[pri:1, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.ObjectListArchetypeTests@1d207fad]<br>
4 beforeClass()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.LoginPageTest@29629fbb]<br>
5 beforeClass()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.LoginPageWithAuthenticationConfigTest@7fd69dd]<br>
6 mod04test02AddingMappings()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.labs.M4ProvisioningToResources@2513a118]<br>
<br>
<br>
<h3>Changes since last build: </h3>
<pre>
[virgo47] first working REST-ish endpoint, very simple one
[Richard Richter] RestApiIndex.java: no tabs, of course, sorry for that
[Richard Richter] experiments on new ModelRestController
[Richard Richter] rest-impl module also skips the tests (there are none yet)
[Richard Richter] Class.getPackageName is not yet in Java 8
[Richard Richter] new REST experiments: added missing explicit dependencies
[Richard Richter] gui/admin-gui/pom.xml: rest-impl is just runtime dependency
[Richard Richter] BasicWebSecurityConfig.java: reintroduction of objectObjectPostProcessor
[Richard Richter] fixes in security, so /rest2 gets principal ready
[Richard Richter] basic /rest2/self implementation, but doesn't serialize PrismObject yet
[Richard Richter] experimental ModelRestController: added finishRequest
[Richard Richter] added JSON serialization, http :8080/.../rest2/self -j works now
[Richard Richter] POM fixes after master merge, fixed falsely reported used tomcat
[Richard Richter] ModelRestController.java: fix for principal returning Focus, not User
[Richard Richter] rest-impl experimental module: version bump to 4.2-SNAPSHOT
[Richard Richter] removed ReportWebService(Raw), related port, tests
[Richard Richter] removed ModelWebService(Raw), related port and cleanup around
[Katarina Valalikova] wrapper clenaup WIP - preparation for axiom
[Katarina Valalikova] removing needless shadow association reference wrapper
[Katarina Valalikova] wrapper cleanup WIP :
[Katarina Valalikova] more cleanup work, major changes:
[Katarina Valalikova] fixing value panel creation, added configure method to GuiComponentFactory to be able to do post panel creation configuration, such as adding behaviors etc.
[Katarina Valalikova] styles cleanup
[Richard Richter] removed SpringAuthenticationJanitorInterceptor and WsFaultListener
[Richard Richter] prism-api/impl: removed Hacks#serializeFaultMessage + javax.xml.soap-api
[Katarina Valalikova] Continue with wrapper cleanup:
[Katarina Valalikova] - removing isShowOnTopLevel setting. We do not need to set this recursively. More reliable is to put the css class while defining HTML layout.
[Richard Richter] SpringAuthenticationInjectorInterceptor and SOAP related deps gone
[Richard Richter] TestConsistencyMechanism: modelWeb call replaced by modelService
[Richard Richter] testing/sanity removed completely, should be covered by other tests
[Richard Richter] TestModelWebServiceNegative: removed, there is no WS to test now
[Richard Richter] AbstractModelIntegrationTest: removed @Autowired ModelPortType modelWeb
[Katarina Valalikova] style fixes, component feedback messages etc.
[Katarina Valalikova] removing unused htmls
[Katarina Valalikova] moving interfaces to correct packages
[Katarina Valalikova] code clenaup (removing commented code, etc)
[Katarina Valalikova] moving interfaces to correct packages
[Pavol Mederly] Fix "getFilter always not null" issue (MID-6256)
[Katarina Valalikova] fixing compilation issues
[Katarina Valalikova] fixing tests
[Pavol Mederly] Introduce typed bulk actions
[Pavol Mederly] Resolve merge issues
[Richard Richter] POM: removed spring*version properties, using ones from boot parent POM
[virgo47] first working REST-ish endpoint, very simple one
[Richard Richter] RestApiIndex.java: no tabs, of course, sorry for that
[Richard Richter] experiments on new ModelRestController
[Richard Richter] rest-impl module also skips the tests (there are none yet)
[Richard Richter] Class.getPackageName is not yet in Java 8
[Richard Richter] new REST experiments: added missing explicit dependencies
[Richard Richter] gui/admin-gui/pom.xml: rest-impl is just runtime dependency
[Richard Richter] BasicWebSecurityConfig.java: reintroduction of objectObjectPostProcessor
[Richard Richter] fixes in security, so /rest2 gets principal ready
[Richard Richter] basic /rest2/self implementation, but doesn't serialize PrismObject yet
[Richard Richter] experimental ModelRestController: added finishRequest
[Richard Richter] added JSON serialization, http :8080/.../rest2/self -j works now
[Richard Richter] POM fixes after master merge, fixed falsely reported used tomcat
[Richard Richter] ModelRestController.java: fix for principal returning Focus, not User
[Richard Richter] rest-impl experimental module: version bump to 4.2-SNAPSHOT
[Richard Richter] removed ReportWebService(Raw), related port, tests
[Richard Richter] removed ModelWebService(Raw), related port and cleanup around
[Katarina Valalikova] wrapper clenaup WIP - preparation for axiom
[Katarina Valalikova] removing needless shadow association reference wrapper
[Katarina Valalikova] wrapper cleanup WIP :
[Katarina Valalikova] more cleanup work, major changes:
[Katarina Valalikova] fixing value panel creation, added configure method to GuiComponentFactory to be able to do post panel creation configuration, such as adding behaviors etc.
[Katarina Valalikova] styles cleanup
[Richard Richter] removed SpringAuthenticationJanitorInterceptor and WsFaultListener
[Richard Richter] prism-api/impl: removed Hacks#serializeFaultMessage + javax.xml.soap-api
[Katarina Valalikova] Continue with wrapper cleanup:
[Katarina Valalikova] - removing isShowOnTopLevel setting. We do not need to set this recursively. More reliable is to put the css class while defining HTML layout.
[Richard Richter] SpringAuthenticationInjectorInterceptor and SOAP related deps gone
[Richard Richter] TestConsistencyMechanism: modelWeb call replaced by modelService
[Richard Richter] testing/sanity removed completely, should be covered by other tests
[Richard Richter] TestModelWebServiceNegative: removed, there is no WS to test now
[Richard Richter] AbstractModelIntegrationTest: removed @Autowired ModelPortType modelWeb
[Katarina Valalikova] style fixes, component feedback messages etc.
[Katarina Valalikova] removing unused htmls
[Katarina Valalikova] moving interfaces to correct packages
[Katarina Valalikova] code clenaup (removing commented code, etc)
[Katarina Valalikova] moving interfaces to correct packages
[Pavol Mederly] Fix "getFilter always not null" issue (MID-6256)
[Katarina Valalikova] fixing compilation issues
[Katarina Valalikova] fixing tests
[Pavol Mederly] Introduce typed bulk actions
[Pavol Mederly] Resolve merge issues
[Richard Richter] POM: removed spring*version properties, using ones from boot parent POM
</pre>
<br>
<h2>See more info:</h2>
https://jenkins.evolveum.com/job/Schrodinger/450/