Update `TestcontainersLifecycleBeanPostProcessor` to that initialization doesn't fail if a `BeanCurrentlyInCreationException` is thrown. Prior to this commit, if the first bean being post-processed was a configuration class declaring a bean that the `Container` depended on all initialization would fail. See gh-35223