This commit is contained in:
Nakul Joshi 2024-07-03 13:29:58 -07:00
parent c00543f645
commit 7649c91e5d

View file

@ -70,7 +70,8 @@ find_removed_methods() {
local latest_classes=$(
jar tf $LATEST_JAR |
grep .class |
tr / . | sed 's/\.class$//' |
tr / . |
sed 's/\.class$//' |
# skip generated proto classes since these have a lot of inherited methods
# that are not outputted by javap. besides, generated java code is not a
# good indicator of proto compatibility- it will not capture reserved