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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jenkins from 1.74 to 1.76 #364

Merged
merged 2 commits into from Jun 9, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.74</version>
<version>1.76</version>
<relativePath />
</parent>
<groupId>org.kohsuke.stapler</groupId>
Expand Down
32 changes: 32 additions & 0 deletions src/spotbugs/spotbugs-excludes.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!--
Exclusions in this section have been triaged and determined to be false positives.
Expand Down Expand Up @@ -63,6 +64,37 @@
<Bug pattern="SSD_DO_NOT_USE_INSTANCE_LOCK_ON_SHARED_STATIC_DATA"/>
<Class name="org.kohsuke.stapler.EvaluationTrace$ApplicationTracer"/>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
<Or>
<Class name="org.kohsuke.stapler.AbstractTearOff"/>
<Class name="org.kohsuke.stapler.CachingScriptLoader"/>
<Class name="org.kohsuke.stapler.framework.AbstractWebAppMain"/>
<Class name="org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff"/>
<Class name="org.kohsuke.stapler.jelly.groovy.GroovyServerPageTearOff"/>
<Class name="org.kohsuke.stapler.jelly.JellyClassTearOff"/>
<Class name="org.kohsuke.stapler.jelly.ScriptInvoker"/>
<Class name="org.kohsuke.stapler.ScriptExecutor"/>
</Or>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
<Or>
<Class name="org.kohsuke.stapler.config.ConfigurationLoader$1"/>
<Class name="org.kohsuke.stapler.jelly.groovy.Namespace$ProxyImpl"/>
</Or>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
<Or>
<Class name="org.kohsuke.stapler.export.Model"/>
<Class name="org.kohsuke.stapler.jelly.groovy.JellyBuilder"/>
<Class name="org.kohsuke.stapler.jelly.IncludeTag"/>
<Class name="org.kohsuke.stapler.RequestImpl"/>
<Class name="org.kohsuke.stapler.Stapler"/>
<Class name="org.kohsuke.stapler.TearOffSupport"/>
</Or>
</And>
</Or>
</Match>
</FindBugsFilter>