Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate APIs that are deprecate only on JavaDoc #37229

Closed
wants to merge 1 commit into from

Conversation

cortinico
Copy link
Contributor

Summary:
Those methods all have replacements and they have been annotated as deprecated but only on the Javadoc level.
The Java compiler from 11 starts to emit warnigns for those functions so I'm actually annotating them with Deprecated correctly.

Changelog:
[Android] [Changed] - Deprecate APIs that are deprecate only on JavaDoc

Differential Revision: D45525406

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels May 3, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45525406

@analysis-bot
Copy link

analysis-bot commented May 3, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,628,614 +33
android hermes armeabi-v7a 7,940,710 +32
android hermes x86 9,115,598 +29
android hermes x86_64 8,970,204 +23
android jsc arm64-v8a 9,192,775 +10
android jsc armeabi-v7a 8,382,329 +10
android jsc x86 9,251,114 +13
android jsc x86_64 9,509,354 +4

Base commit: 71fbb0c
Branch: main

Summary:
Pull Request resolved: facebook#37229

Those methods all have replacements and they have been annotated as `deprecated` but only on the Javadoc level.
The Java compiler from 11 starts to emit warnigns for those functions so I'm actually annotating them with Deprecated correctly.

Changelog:
[Android] [Changed] - Deprecate APIs that are deprecate only on JavaDoc

Reviewed By: mdvacca

Differential Revision: D45525406

fbshipit-source-id: f9e7469614053a23c353437837ee47bd84cfabf0
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45525406

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label May 3, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1be65ba.

jeongshin pushed a commit to jeongshin/react-native that referenced this pull request May 7, 2023
Summary:
Pull Request resolved: facebook#37229

Those methods all have replacements and they have been annotated as `deprecated` but only on the Javadoc level.
The Java compiler from 11 starts to emit warnigns for those functions so I'm actually annotating them with Deprecated correctly.

Changelog:
[Android] [Changed] - Deprecate APIs that are deprecate only on JavaDoc

Reviewed By: mdvacca

Differential Revision: D45525406

fbshipit-source-id: 9fea1a6374c9a14f7f07e5bca8db1221260c03fd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants