I'd like to deprecate the following over the next few releases:
The <jobmanager> element in sites.xml - instead, the <execution> element
should be used for everything that <jobmanager> is used for.
The old-style p() { app { ... }} syntax, which is replaced in 0.7 by a
prefix app keyword style like this:
app p() { ... }
--