Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FFEF10FD0 for ; Fri, 21 Feb 2014 14:28:37 +0000 (UTC) Received: (qmail 34309 invoked by uid 500); 21 Feb 2014 14:28:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 34235 invoked by uid 500); 21 Feb 2014 14:28:35 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 34227 invoked by uid 99); 21 Feb 2014 14:28:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 14:28:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 14:28:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 98B952388994; Fri, 21 Feb 2014 14:28:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1570586 - /commons/proper/pool/trunk/src/changes/release-notes.vm Date: Fri, 21 Feb 2014 14:28:11 -0000 To: commits@commons.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140221142811.98B952388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Fri Feb 21 14:28:11 2014 New Revision: 1570586 URL: http://svn.apache.org/r1570586 Log: Add more clarification re MBean interfaces. Modified: commons/proper/pool/trunk/src/changes/release-notes.vm Modified: commons/proper/pool/trunk/src/changes/release-notes.vm URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/release-notes.vm?rev=1570586&r1=1570585&r2=1570586&view=diff ============================================================================== --- commons/proper/pool/trunk/src/changes/release-notes.vm (original) +++ commons/proper/pool/trunk/src/changes/release-notes.vm Fri Feb 21 14:28:11 2014 @@ -23,8 +23,16 @@ Version 2 contains a completely re-writt In addition to performance and scalability improvements, version 2 includes robust instance tracking and pool monitoring. Version 2 requires JDK level 1.6 or above. -No client code changes are required to migrate from version 2.0 to 2.1. Users of version 1.x -should consult the migration guide on the Commons Pool web site. +No client code changes are required to migrate from version 2.0 or 2.1 to 2.2. +Users of version 1.x should consult the migration guide on the Commons Pool web site. + +NOTE: The MBean interfaces (DefaultPooledObjectInfoMBean, GenericKeyedObjectPoolMXBean + and GenericKeyedObjectPoolMXBean) exist only to define the attributes and methods + that will be made available via JMX. They must not be implemented by clients as + they are subject to change between major, minor and patch version releases of + Commons Pool. Clients that implement any of these interfaces may not, therefore, + be able to upgrade to a new minor or patch release without requiring code + changes. ## N.B. the available variables are described here: ## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html