On Wed, Jan 8, 2014 at 5:39 AM, Łukasz Dywicki <[email protected]>wrote:
> Hey Kevin, > My question was caused by fact that I was trying to prepare caja to run in > OSGi together with Apache Shindig. Here is possibility to specify version > ranges ie. caja from version 1 to 1.40 is required. However if every next > release of caja is backward compatible it's not problem. > We do generally maintain backwards compatibility for core use cases. I suggest you browse the revision history for revisions named with the marker "[APICHANGE]" to get an idea of what we currently do; each such revision should include a description of what changes might be required by users. Since you mentioned Shindig and OSGi, please note that current releases of Caja use Java only for their build system; the content sandboxing is implemented entirely client-side, and the server is only responsible for delivering our static JavaScript files. The “cajoler” has been removed and "caja.jar" exists only for legacy reasons. -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
