luke

Results 22 comments of luke

Hi weifly, maybe it has something related with the code here https://github.com/apolloconfig/apollo/blob/49bd8ccab93c2484dacabd9d0709bb49efbdfc4b/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/controller/NotificationControllerV2.java#L188 By the way, can you provide more details?

或许可以:加一个配置选项由用户在前端来决定“是否调用生成式AI来辅助配置项的填写”,在后端提取相关上下文来进行LLM调用,再返回结果😃

@copilot please check the request changes

https://github.com/apolloconfig/apollo/issues/5332 由于一些历史设计原因导致的,这里有排查出来的原因。 😭可能只能在客户端再做\n还原了

-1 Not a stable version.

What's the point of doing this?

We are actually at spring boot 2😂... and it still provides stable support. Maybe gradually upgrade to v3 would be better than v4. What my point is, are there any...

A reason we are not updating spring boot to v3 is because it is not compatible with JDK8.

> Sorry for not being clear. I was referring to the Apollo client, which already supports Spring Boot 3. Now, we need to support Spring Boot 4 on the client...