Tamás Marcinkovics created KNOX-3309:
----------------------------------------
Summary: Fix Knox HadoopAuthFilter dependency on hadoop
AuthenticationFilter
Key: KNOX-3309
URL: https://issues.apache.org/jira/browse/KNOX-3309
Project: Apache Knox
Issue Type: Task
Affects Versions: 3.0.0
Reporter: Tamás Marcinkovics
As part of the jakarta upgrade, KNOX-3238: Migrate from javax.servlet to
jakarta.servlet servlet-api,
org.apache.knox.gateway.hadoopauth.filter.HadoopAuthFilter extends
org.apache.hadoop.security.authentication.server.AuthenticationFilter, which is
still using javax.servlet dependencies.
To make this compile, we should create a shaded JAR that contains the
transformed hadoop AuthenticationFilter, like the HBase team.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)