You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix codegen and build failures after @github/copilot update
Handle cross-schema $ref values (e.g. session-events.schema.json#/definitions/TypeName)
in the Java code generator. Previously the codegen emitted the raw $ref string as a Java
type name, causing compilation errors. Now cross-schema refs are resolved by loading the
referenced schema's definitions and recursing into schemaTypeToJava with the resolved schema.
Automated fix applied by codegen-agentic-fix workflow.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments