Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cicd] Remove unused java and library checkers #5642

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dizzzz
Copy link
Member

@dizzzz dizzzz commented Feb 24, 2025

Remove of

  • detection of buggy java15 versions (pre 17 & 21)
  • detection of XML libraries (needed for war file deployment only, in combination with the late 'endorsed' directory)

@dizzzz dizzzz requested review from reinhapa and duncdrum February 24, 2025 20:40
@dizzzz dizzzz requested a review from a team as a code owner February 24, 2025 20:40
@@ -118,6 +118,7 @@ The original license statement is also included below.]]></preamble>
<failOnWarning>true</failOnWarning>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>org.hamcrest:hamcrest:jar</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>junit:junit:jar</ignoredUnusedDeclaredDependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better remove dependency if not used....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants