feat(platform-apphost): Add local AppHost core#1233
Merged
Conversation
Create the :platform-apphost leaf with a transport-neutral AppHost v1 core for local installed apps, including manifest parsing, install layout, local process lifecycle, launch tokens, and focused leaf-local tests. Wire the new leaf into the multi-project build, move the focused AppHost tests under :platform-apphost, and update Spotless/Sonar/JaCoCo ownership plumbing so non-clean builds and aggregated reporting stay correct.
Tighten AppHost runtime and test helper structure to satisfy the latest static-analysis follow-ups without changing behavior. - simplify LocalProcessAppHost support helpers - clean up AppHost parser and boundary tests - keep Sonar-related test wiring aligned
Add focused coverage for the smaller AppHost validation records and path helpers. - extend InstalledAppPathsTest with directory creation and invalid path cases - add RunningAppSnapshot constructor validation coverage - add AppManifest constructor validation coverage
Expand the branch-added AppHost API, manifest, and runtime docs to better describe lifecycle expectations, filesystem ownership, and package responsibilities. Keep the change comment-only and verify the leaf Javadoc task still passes after the wording updates.
|
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
:platform-apphostleaf with the transport-neutral AppHost v1 API, manifest model/parser, install layout, andLocalProcessAppHostruntime for local out-of-process appsHow to test
./gradlew :platform-apphost:test./gradlew compileJava compileTestJava./gradlew verifySelectiveLeafOwnershipMetadata buildJar./gradlew prepareTestExecutionReport./gradlew jacocoTestReport./gradlew :platform-apphost:javadoc./gradlew cleanTest test