Since this is a binary and source incompatible change, should this not be modeler v2.0?

Stephen


[EMAIL PROTECTED] wrote:
Author: dims
Date: Wed Jul 19 07:39:13 2006
New Revision: 423473

URL: http://svn.apache.org/viewvc?rev=423473&view=rev
Log:
- Updating version to RC2
- Added info on incompatible API changes (thanks phil!)

Modified:
    jakarta/commons/proper/modeler/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/modeler/trunk/project.xml

Modified: jakarta/commons/proper/modeler/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/RELEASE-NOTES.txt?rev=423473&r1=423472&r2=423473&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/modeler/trunk/RELEASE-NOTES.txt Wed Jul 19 07:39:13 
2006
@@ -14,6 +14,27 @@
 For more information on Jakarta Commons Modeler, see
 o http://jakarta.apache.org/commons/modeler/
+API CHANGES:
+============
+o In org.apache.commons.modeler.BaseModelMBean, getObjectName's method + signature was as follows: + public javax.management.ObjectName getObjectName() + Now it has been changed to + public String getObjectName() + NOTE: This was not logged as a modeler bug. More information can be + found at the Sun Bug Database:
+    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4909041
+o In org.apache.commons.modeler.BaseModelMBean, Folks who need the + ObjectName can now use the new method:
+    public javax.management.ObjectName getJmxName()
+ NOTE: This was not logged as a modeler bug. More information can be + found at the Sun Bug Database:
+    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4909041
+o In org.apache.commons.modeler.util.IntrospectionUtils, A new method + clear has been added:
+    public void clear()
+  NOTE: This was done as part of fix for MODELER-15
+
 BUG REPORTS ADDRESSED:
 =====================
Modified: jakarta/commons/proper/modeler/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/project.xml?rev=423473&r1=423472&r2=423473&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/project.xml (original)
+++ jakarta/commons/proper/modeler/trunk/project.xml Wed Jul 19 07:39:13 2006
@@ -22,7 +22,7 @@
   <name>Commons Modeler</name>
   <groupId>commons-modeler</groupId>
   <artifactId>commons-modeler</artifactId>
-  <currentVersion>1.2-RC1</currentVersion>
+  <currentVersion>1.2-RC2</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons Modeler</shortDescription>
   <description>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to