There were multiple discussions about this in the past, searching in the mailing list, the latest one is[1].
[1] https://lists.apache.org/thread/x00z7z2bd44gotn3vtvf626jm66jvdl6 Hongyu Guo <guohongyu...@gmail.com> 于2024年3月13日周三 11:43写道: > > Hi devs, > > I found there are over 800 @Deprecated in the project, and most of them > have the comment 'to be removed before 2.0'. > > So do we have a schedule or plan to remove them? > > You can use GREP to quickly check deprecated annotations. > ``` > > grep -roh "@Deprecated" . | wc -l > 802 > > grep -roh "@Deprecated // to be removed before 2.0" . | wc -l > 731 > ``` > > Hongyu -- Best, Benchao Li