Jetty 9.4.x - more dependency backlog catch-up (#6827)

* Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0

Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.0.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix some upperbound issues
* Bump maven-plugin-plugin to 3.6.1
* Bump asciidoctor-maven-plugin to 2.2.1
* Bump cbi-plugins.version to 1.3.2
* Bump maven.invoker.version to 1.3.2
* Bump tycho.version to 2.3.0
* Align google.errorprone.version to 2.9.0
* Bump checkstyle to 9.0
* Fix checkstyle violation

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
Joakim Erdfelt 2021-09-14 21:54:47 -05:00 committed by GitHub
parent d4f1ac8c7f
commit 6cfabec9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 78 additions and 18 deletions

View File

@ -70,12 +70,16 @@ public class TestSecurityAnnotationConversions
{ {
} }
@ServletSecurity(value = @HttpConstraint(value = EmptyRoleSemantic.PERMIT, transportGuarantee = TransportGuarantee.CONFIDENTIAL, rolesAllowed = @ServletSecurity(
{ value = @HttpConstraint(
"tom", "dick", "harry" value = EmptyRoleSemantic.PERMIT,
}), httpMethodConstraints = { transportGuarantee = TransportGuarantee.CONFIDENTIAL,
@HttpMethodConstraint(value = "GET", transportGuarantee = TransportGuarantee.CONFIDENTIAL) rolesAllowed = {
}) "tom", "dick", "harry"
}),
httpMethodConstraints = {
@HttpMethodConstraint(value = "GET", transportGuarantee = TransportGuarantee.CONFIDENTIAL)
})
public static class Method2Servlet extends HttpServlet public static class Method2Servlet extends HttpServlet
{ {
} }

View File

@ -13,6 +13,16 @@
<bundle-symbolic-name>${project.groupId}.cdi</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.cdi</bundle-symbolic-name>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId> <artifactId>jetty-util</artifactId>

View File

@ -13,7 +13,7 @@
<name>Jetty :: GCloud</name> <name>Jetty :: GCloud</name>
<properties> <properties>
<gcloud.version>1.105.0</gcloud.version> <gcloud.version>2.1.0</gcloud.version>
</properties> </properties>
<modules> <modules>

View File

@ -107,7 +107,6 @@
<dependency> <dependency>
<groupId>biz.aQute.bnd</groupId> <groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId> <artifactId>biz.aQute.bndlib</artifactId>
<version>${bnd.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.osgi</groupId> <groupId>org.osgi</groupId>

67
pom.xml
View File

@ -17,7 +17,7 @@
<jetty.url>https://eclipse.org/jetty</jetty.url> <jetty.url>https://eclipse.org/jetty</jetty.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<build-support.version>1.5</build-support.version> <build-support.version>1.5</build-support.version>
<checkstyle.version>8.37</checkstyle.version> <checkstyle.version>9.0</checkstyle.version>
<slf4j.version>1.7.32</slf4j.version> <slf4j.version>1.7.32</slf4j.version>
<log4j2.version>2.14.0</log4j2.version> <log4j2.version>2.14.0</log4j2.version>
<disruptor.version>3.4.2</disruptor.version> <disruptor.version>3.4.2</disruptor.version>
@ -29,12 +29,13 @@
<infinispan.protostream.version>4.3.4.Final</infinispan.protostream.version> <infinispan.protostream.version>4.3.4.Final</infinispan.protostream.version>
<gson.version>2.8.8</gson.version> <gson.version>2.8.8</gson.version>
<grpc.version>1.40.1</grpc.version> <grpc.version>1.40.1</grpc.version>
<google.errorprone.version>2.9.0</google.errorprone.version>
<alpn.agent.version>2.0.10</alpn.agent.version> <alpn.agent.version>2.0.10</alpn.agent.version>
<conscrypt.version>2.5.2</conscrypt.version> <conscrypt.version>2.5.2</conscrypt.version>
<asm.version>9.2</asm.version> <asm.version>9.2</asm.version>
<jmh.version>1.33</jmh.version> <jmh.version>1.33</jmh.version>
<jmhjar.name>benchmarks</jmhjar.name> <jmhjar.name>benchmarks</jmhjar.name>
<tycho-version>2.1.0</tycho-version> <tycho.version>2.3.0</tycho.version>
<junit.version>5.8.0</junit.version> <junit.version>5.8.0</junit.version>
<maven.version>3.8.2</maven.version> <maven.version>3.8.2</maven.version>
<maven.resolver.version>1.7.2</maven.resolver.version> <maven.resolver.version>1.7.2</maven.resolver.version>
@ -50,6 +51,7 @@
<jpms-module-name>${bundle-symbolic-name}</jpms-module-name> <jpms-module-name>${bundle-symbolic-name}</jpms-module-name>
<!-- some maven plugins versions --> <!-- some maven plugins versions -->
<maven.invoker.version>3.2.2</maven.invoker.version>
<maven.surefire.version>3.0.0-M5</maven.surefire.version> <maven.surefire.version>3.0.0-M5</maven.surefire.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version> <maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven.dependency.plugin.version>3.2.0</maven.dependency.plugin.version> <maven.dependency.plugin.version>3.2.0</maven.dependency.plugin.version>
@ -498,7 +500,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId> <artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version> <version>3.0.0</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -508,7 +510,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId> <artifactId>maven-invoker-plugin</artifactId>
<version>3.2.1</version> <version>${maven.invoker.version}</version>
<configuration> <configuration>
<mergeUserSettings>true</mergeUserSettings> <mergeUserSettings>true</mergeUserSettings>
<writeJunitReport>true</writeJunitReport> <writeJunitReport>true</writeJunitReport>
@ -585,7 +587,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId> <artifactId>maven-plugin-plugin</artifactId>
<version>3.6.0</version> <version>3.6.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -717,7 +719,7 @@
<plugin> <plugin>
<groupId>org.asciidoctor</groupId> <groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId> <artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.1.0</version> <version>2.2.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
@ -930,6 +932,11 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
@ -1057,6 +1064,11 @@
<version>${maven.plugin-tools.version}</version> <version>${maven.plugin-tools.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>2.1.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
@ -1132,6 +1144,41 @@
<artifactId>jnr-unixsocket</artifactId> <artifactId>jnr-unixsocket</artifactId>
<version>0.38.10</version> <version>0.38.10</version>
</dependency> </dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.annotation</artifactId>
<version>8.0.0</version>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.2.2</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>${google.errorprone.version}</version>
</dependency>
<!-- avoid depending on a range dependency from a transitive dependency --> <!-- avoid depending on a range dependency from a transitive dependency -->
<dependency> <dependency>
<groupId>io.grpc</groupId> <groupId>io.grpc</groupId>
@ -1170,7 +1217,7 @@
<path> <path>
<groupId>com.google.errorprone</groupId> <groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId> <artifactId>error_prone_core</artifactId>
<version>2.4.0</version> <version>${google.errorprone.version}</version>
</path> </path>
</annotationProcessorPaths> </annotationProcessorPaths>
</configuration> </configuration>
@ -1447,14 +1494,14 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<cbi-plugins.version>1.1.7</cbi-plugins.version> <cbi-plugins.version>1.3.2</cbi-plugins.version>
</properties> </properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId> <artifactId>tycho-pack200a-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho.version}</version>
<executions> <executions>
<execution> <execution>
<id>pack200-normalize</id> <id>pack200-normalize</id>
@ -1482,7 +1529,7 @@
<plugin> <plugin>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId> <artifactId>tycho-pack200b-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho.version}</version>
<executions> <executions>
<execution> <execution>
<id>pack200-pack</id> <id>pack200-pack</id>