> is there a switch or 'undocumented feature' to suppressing timestamps in > javadoc/comments for generated classes? > I mean this on: > -- cut > /** > * This class was generated by Apache CXF 2.7.1 > * 2013-03-25T11:50:57.111+01:00 > * Generated source version: 2.7.1 > * > */ > -- cut > > If one is using a vcs and regenerate classes from WSDL-File you get lots > of changed files because the timestamps in such comments changed. > Would be nice to have the classes generally not containing any such > timestamps so your vcs doesn't mark these files as changed.
This will be supported in CXF 3.2.2, see https://issues.apache.org/jira/projects/CXF/issues/CXF-7618 Thanks to Peter Butkovic for the patch. Regards Dennis
