Description
Regression caused by XWIKI-14910.
This has caused an important regression, any code that was doing PDF export has been broken because PdfExportImpl have been moved. This classes used to be public and the only way to programmatically do PDF export which is not really an exotic use case.
For example http://extensions.xwiki.org/xwiki/bin/view/Extension/Invoices is totally broken because of that (and probably other contrib extensions too).