Skip to content

docs: add Android deprecated API removals to Capacitor 9 upgrade guide - #581

Draft
andredestro wants to merge 1 commit into
mainfrom
chore/RMET-5304-cap9-android-deprecated-apis
Draft

docs: add Android deprecated API removals to Capacitor 9 upgrade guide#581
andredestro wants to merge 1 commit into
mainfrom
chore/RMET-5304-cap9-android-deprecated-apis

Conversation

@andredestro

@andredestro andredestro commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Description

Adds the "Breaking changes in @capacitor/android" section to the "Updating to 9.0" upgrade guide (docs/main/updating/9-0.md) and registers the page in the Upgrade Guides sidebar.

The section covers the Java APIs removed in Capacitor 9 (deprecated in previous majors), with a replacement table for each: the legacy CapConfig constructor and generic accessors, PluginCall.save()/isSaved()/hasOption()/isReleased(), Bridge.CAPACITOR_HTTPS_INTERCEPTOR_START, Plugin.getConfigValue(String) and the deprecated MessageHandler constructor.

Change Type

  • Fix
  • Feature
  • Refactor
  • Breaking Change
  • Documentation
  • Other (CI, chores, etc.)

Rationale / Problems Fixed

Capacitor 9 removes the Android APIs that were deprecated in previous major versions (see ionic-team/capacitor#8553). Plugin authors and app developers hitting compile errors after upgrading need a single place that maps each removed API to its replacement (RMET-5304).

The legacy @NativePlugin ecosystem is not covered here because it is intentionally kept in Capacitor 9 for now; its removal is being evaluated separately.

Tests or Reproductions

Content was verified against the actual removals in ionic-team/capacitor#8553: every removed symbol listed in the guide matches the source changes, and the replacements were validated by building and running the capacitor-testapp against that branch.

Platforms Affected

  • Android
  • iOS
  • Web

Notes / Comments

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
capacitor-docs Ready Ready Preview Aug 5, 2026 4:07pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant