Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F2F22E4D for ; Thu, 5 May 2011 12:26:37 +0000 (UTC) Received: (qmail 72808 invoked by uid 500); 5 May 2011 12:26:35 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 72406 invoked by uid 500); 5 May 2011 12:26:34 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 71996 invoked by uid 99); 5 May 2011 12:26:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 12:26:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simone.tripodi@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-ww0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 12:26:28 +0000 Received: by wwb39 with SMTP id 39so2066782wwb.6 for ; Thu, 05 May 2011 05:26:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=wv52tr3zNQDRpEa+5W9ZKb6pRwHJ0DwYSJkByRdY/OQ=; b=fkOaLf9mkTRW5/Ir2E3LK03ai9+PIQ9WXgB22XoConKs3upnnSKv05ypLiyqoHvRci BGMLmQY5X0FvrW/8eRWWeiXWTONGA+OTkYGwa81ByN0jzFkN7QgiCLiL/YU9afyeKuMa lZxbCJXbCaPh1bWjkq7koix6M5gLAjVyKm/0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=nxnGjB6SxUd5CXgLfNaHV1gyVnN8LivUINadkWP4t8KNViZFgkhHvD2bDkJ98940Ql m3PJAe2xwd01zbNMTzpvvkCUg3Bk6u2RSOLqefao9h8R/3hBOhWwJ3CsftceF2Y9crso hmqpiil/7i5975Flkwm0fCCaj/NoDMIjj6VpA= MIME-Version: 1.0 Received: by 10.227.209.205 with SMTP id gh13mr2472618wbb.47.1304598367768; Thu, 05 May 2011 05:26:07 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.227.10.85 with HTTP; Thu, 5 May 2011 05:26:07 -0700 (PDT) Date: Thu, 5 May 2011 14:26:07 +0200 X-Google-Sender-Auth: EYefHZIWtsLUTPBoB3qPJ5NeMug Message-ID: Subject: [ANNOUNCEMENT] Apache Commons Discovery 0.5 released! From: Simone Tripodi To: announce@apache.org, Commons Developers List , Commons Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org The Apache Commons team is pleased to announce the commons-discovery-0.5 release! The Apache Commons Discovery component is about discovering, or finding, implementations for pluggable interfaces. Changes in this version include: Fixed Bugs: o Enumeration in Service class is broken. Issue: DISCOVERY-3. o [discovery] Doesn't work with ClassLoaders that do not support getResource() Issue: DISCOVERY-6. o Service.providers Enumeration does not catch and discard UnsatisfiedLinkErrors and ExceptionInInitializerErrors. Issue: DISCOVERY-11. o SPI implementation class searching logic has some issues: it discards all errors; it only considers first className in supplied classNames array. Issue: DISCOVERY-12. o Problem with Oracle JVM classLoader. Issue: DISCOVERY-13. o Enumeration returned by Service.providers has a broken behavior. Issue: DISCOVERY-17. Changes: o Discovery failed to load an inner class. Issue: DISCOVERY-7. o Documentation of other use cases. Issue: DISCOVERY-9. o Moved to Java5 APIs, used Generics. Issue: DISCOVERY-14. o Custom org.apache.commons.discovery.log.Log implementation replaced by default commons-logging behavior. Issue: DISCOVERY-15. o The setLog() methods are not thread-safe and should be deprecated. Issue: DISCOVERY-16. Don't miss to check the Apache Commons component page on http://commons.apache.org/discovery/ Have fun! -Simo, on behalf of Apache Commons team http://people.apache.org/~simonetripodi/ http://www.99soft.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org