[Git][java-team/access-modifier-checker][upstream] New upstream version 1.35
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Feb 9 14:47:41 GMT 2026
Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / access-modifier-checker
Commits:
7eca8a48 by Emmanuel Bourg at 2026-02-09T15:45:05+01:00
New upstream version 1.35
- - - - -
6 changed files:
- access-modifier-annotation/pom.xml
- access-modifier-annotation/src/main/java/org/kohsuke/accmod/restrictions/ProtectedExternally.java
- access-modifier-checker/pom.xml
- access-modifier-checker/src/main/java/org/kohsuke/accmod/impl/EnforcerMojo.java
- access-modifier-suppressions/pom.xml
- pom.xml
Changes:
=====================================
access-modifier-annotation/pom.xml
=====================================
@@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
- <version>1.34</version>
+ <version>1.35</version>
</parent>
<artifactId>access-modifier-annotation</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
- <version>1.17</version>
+ <version>1.18</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
=====================================
access-modifier-annotation/src/main/java/org/kohsuke/accmod/restrictions/ProtectedExternally.java
=====================================
@@ -30,7 +30,6 @@ import java.lang.annotation.Inherited;
import java.util.Arrays;
import java.util.concurrent.atomic.AtomicBoolean;
-import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.impl.ErrorListener;
import org.kohsuke.accmod.impl.Location;
@@ -49,9 +48,6 @@ import org.objectweb.asm.Opcodes;
public class ProtectedExternally extends None {
@Override
- @SuppressFBWarnings(
- value={"RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE", "NP_LOAD_OF_KNOWN_NULL_VALUE"},
- justification="something in this class confuses spotbugs, I can't see anything redundant and the error line is the catch block")
public void invoked(Location loc, RestrictedElement target, ErrorListener errorListener) {
if (target.isInTheInspectedModule()) {
return;
=====================================
access-modifier-checker/pom.xml
=====================================
@@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
- <version>1.34</version>
+ <version>1.35</version>
</parent>
<artifactId>access-modifier-checker</artifactId>
<packaging>maven-plugin</packaging>
@@ -12,7 +12,7 @@
<properties>
<maven.version>3.9.6</maven.version>
- <maven-plugin-tools.version>3.15.0</maven-plugin-tools.version>
+ <maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
</properties>
<prerequisites>
@@ -125,7 +125,7 @@
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.8.0</version>
+ <version>3.9.0</version>
<executions>
<execution>
<id>integration-test</id>
=====================================
access-modifier-checker/src/main/java/org/kohsuke/accmod/impl/EnforcerMojo.java
=====================================
@@ -53,11 +53,7 @@ public class EnforcerMojo extends AbstractMojo {
private Properties properties;
@Override
- @SuppressFBWarnings(value = {
- "URLCONNECTION_SSRF_FD",
- "PATH_TRAVERSAL_IN",
- "DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"
- })
+ @SuppressFBWarnings(value = "PATH_TRAVERSAL_IN", justification = "User-provided value for running the program")
public void execute() throws MojoExecutionException, MojoFailureException {
if (skip) {
getLog().info("Skipping access modifier checks");
=====================================
access-modifier-suppressions/pom.xml
=====================================
@@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
- <version>1.34</version>
+ <version>1.35</version>
</parent>
<artifactId>access-modifier-suppressions</artifactId>
=====================================
pom.xml
=====================================
@@ -4,13 +4,13 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
- <version>1.123</version>
+ <version>1.131</version>
<relativePath />
</parent>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
- <version>1.34</version>
+ <version>1.35</version>
<packaging>pom</packaging>
<name>Custom access modifier for Java</name>
@@ -41,12 +41,12 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git at github.com:${gitHubRepo}.git</developerConnection>
- <tag>access-modifier-1.34</tag>
+ <tag>access-modifier-1.35</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>
<properties>
- <revision>1.34</revision>
+ <revision>1.35</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/lib-access-modifier</gitHubRepo>
</properties>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.7</version>
+ <version>9.8</version>
</dependency>
</dependencies>
</dependencyManagement>
View it on GitLab: https://salsa.debian.org/java-team/access-modifier-checker/-/commit/7eca8a486b333ea7ea1f7863c700cad8c8f8a0cf
--
View it on GitLab: https://salsa.debian.org/java-team/access-modifier-checker/-/commit/7eca8a486b333ea7ea1f7863c700cad8c8f8a0cf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260209/31a32489/attachment.htm>
More information about the pkg-java-commits
mailing list