aries
aries copied to clipboard
ARIES-1993 support for spring/spring-security 5
It seems it doesn't compile:
BlueprintBeanFactory.java:[299,44] <anonymous org.apache.aries.blueprint.spring.BlueprintBeanFactory$WrapperBeanFactory$1> is not abstract and does not override abstract method iterator() in java.lang.Iterable
Strange, it compiles locally on my machine, and the maven build is giving me build success as well. More strange, the compilation error you have does not seem to make sense as ObjectProvider interface is providing default method implementation for iterator() method
Let me fix that. I will check.