Skip to content

Commit 36a19af

Browse files
dmealingclaude
andcommitted
fix(conformance): restore computed modelToApiJava in cross-port manifest
The prior review fix zeroed OrderSummary.modelToApiJava, but the TS conformance re-derives that field as the computed contract path (apiSurfaceHref), so live!=committed broke. Regenerated from the oracle; only that one template field changes. The Java side asserts apiJavaPath/apiJavaToModel (unaffected). All ported strict runners green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5d060c7 commit 36a19af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fixtures/conformance/api-docs-cross-port/expected-paths.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"apiTsPath": "api/ts/acme/shop/OrderSummary.md",
3131
"apiJavaPath": "api/java/acme/shop/OrderSummary.md",
3232
"modelToApiTs": "",
33-
"modelToApiJava": "",
33+
"modelToApiJava": "../../api/java/acme/shop/OrderSummary.md",
3434
"apiTsToModel": "../../../../acme/shop/OrderSummary.md",
3535
"apiJavaToModel": "../../../../acme/shop/OrderSummary.md"
3636
},

0 commit comments

Comments
 (0)