Remove orphaned method, debug main()s, and stale plugin pins#680
Merged
Conversation
- AgentExperimentService.getUserExperimentIDs(): zero callers — orphaned when the FuseService removal deleted its only consumer. - Four debug/demo public static void main() methods embedded in live production classes (DefaultComputeResourceSelectionPolicy, LSFOutputParser, TenantManagementKeycloakImpl, NameValidator) — the host classes stay. - Two stale pluginManagement pins for abandoned tooling (com.dkanejs docker-compose-maven-plugin, io.fabric8 docker-maven-plugin) that no module activates.
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.
AgentExperimentService.getUserExperimentIDs(): zero callers — orphaned when the FuseService removal deleted its only consumer.public static void main()methods embedded in live production classes (DefaultComputeResourceSelectionPolicy,LSFOutputParser,TenantManagementKeycloakImpl,NameValidator) — host classes stay.pluginManagementpins for abandoned tooling (docker-compose-maven-plugin, fabric8docker-maven-plugin) that no module activates.Test plan
<build><plugins>activation).mvn install -DskipTests(full reactor) green.