dowenliu-xyz

Results 33 comments of dowenliu-xyz

spring-cloud-alibaba-sentinel-gateway 2023.0.0.0-RC1 依赖的 spring-cloud-starter-gateway 版本是 4.1.0 运行时 spring-cloud-starter-gateway 是 4.1.2 感觉是这个版本差异导致的

> spring-cloud-alibaba-sentinel-gateway 2023.0.0.0-RC1 依赖的 spring-cloud-starter-gateway 版本是 4.1.0 运行时 spring-cloud-starter-gateway 是 4.1.2 感觉是这个版本差异导致的 降到 spring-cloud 2023.0.0 spring-cloud-starter-gateway 4.1.0 也是报这个

I am the author of the IDEA plugin [Resilience4j Annotation Support](https://plugins.jetbrains.com/plugin/24265-resilience4j-annotation-support). I found that this bug also affects when using annotations in the feign client. After that I tested MyBatis...

@emilevdh97 Hi, I've found a new workaround: If you define a default method for `fallbackMethod` in the interface (it doesn't matter what is done in the `default` method), just override...

Hi, in recent update, my IDEA plugin has provided a scenario check for this issue. https://github.com/user-attachments/assets/7103283f-fe05-4a44-9e0b-842f7776da02 Here's [my plugin](https://plugins.jetbrains.com/plugin/24265-resilience4j-annotation-support), I hope it's useful to you guys.

But for bundled community plugin (i.e. java), the source codes are still not attached.

Idea 插件 [Alibaba Sentinel Annotation Support](https://plugins.jetbrains.com/plugin/24318-alibaba-sentinel-annotation-support) 对该 bug 的检查/Quickfix 已更新上线 https://github.com/alibaba/Sentinel/assets/7844338/cb373c0b-77bd-4547-89d2-54ab9d8df9a8

#3397 也要改这一处。我觉得改 #3397 还得把返回值类型信息也加到 key 里,复杂度会更高些 😂