leo james

Results 90 issues of leo james

当前提供了 deploy 功能,还需要有 uninstall 能力。 另外由于需要与 uninstall 相对的 install 指令,可以增加 install 指令,让 deploy 和 install 同时支持安装操作。

good first issue

基座如果配置 web context path, ```properties server.servlet.context-path=/base ``` 模块没有 web context path,则会报错 ![image](https://github.com/sofastack/sofa-serverless/assets/3754074/a53ee1db-ba36-4773-8011-13b82a96c899) ## 原因 模块没有设置 web context path 时,这个值会直接复用基座的值,导致模块安装的时候传入的 web context path 与基座重复,从而报错。 ![image](https://github.com/sofastack/sofa-serverless/assets/3754074/38669854-e05b-475e-b166-412520afdb20)

good first issue

当前介绍里只支持 minikube 部署,不便于已有非 minikube 集群用户的部署和试验。

good first issue
modulecontroller

### 问题描述 模块多配置的文档介绍在这里,https://koupleless.io/docs/tutorials/module-development/module-multi-application-properties/ ,使用时发现两个问题: 1. 如果使用 -Dspring.profiles.active=dev 的方式,不仅会读取到: - config/${bizName}/application-${profile}.properties - config/${bizName}/application.properties 还会读取到: - resources/application-${profile}.properties - resources/application.properties ![image](https://github.com/koupleless/koupleless/assets/3754074/ad6eb375-8918-471c-a554-eb39c875c2f5) 2. 当通过 --spring.profiles.active=dev 的方式执行时,基座能够读取到正确 profile 的 application.properties,但是模块里读取不到对应的 profile 值,从而报如下错误 ![image](https://github.com/koupleless/koupleless/assets/3754074/7b286f9f-bc50-447f-8650-bf509042f00c) ### 问题原因...

area/runtime

There is some test failed in runtime, which means we need to do something support springboot 3.2 ![image](https://github.com/koupleless/koupleless/assets/3754074/de86d08b-1ab1-42f4-96c1-25d300aeabff) but all those test is success in jdk8 ![image](https://github.com/koupleless/koupleless/assets/3754074/b62c3367-e098-418a-ae19-9edaa1d0f344)

good first issue

主题:Serverless 社区双周会(录制视频) 时间:5月21日 周二 19:30 - 20:30 (GMT +8:00) 会议号:90957500367 入会链接:https://meeting.dingtalk.com/j/cvgz6yascUY ## 当前业务接入进展 6家企业上线,2024共新增38家企业试用,快手已经在做基础设施配套、涂鸦完成7个应用合并部署正在建设平台能力 ## 基于多应用集成测试的 samples 集成分享 ## 5 月迭代内容 - 重要功能讨论,静态合并部署 - 迭代进展同步 https://github.com/orgs/koupleless/projects/6

需要采集的数据: 1. metaspace 消耗数量 2. classLoader 数量 等

### Feature description 增加其他常见序列化的支持

see https://github.com/sofastack/sofa-boot/issues/1321

面向开发者,任意的开发者都可以开发和发布 adapter,并配合 koupleless-base-build-plugin 集成到用户代码里

area/runtime