-
Bug
-
Resolution: Fixed
-
Medium
-
4.3
-
None
PageTemplateManager.mergeVariables has changed without being marked as deprecated in confluence 4.2
This breaks the binary compatibility for our Adhoc Canvas Plugin
Please advice.
- causes
-
CONFSERVER-24432 Define a clear Java API for Confluence plugin developers that won't break when new versions of Confluence are released
- Closed
YOu mean have the old method return String, and the new method return BodyContent?
[11:09am] Swoon: you can call PageTemplate.getBodyType
[11:09am] Swoon: to see the type of the content that will be returned from mergeVariables