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

Bump jenkins from 1.90 to 1.91 #600

Merged
merged 2 commits into from Nov 3, 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
6 changes: 2 additions & 4 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.90</version>
<version>1.91</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -63,7 +63,6 @@ THE SOFTWARE.
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<build.type>private</build.type>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.excludeFilterFile>${basedir}/src/spotbugs/excludeFilter.xml</spotbugs.excludeFilterFile>
<spotbugs.threshold>Low</spotbugs.threshold>
<bc-version>1.72</bc-version>
</properties>
Expand Down Expand Up @@ -156,8 +155,7 @@ THE SOFTWARE.
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
60 changes: 0 additions & 60 deletions src/spotbugs/excludeFilter.xml → src/spotbugs/excludesFilter.xml
Expand Up @@ -36,66 +36,6 @@
<Match>
<Confidence value="2"/>
<Or>
<And>
<Bug pattern="EI_EXPOSE_REP"/>
<Or>
<Class name="hudson.remoting.Channel"/>
<Class name="hudson.remoting.ChannelBuilder"/>
<Class name="hudson.remoting.ClassLoaderHolder"/>
<Class name="hudson.remoting.Command"/>
<Class name="hudson.remoting.DiagnosedStreamCorruptionException"/>
<Class name="hudson.remoting.Pipe"/>
<Class name="hudson.remoting.Response"/>
<Class name="org.jenkinsci.remoting.ChannelStateException"/>
<Class name="org.jenkinsci.remoting.engine.Jnlp4ConnectionState"/>
<Class name="org.jenkinsci.remoting.engine.JnlpAgentEndpoint"/>
<Class name="org.jenkinsci.remoting.engine.JnlpConnectionState"/>
<Class name="org.jenkinsci.remoting.nio.FifoBuffer"/>
<Class name="org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer"/>
<Class name="org.jenkinsci.remoting.protocol.NetworkLayer"/>
<Class name="org.jenkinsci.remoting.protocol.ProtocolStack$Ptr"/>
</Or>
</And>
<And>
<Bug pattern="EI_EXPOSE_REP2"/>
<Or>
<Class name="hudson.remoting.AbstractByteArrayCommandTransport"/>
<Class name="hudson.remoting.AbstractByteBufferCommandTransport"/>
<Class name="hudson.remoting.AsyncFutureImpl"/>
<Class name="hudson.remoting.Channel"/>
<Class name="hudson.remoting.ChannelBuilder"/>
<Class name="hudson.remoting.ClassLoaderHolder"/>
<Class name="hudson.remoting.Engine"/>
<Class name="hudson.remoting.ObjectInputStreamEx"/>
<Class name="hudson.remoting.PingThread"/>
<Class name="hudson.remoting.RemoteOutputStream"/>
<Class name="hudson.remoting.RemoteWriter"/>
<Class name="hudson.remoting.SocketInputStream"/>
<Class name="hudson.remoting.SocketOutputStream"/>
<Class name="hudson.remoting.StandardOutputStream"/>
<Class name="hudson.remoting.SynchronousCommandTransport"/>
<Class name="hudson.remoting.TeeOutputStream"/>
<Class name="org.jenkinsci.remoting.engine.JnlpAgentEndpointConfigurator"/>
<Class name="org.jenkinsci.remoting.engine.JnlpConnectionState"/>
<Class name="org.jenkinsci.remoting.engine.JnlpProtocol4Handler"/>
<Class name="org.jenkinsci.remoting.engine.JnlpProtocolHandlerFactory"/>
<Class name="org.jenkinsci.remoting.protocol.ApplicationLayer"/>
<Class name="org.jenkinsci.remoting.protocol.FilterLayer"/>
<Class name="org.jenkinsci.remoting.protocol.impl.BIONetworkLayer"/>
<Class name="org.jenkinsci.remoting.protocol.impl.NIONetworkLayer"/>
<Class name="org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer"/>
<Class name="org.jenkinsci.remoting.protocol.NetworkLayer"/>
<Class name="org.jenkinsci.remoting.util.ByteBufferQueueInputStream"/>
<Class name="org.jenkinsci.remoting.util.ByteBufferQueueOutputStream"/>
<Class name="org.jenkinsci.remoting.util.FastByteBufferQueueInputStream"/>
<Class name="org.jenkinsci.remoting.util.LoggingChannelListener"/>
<Class name="org.jenkinsci.remoting.util.SettableFuture"/>
</Or>
</And>
<And>
<Bug pattern="MS_EXPOSE_REP"/>
<Class name="org.jenkinsci.remoting.engine.WorkDirManager"/>
</And>
<And>
<Bug pattern="NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
<Class name="hudson.remoting.ClassFilter"/>
Expand Down