| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat(runtime): ApplicationRunner/健康指标/事件系统/ORM 参考文档 - ApplicationRunner 接口 + resolvedApplicationRunners(按 order 排序) - HealthIndicator 接口 + readinessHandler 聚合检查(全 UP→200 否则 503) - events.cj: ApplicationStarting/EnvironmentPrepared/Ready/Stopping/Stopped 事件 - scheduler.cj: startScheduler/stopScheduler 优雅停机 - container.cj: resolveBeanInject(接口+限定 + @Primary 消歧) - server.cj: ListenOptions.onShutdown 钩子 - middlewares_test.cj: 新增覆盖 - docs/09-orm-reference.md: ORM 完整参考 | 6 天前 | |
feat(http): WebSocket 升级基础设施 + 注册表(spike 通过) ace-http 加 ws 支持(为 ace-websocket 组件打底,无反向依赖): - ws.cj:WsEndpointEntry 注册表 + registerWsEndpoint + isWebSocketUpgrade + matchWsEndpoint (复用 ace-router path-to-regexp 匹配 :param)+ handleWsUpgrade(WebSocket.upgradeFromServer 握手)。 - server.cj dispatch 顶部加升级分支:Upgrade: websocket 请求在构造 Context/读 body/跑洋葱前分流。 - registerEchoWs 内置 echo 端点(测试);ace-http 加 ace_router 依赖(acyclic)。 - web-server main 注册 /ws/echo。 实机验证(python websockets):ws://.../ws/echo 文本与多字节中文均正确回显。全量回归 265/0。 | 8 天前 |