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

FindBugs is dead - removed from the project. #25116

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions appserver/admingui/dataprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@
<name>DataProvider</name>
<description>DataProvider Repackaged as OSGi bundle for GlassFish</description>

<properties>
<!--
Exclude this module because the source code isn't here;
it comes from an external project that we don't modify.
-->
<findbugs.skip>true</findbugs.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.sun.woodstock.dependlibs</groupId>
Expand Down
38 changes: 0 additions & 38 deletions appserver/appclient/client/acc-config/exclude.xml

This file was deleted.

1 change: 0 additions & 1 deletion appserver/appclient/client/acc-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<dtd-for-jaxb-compilation>glassfish-application-client-container_1_3.dtd</dtd-for-jaxb-compilation>
<config-dtd-file>*-application-client-container*.dtd</config-dtd-file>
<added-test-classpath>${project.basedir}/${extracted-dtd-root}</added-test-classpath>
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
<!-- We don't need it here and it would fail -->
<glassfish.generate-injectors.skip>true</glassfish.generate-injectors.skip>
</properties>
Expand Down
87 changes: 0 additions & 87 deletions appserver/appclient/client/acc/exclude.xml

This file was deleted.

1 change: 0 additions & 1 deletion appserver/appclient/client/acc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@

<standalone.classifier>lib</standalone.classifier>
<acc.osgi.module.classifier>module</acc.osgi.module.classifier>
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
</properties>

<dependencies>
Expand Down
33 changes: 0 additions & 33 deletions appserver/common/amx-jakartaee/exclude.xml

This file was deleted.

4 changes: 0 additions & 4 deletions appserver/common/amx-jakartaee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
</developer>
</developers>

<properties>
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
</properties>

<dependencies>
<dependency>
<groupId>org.glassfish.main.common</groupId>
Expand Down
29 changes: 0 additions & 29 deletions appserver/common/glassfish-ee-api/exclude.xml

This file was deleted.

4 changes: 0 additions & 4 deletions appserver/common/glassfish-ee-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
</developer>
</developers>

<properties>
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
</properties>

<dependencies>
<dependency>
<groupId>org.glassfish.hk2</groupId>
Expand Down
40 changes: 0 additions & 40 deletions appserver/common/glassfish-naming/exclude.xml

This file was deleted.

4 changes: 0 additions & 4 deletions appserver/common/glassfish-naming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
</developer>
</developers>

<properties>
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
</properties>

<dependencies>
<dependency>
<groupId>org.glassfish.hk2</groupId>
Expand Down
1 change: 0 additions & 1 deletion appserver/distributions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
</modules>

<properties>
<findbugs.skip>true</findbugs.skip>
<stage.dir.name>stage</stage.dir.name>
<stage.dir>${project.build.directory}/${stage.dir.name}</stage.dir>
<temp.dir>${project.build.directory}/dependency</temp.dir>
Expand Down
66 changes: 0 additions & 66 deletions appserver/ejb/ejb-client/exclude.xml

This file was deleted.

4 changes: 0 additions & 4 deletions appserver/ejb/ejb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
</developer>
</developers>

<properties>
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
</properties>

<dependencies>
<dependency>
<groupId>jakarta.ejb</groupId>
Expand Down
Loading