Hi, I need to inject a contextual property to the internal used CXF message. The properties are build that way: https://github.com/apache/cxf/blob/cxf-3.2.5/core/src/main/java/org/apache/cxf/message/MessageImpl.java#L182-L215
How can I configure the JAX-RS Whiteboard service / OSGi environment so the bus or the service or ... contains a specific property? Best regards, Markus
