<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>
2</td> <td>
596</td> <td>
594</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
REST</td> <td>
0</td> <td>
258</td> <td>
258</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
1</td> <td>
28</td> <td>
26</td> <td>
1</td> <td>
0</td> </tr>
</table>
<br> <br> <h2>Failed tests:</h2> <br>
<h3>
unit:</h3>
1 test310BarbossaSetOrganizationRunAs()[pri:0, instance:com.evolveum.midpoint.testing.longtest.TestRunAs@5ff60a8c]<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/MidPoint_master_long_OpenJDK_11/209/