This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.1.x-fixes by this push:
     new d232953  CXF-7501: Cannot inject field in ContainerRequestFilter (and 
generally, into any providers registered using FeatureContext). Adding a note 
about possible changes of the ServerConfigurableFactory
d232953 is described below

commit d232953a1a492d25e9f4c1e1a27457e56954265e
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]>'].

Reply via email to