From: Jonas Oreland Date: March 24 2011 7:24am Subject: Re: bzr push into mysql-5.1-telco-7.1 branch (Craig.Russell:4139 to 4140) List-Archive: http://lists.mysql.com/commits/133721 Message-Id: <4D8AF1C3.2020300@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 03/23/11 23:45, Craig L Russell wrote: > 4140 Craig L Russell 2011-03-23 > WARNING: ClusterJ backward compatibility broken > Change the name of the accessor method in ColumnMetadata from type() to columnType() > Change the name of the enum from com.mysql.clusterj.ColumnMetadata.Type to com.mysql.clusterj.ColumnType > Both changes will require source code recompile. > This change was necessitated by the documentation tool not being able to detect the difference > between the class ColumnMetadata.Type and the method ColumnMetadata.type(). Are you doing a change...that will/might break applications due to a deficiency in docs build system ? Would keeping both (and @deprecate the old) be an option ? Or did I misunderstand ? /Jonas