aries icon indicating copy to clipboard operation
aries copied to clipboard

ARIES-1993 support for spring/spring-security 5

Open amergey opened this issue 5 years ago • 3 comments

amergey avatar Jul 29 '20 16:07 amergey

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

jbonofre avatar Feb 13 '21 06:02 jbonofre

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

amergey avatar Feb 13 '21 16:02 amergey

Let me fix that. I will check.

jbonofre avatar Feb 13 '21 16:02 jbonofre