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