You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/07/19 16:39:13 UTC

svn commit: r423473 - in /jakarta/commons/proper/modeler/trunk: RELEASE-NOTES.txt project.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r423473 - in /jakarta/commons/proper/modeler/trunk: RELEASE-NOTES.txt project.xml

Posted by Henri Yandell <fl...@gmail.com>.
+1, those are our usual rules.

On 7/19/06, Stephen Colebourne <sc...@btopenworld.com> wrote:
> Since this is a binary and source incompatible change, should this not
> be modeler v2.0?
>
> Stephen
>
>
> dims@apache.org 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: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r423473 - in /jakarta/commons/proper/modeler/trunk: RELEASE-NOTES.txt project.xml

Posted by Stephen Colebourne <sc...@btopenworld.com>.
Since this is a binary and source incompatible change, should this not 
be modeler v2.0?

Stephen


dims@apache.org 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: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org