Return-Path: X-Original-To: apmail-wicket-dev-archive@www.apache.org Delivered-To: apmail-wicket-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 904D074A6 for ; Wed, 26 Oct 2011 11:21:35 +0000 (UTC) Received: (qmail 67641 invoked by uid 500); 26 Oct 2011 11:21:35 -0000 Delivered-To: apmail-wicket-dev-archive@wicket.apache.org Received: (qmail 67602 invoked by uid 500); 26 Oct 2011 11:21:35 -0000 Mailing-List: contact dev-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@wicket.apache.org Delivered-To: mailing list dev@wicket.apache.org Received: (qmail 67594 invoked by uid 99); 26 Oct 2011 11:21:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 11:21:35 +0000 X-ASF-Spam-Status: No, hits=-1.4 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcjwd-wicket-develop-moved1@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 11:21:27 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RJ1Xd-0004LF-MS for dev@wicket.apache.org; Wed, 26 Oct 2011 13:21:05 +0200 Received: from 80.187.139.70 ([80.187.139.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Oct 2011 13:21:05 +0200 Received: from nospam_st by 80.187.139.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Oct 2011 13:21:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@wicket.apache.org From: Sebastian Subject: Re: Review of WICKET-4161 Date: Wed, 26 Oct 2011 13:20:52 +0200 Lines: 8 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 80.187.139.70 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: X-Virus-Checked: Checked by ClamAV on apache.org > Do you know of some static analyzer that can check API/ABI breaks > between two .jars ? How about clirr? http://mojo.codehaus.org/clirr-maven-plugin/ Regards, Seb