Return-Path: X-Original-To: apmail-incubator-any23-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C49699C94 for ; Sat, 18 Feb 2012 10:47:20 +0000 (UTC) Received: (qmail 18871 invoked by uid 500); 18 Feb 2012 10:47:20 -0000 Delivered-To: apmail-incubator-any23-dev-archive@incubator.apache.org Received: (qmail 18832 invoked by uid 500); 18 Feb 2012 10:47:20 -0000 Mailing-List: contact any23-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-dev@incubator.apache.org Received: (qmail 18824 invoked by uid 99); 18 Feb 2012 10:47:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2012 10:47:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2012 10:47:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 88F9F1BE0A5 for ; Sat, 18 Feb 2012 10:46:59 +0000 (UTC) Date: Sat, 18 Feb 2012 10:46:59 +0000 (UTC) From: "Simone Tripodi (Created) (JIRA)" To: any23-dev@incubator.apache.org Message-ID: <779809339.53894.1329562019562.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (ANY23-50) Simplify plugin loading avoiding the classpath scanning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Simplify plugin loading avoiding the classpath scanning ------------------------------------------------------- Key: ANY23-50 URL: https://issues.apache.org/jira/browse/ANY23-50 Project: Apache Any23 Issue Type: Improvement Affects Versions: 0.7.0 Reporter: Simone Tripodi Assignee: Simone Tripodi Fix For: 0.7.0 As already discussed in [ML|http://markmail.org/message/airsqz6wp6y7bfih] I started having a look at an alternative solution to load plugins avoiding to scan the classpath, using the builtin [ServiceLoader|http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html] pattern. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira