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
{{ message }}
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
fix: 🐛 ensure non-null collections for API schema properties
ApiSchema.java and IDocBuildTemplate.java have been updated to initialize
apiDatas and apiExceptionStatuses collections to prevent null pointer
exceptions. Additionally, postRender method in IDocBuildTemplate.java nowchecks for null apiSchema before processing, enhancing the robustness of
the documentation build process.
0 commit comments