<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 26, 2015 at 11:12 PM, Simon Paulger <span dir="ltr">&lt;<a href="mailto:spaulger@codezen.co.uk" target="_blank">spaulger@codezen.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>I just want to re-iterate this to try and get it ready for the final Wildfly 10 release. In order to make Redis integration, what changes should I be making? In particular;</div></blockquote><div>You are too late to get any new feature to 10, CRx build are just bugfixes of existing stuff and no new features are being added anymore.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br></div><div><ol><li>xml reader/writer - should I be adding redis-store as a concrete xml tag?<br></li><li>persistence pom updates to add the redis jar dependency</li><li>xsd documentation updates</li><li>module configurations</li><li>jboss-cli - do I need to add a redis-store type to a cache container?</li><li>web management console - again redis-store type to a cache container?</li></ol></div></blockquote><div><br><div class="gmail_extra">1,3,5&amp;6 are basically the same thing, you need to add support for redis-store to infinispan subsystem.<br></div><div class="gmail_extra">When that is done correctly, cli is done as well. <br></div><div class="gmail_extra">And once CLI part is done, you can access same stuff via mgmt REST api which console uses.<br></div>In most cases console doesn&#39;t need changes for extra fields / resources, but if it does, <br>you can send change to HAL project once all of the previous points are done and change is merged in WildFly master<br><br></div><div>for general docs about extending WildFly itself look at <a href="https://docs.jboss.org/author/display/WFLY10/Extending+WildFly">https://docs.jboss.org/author/display/WFLY10/Extending+WildFly</a><br></div><br><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div></div><div>1 - 3 are done, 4 is in progress, however I am unclear on how to make 5 and 6 (can&#39;t find the code locations), and I also want steer on whether a concrete store type is needed or if the custom store should be the way to go, in which case I think only pom updates and module config is required.</div></blockquote></div><br><br></div></div>