[jira] [Created] (JSPWIKI-1062) Allow pre 2.9 plugins and filters to be executed on newer JSPWiki
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
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