I'm migrating CXF REST endpoints from blueprint to Declarative Services that runs on Apache Karaf. I use Aries RSA and DOSGI. In the old code ContainerRequestFilter is used (specified in blueprint), but I am not sure how it can be used with DS? From [0] I can see that javax.servlet.Filter can be registered and I wonder what is the right approach. Is it possible to register ContainerRequestFilter by using DS annotations?