AEM 6.3 OSGI Filter Component with satisfied status
Hi everyone,
I'm trying to implement OSGI Filter Components, I deployed this bundle on my local: GitHub - Adobe-Consulting-Services/acs-aem-samples: AEM Code Samples repository and I'm testing this example: acs-aem-samples/SampleServletFilter.java at master · Adobe-Consulting-Services/acs-aem-samples · GitHub
But when I look for the component in the osgi console I figured out that it has satisfied status.

I also tried to debug, I put a breakpoint inside doFilter method but nothing happens.
I'm testing the bundle on AEM 6.3 clean instance, I not deployed anything else.
Does anyone know what is happening?
Why doesn't the component have active status?