Skip to content

Commit

Permalink
chore: fix list of deprecated APIs so APIs are actually stripped in V…
Browse files Browse the repository at this point in the history
…2. (#17708)

The change to strip deprecated APIs based on a list was introduced several weeks
ago; however, that list was built off of the v1/master branch, not v2. This
meant the FQNs of all of the types was wrong, leading to *nothing* being
stripped, and all deprecated APIs being re-introduced into the V2 source.

This change re-builds the deprecated_apis.txt list so the correct APIs are
removed from V2. Also fixed a bug with submodules in the list-deprecated-apis script.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
njlynch authored Nov 25, 2021
1 parent f25c22c commit 28332e3
Show file tree
Hide file tree
Showing 2 changed files with 1,110 additions and 1,126 deletions.
Loading

0 comments on commit 28332e3

Please sign in to comment.