DaiChaoLi
DaiChaoLi
``` gooeyMenu = [[KYGooeyMenu alloc]initWithOrigin:CGPointMake(CGRectGetMidX(self.view.frame)-50, 500) andDiameter:100.0f andDelegate:self themeColor:[UIColor redColor]]; gooeyMenu.menuDelegate = self; gooeyMenu.radius = 100/4; //这里把小圆半径设为大圆的1/4 gooeyMenu.extraDistance = 20; //间距设为R+r+20。注:R+r是默认存在的。 gooeyMenu.MenuCount = 4; //4个子菜单 gooeyMenu.menuImagesArray = [NSMutableArray arrayWithObjects: [UIImage...
- [x] 我已经检查过[discussions](https://github.com/ctripcorp/apollo/discussions) - [x] 我已经搜索过[issues](https://github.com/ctripcorp/apollo/issues) - [x] 我已经仔细检查过[FAQ](https://www.apolloconfig.com/#/zh/faq/common-issues-in-deployment-and-development-phase) **描述bug** 这里已经有相关描述 https://github.com/apolloconfig/apollo/issues/4356 我这里一下细节,Apoll 1.9.2 Guava-31.1-jre,这个很重要,因为SpringValueRegistry在Apoll 2.1之后删了,Guava在比较低的版本没办法重现问题 **复现** 因为比较难复现,所以来求助社区看看有没有办法复现出来,如上描述的情形。 这里给一个触发场景大致是这样的,一般项目都会封装一个SpringBeanAwareUtil,然后getBean,多线程进行getBean中,会走这段逻辑 ` at com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor.processField(SpringValueProcessor.java:105) at com.ctrip.framework.apollo.spring.annotation.ApolloProcessor.postProcessBeforeInitialization(ApolloProcessor.java:39) at com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor.postProcessBeforeInitialization(SpringValueProcessor.java:83) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)...