Most likely this is because these classes were added after the refactoring, but yes they all should have @Deprecated tag.
On Sun, Sep 23, 2018 at 1:19 PM Kevin Risden <[email protected]> wrote: > 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 >
