Is there any supported way of Corda to roll out changes of a CordApp to all nodes which have an older version? Or how would I distribute even a new CordApp ?
Ideally without having everybody (each affected node owner) to do anything.
Right now it would mean update dependency in gradle , rebuild and restart node, which is rather inconvinient when my node is part of many business networks.
Is there any plan to have something analog to WebServer like tomcat where I could deploy a war file ?