[jira] [Created] (JSPWIKI-1062) Allow pre 2.9 plugins and filters to be executed on newer JSPWiki

2017-08-07 Thread JIRA
Juan Pablo Santos Rodríguez created JSPWIKI-1062: Summary: Allow pre 2.9 plugins and filters to be executed on newer JSPWiki Key: JSPWIKI-1062 URL: https://issues.apache.org/jira/browse/JSPWIKI-106

Re: ImageGen plugin

2017-08-07 Thread Juan Pablo Santos Rodríguez
Hi Dave, As from 2.9, due to package renaming from com.ecyrd to org.apache, the signature of the WikiPlugin interface has changed (different package), so old plugins must be adapted to use the new package namespace and recompiled in order to be used with newer versions of JSPWiki. However, by coi