Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 25574 invoked from network); 16 Dec 2008 22:57:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2008 22:57:07 -0000 Received: (qmail 9914 invoked by uid 500); 16 Dec 2008 22:57:19 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 9907 invoked by uid 500); 16 Dec 2008 22:57:19 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 9895 invoked by uid 99); 16 Dec 2008 22:57:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 14:57:19 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 22:57:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 475DC234C3F8 for ; Tue, 16 Dec 2008 14:56:44 -0800 (PST) Message-ID: <2123079244.1229468204285.JavaMail.jira@brutus> Date: Tue, 16 Dec 2008 14:56:44 -0800 (PST) From: "Janne Jalkanen (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Commented: (JSPWIKI-291) Replace ORO regexp library with Java 5 regexps In-Reply-To: <235037065.1213304446227.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657209#action_12657209 ] Janne Jalkanen commented on JSPWIKI-291: ---------------------------------------- Yup. http://svn.apache.org/viewvc/jakarta/oro/trunk/src/java/org/apache/oro/text/GlobCompiler.java?revision=124053&view=markup And method globToPerl5(). Anybody want to extract that code, reformat to JSPWiki rules, and stick it into a RegexpUtil class? > Replace ORO regexp library with Java 5 regexps > ---------------------------------------------- > > Key: JSPWIKI-291 > URL: https://issues.apache.org/jira/browse/JSPWIKI-291 > Project: JSPWiki > Issue Type: Task > Components: Core & storage, Filters, Plugins > Reporter: Janne Jalkanen > Priority: Trivial > Fix For: 3.0 > > Attachments: denouncePlugin.patch > > > Now that Java has a good regexp library, it might be a good idea to get rid of the oro library, as it reduces our dependencies of external libraries. This should be a relatively easy task, except when Glob patterns are being used, or when oro-specific regexps are used. > No particular release is targeted; whenever we got time. This would be a nice low-hanging fruit for someone to start contributing to JSPWiki with... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.