Public API compatibility with current plugins, filters and page/attachment providers

2020-03-21 Thread Juan Pablo Santos Rodríguez
Hi, last push includes public API compatibility with current plugins, filters and page/attachment providers. Custom plugin and filters should continue to work without needing to do anything, although it would be nice if they upgrade to use the new API. Log warnings are to be expected when not usi

[DISCUSS] Public API and Pages' ACLs

2020-03-21 Thread Juan Pablo Santos Rodríguez
Hi, the public API is almost there, as only a couple of things are remaining: - an SPI to obtain objects from the o.a.w.api.core package. As this will be new code, it doesn't present too much trouble. The main objective of this SPI would be to be able to provide custom API implementations. The sc