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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
