KNOX-1608: Remove gateway-adapter module#1263
Open
arunk-kumar wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira Link
KNOX-1608 - Remove gateway-adapter module
What changes were proposed in this pull request?
As outlined in KNOX-1608, the deprecated
gateway-adaptermodule 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=trueThe local build completes successfully with a green
BUILD SUCCESSflag.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 before opening a pull request.