[
https://issues.apache.org/jira/browse/JSPWIKI-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17053651#comment-17053651
]
ASF subversion and git services commented on JSPWIKI-303:
-
Commi
[
https://issues.apache.org/jira/browse/JSPWIKI-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17053652#comment-17053652
]
ASF subversion and git services commented on JSPWIKI-303:
-
Commi
Hi,
pushed the changes with last commit, now both maven cargo plugin and
portable binaries use a tomcat 9.x
server. I've also updated
https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started#section-Getting+Started-Requirements
to note that tomcat 9.x is recommended, although tomcat 8.x is
Hi Murray,
for plugins, most probably there'll be a signature change on WikiPlugin,
from:
String execute( WikiContext context, Map< String, String > params ) throws
PluginException;
to:
String execute( Context context, Map< String, String > params ) throws
PluginException;
With Context being a m
Juan
Txs!
dirk
On Fri, Mar 6, 2020 at 7:40 PM Juan Pablo Santos Rodríguez <
juanpablo.san...@gmail.com> wrote:
> Hi,
>
> pushed the changes with last commit, now both maven cargo plugin and
> portable binaries use a tomcat 9.x
> server. I've also updated
>
> https://jspwiki-wiki.apache.org/Wiki
> Hi Murray,
>
> for plugins, most probably there'll be a signature change on WikiPlugin,
> from:
> String execute( WikiContext context, Map< String, String > params ) throws
> PluginException;
>
> to:
> String execute( Context context, Map< String, String > params ) throws
> PluginException;
Hi