[
https://issues.apache.org/jira/browse/KNOX-1608?focusedWorklogId=1025163&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1025163
]
ASF GitHub Bot logged work on KNOX-1608:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/26 10:03
Start Date: 15/Jun/26 10:03
Worklog Time Spent: 10m
Work Description: arunk-kumar opened a new pull request, #1263:
URL: https://github.com/apache/knox/pull/1263
### Jira Link
[KNOX-1608](https://issues.apache.org/jira/browse/KNOX-1608) - Remove
gateway-adapter module
## What changes were proposed in this pull request?
As outlined in KNOX-1608, the deprecated `gateway-adapter` module has been
completely unhooked from the parent and release build lifecycles, and its
directory structure has been completely purged from the codebase.
This module was originally retained as a compatibility bridge for old
classpaths (`org.apache.hadoop.gateway`) during historical package migrations
and is no longer required for modern deployment targets.
(Please fill in changes proposed in this fix)
## How was this patch tested?
The patch was validated via full workspace compilation from the root
directory to confirm that downstream packaging profiles (`gateway-release`,
`gateway-docker`) compile cleanly without the module:
`mvn clean install -DskipTests -Dspotbugs.skip=true`
The local build completes successfully with a green `BUILD SUCCESS` flag.
Additionally, a local unit test suite was executed. Flaky tests and
environment-specific constraints were observed (notably JaCoCo bytecode
mismatches with local JDK 24 and race conditions on high-speed Apple Silicon
CPUs), but all core modules and non-environmental test trees compile and
validate cleanly.
## Integration Tests
N/A (Codebase technical debt cleanup; no new business logic or operational
endpoints introduced).
## UI changes
N/A
Please review [Knox Contributing
Process](https://cwiki.apache.org/confluence/display/KNOX/Contribution+Process#ContributionProcess-GithubWorkflow)
before opening a pull request.
Issue Time Tracking
-------------------
Worklog Id: (was: 1025163)
Remaining Estimate: 0h
Time Spent: 10m
> Remove gateway-adapter module
> -----------------------------
>
> Key: KNOX-1608
> URL: https://issues.apache.org/jira/browse/KNOX-1608
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: Kevin Risden
> Assignee: Sandor Molnar
> Priority: Blocker
> Fix For: 3.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The gateway-adapter module was added in 1.0.0 for the rename from
> org.apache.hadoop.gateway to org.apache.knox.gateway. We should remove this
> in 2.0.0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)