This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new c5816d4 CXF-7501: Cannot inject field in ContainerRequestFilter (and
generally, into any providers registered using FeatureContext). Adding a note
about possible changes of the ServerConfigurableFactory
c5816d4 is described below
commit c5816d4622220c30d556449434327e7d194672ff
Author: reta <[email protected]>
AuthorDate: Mon Oct 30 16:22:23 2017 -0400
CXF-7501: Cannot inject field in ContainerRequestFilter (and generally,
into any providers registered using FeatureContext). Adding a note about
possible changes of the ServerConfigurableFactory
---
.../org/apache/cxf/jaxrs/provider/ServerConfigurableFactory.java | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ServerConfigurableFactory.java
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ServerConfigurableFactory.java
index f4e9ef8..0e9473f 100644
---
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ServerConfigurableFactory.java
+++
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ServerConfigurableFactory.java
@@ -27,8 +27,11 @@ import javax.ws.rs.ext.ReaderInterceptor;
import javax.ws.rs.ext.WriterInterceptor;
/**
- * Manages the creation of server-side Configurable<FeatureContext> depending
on
+ * Manages the creation of server-side {@code Configurable<FeatureContext>}
depending on
* the presence of managed runtime (like CDI f.e.).
+ *
+ * <b>Note:</b> this interface may change in the future without a prior
+ * notice, please be aware of that.
*/
public interface ServerConfigurableFactory {
Class<?>[] SERVER_FILTER_INTERCEPTOR_CLASSES = new Class<?>[] {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].