Skip to content

fix(#944): remove obsolete SpotBugs exclusion#1028

Open
Mahan1341 wants to merge 1 commit into
objectionary:masterfrom
Mahan1341:944-remove-spotbugs-exclude
Open

fix(#944): remove obsolete SpotBugs exclusion#1028
Mahan1341 wants to merge 1 commit into
objectionary:masterfrom
Mahan1341:944-remove-spotbugs-exclude

Conversation

@Mahan1341

Copy link
Copy Markdown

Closes #944.

The SpotBugs exclusion filter references a Hadoop class that is not present in this project.

This change:

  • removes spotbugs-exclude.xml;
  • removes the corresponding excludeFilterFile configuration from pom.xml.

The project successfully builds after the change:

  • mvn clean install -Pqulice

@github-actions github-actions Bot added the core Changes are made to core parts of the code base label Jul 11, 2026
@Mahan1341 Mahan1341 force-pushed the 944-remove-spotbugs-exclude branch from b8e21f6 to ffe525b Compare July 11, 2026 12:05
@Mahan1341 Mahan1341 force-pushed the 944-remove-spotbugs-exclude branch from ffe525b to 2fa51e7 Compare July 11, 2026 12:10
@Mahan1341

Copy link
Copy Markdown
Author

@yegor256 Could you please confirm that removing this obsolete SpotBugs exclusion is appropriate and review the pull request?

@volodya-lombrozo

Copy link
Copy Markdown
Member

@Mahan1341 Please, fix merge conflicts first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Changes are made to core parts of the code base

Projects

None yet

Development

Successfully merging this pull request may close these issues.

spotbugs-exclude.xml suppresses a Hadoop class that is not on this project's classpath

2 participants