chrispwright
Results
2
comments of
chrispwright
Any updates on this? Having a similar issue on this line: ``` at org.flips.store.FlipAnnotationsStore.buildFlipAnnotationsStore(FlipAnnotationsStore.java:54) .collect(toMap(MethodConditionEvaluator::getMethod, MethodConditionEvaluator::getFlipConditionEvaluator)); ``` Seems to not like Request Scoped Beans ``` @Scope(value = "request", proxyMode =...