Blog: declarative router, deep links, and bytecode annotations#5080
Closed
shai-almog wants to merge 1 commit into
Closed
Blog: declarative router, deep links, and bytecode annotations#5080shai-almog wants to merge 1 commit into
shai-almog wants to merge 1 commit into
Conversation
Covers PR #5037: optional declarative router with @route("/path"), the unified cold/warm DeepLink API, iOS Universal Links / Android App Links JSON generators (AasaBuilder / AssetLinksBuilder), the JavaScript-port window.history bridge, and the bytecode annotation framework the rest of this week's posts (ORM, binder, mappers) build on top of. Calls out: - Router is opt-in; existing Form.show() / showBack() unchanged. - Annotation processing runs against bytecode rather than source text, sharing the BytecodeComplianceMojo ASM pass infrastructure. - AppArg-based platform plumbing is reused, so iOS and Android need no port changes for the deep-link API. - The surefire bump from 2.22.1 to 3.2.5 fixes the silent zero-test symptom under JDK 8.
3 tasks
Contributor
Cloudflare Preview
|
Collaborator
Author
|
Superseded — consolidating the follow-up posts so this release week ships fewer, broader posts. New merged versions in the follow-up PRs to this one. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@Route("/path"), guards, redirects, per-tab navigation shell, location listeners), the unified cold + warmDeepLinkAPI, the iOS Universal Links / Android App Links JSON generators (AasaBuilder/AssetLinksBuilder), the JavaScript-portwindow.historybridge, and the reusable bytecodeAnnotationProcessorSPI in the Maven plugin.File
docs/website/content/blog/declarative-router-and-deep-links.md— single new file.Sequencing
Branches off
master; intended to publish after the JUnit post (#5079). Front matter date is2026-06-04.Test plan
docs/websitesucceeds./static/blog/declarative-router-and-deep-links.jpg.