Skip to content

Commit

Permalink
Merge branch 'master' into feature/groovy-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Mar 22, 2019
2 parents ee72c61 + 9fa5e23 commit 4647f00
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Expand Up @@ -67,5 +67,11 @@
</xsd:schema>
</definition>
</schema>
<!-- caching is set by default for AsyncUpdateConnector -->
<capabilities>
<configured xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">
<cap:read>
<cap:cachingOnly>true</cap:cachingOnly>
</cap:read>
</configured>
</capabilities>
</resource>
Expand Up @@ -64,5 +64,11 @@
</xsd:schema>
</definition>
</schema>
<!-- caching is set by default for AsyncUpdateConnector -->
<capabilities>
<configured xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">
<cap:read>
<cap:cachingOnly>true</cap:cachingOnly>
</cap:read>
</configured>
</capabilities>
</resource>

0 comments on commit 4647f00

Please sign in to comment.