Hi all, I just did a simple experiment in the o.a.s.feature.io bundle by replacing the following dependencies:
org.apache.geronimo.specs:geronimo-json_1.0_spec:1.0-alpha-1 -> javax.json:javax.json-api:1.1.4 org.apache.johnzon:johnzon-core:1.0.0 -> org.apache.johnzon:johnzon-core:1.1.12 Despite the fact that new APIs are the official version, they also are compatible with the existing Sling bundle and contain few new methods that would allow me implementing the Feature streaming APIs in an easier way. WDYT? Is there any blocker on upgrading the dependencies? TIA, ~Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi
