micronaut-core icon indicating copy to clipboard operation
micronaut-core copied to clipboard

BeanContext refactoring from v3.5.0 breaks Kubernetes test(s)

Open wetted opened this issue 2 years ago • 0 comments

Issue description

@dstepanov

I think the refactoring you did for DefaultBeanContext for 3.5.0 might still have some issues. Can you please look at the RateLimitingQueueFactorySpec in micronaut-kubernetes for example. Master uses an older version of Micronaut that does not expose the failure, but the branch used by this PR does. ConfigMapResourceReconcilerSpec and ConfigMapResourceReconcilerWithFiltersSpec also broke when I updated Micronaut (but I'm not certain yet why - could be a different problem of course).

https://github.com/micronaut-projects/micronaut-kubernetes/pull/510

wetted avatar Sep 13 '22 13:09 wetted