As far as I understand, the gateway-adapter module was created to move from org.apache.hadoop.gateway.* to org.apache.knox.gateway.* class names.
While looking at some of the code, there are multiple classes in the gateway-adapter module that don't have @Deprecated annotations. I think that all the classes should have @Deprecated because they extend the new org.apache.knox.gateway.* classes. Any reason that @Deprecated is missing from some classes in the gateway-adapter module? Some examples: * DefaultDispatch * NiFiDispatch * NiFiHaDispatch * PassAllHeadersDispatch * PassAllHeadersNoEncodingDispatch ... Kevin Risden
