Skip to content

Commit

Permalink
Merge pull request #719 from rhusar/MODCLUSTER-796
Browse files Browse the repository at this point in the history
MODCLUSTER-796 Drop support for end-of-lifed Tomcat 10.0
  • Loading branch information
rhusar authored Aug 3, 2023
2 parents 44a3996 + 7a04699 commit 9364d90
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 4,300 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,6 @@ updates:
- dependency-name: org.apache.tomcat:tomcat-util
versions:
- ">= 10"
- package-ecosystem: maven
directory: "/container/tomcat-10.0"
# Workaround for MODCLUSTER-778 Dependabot stopped working for Tomcat updates due to bogus tomcat releases in repository.jboss.org
registries:
- maven-central
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: org.apache.tomcat:tomcat-catalina
versions:
- ">= 10.1"
- dependency-name: org.apache.tomcat:tomcat-coyote
versions:
- ">= 10.1"
- dependency-name: org.apache.tomcat:tomcat-util
versions:
- ">= 10.1"
- package-ecosystem: maven
directory: "/container/tomcat-10.1"
# Workaround for MODCLUSTER-778 Dependabot stopped working for Tomcat updates due to bogus tomcat releases in repository.jboss.org
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ container
spi (SPI classes for container integrations, has no dependencies on a specific web container)
tomcat-8.5 (Tomcat 8.5 container implementation)
tomcat-9.0 (Tomcat 9.0 container implementation)
tomcat-10.0 (Tomcat 10.0 container implementation)
tomcat-10.1 (Tomcat 10.1 container implementation)
load-spi (SPI classes for load metric computation)
demo
Expand Down
4 changes: 0 additions & 4 deletions code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container-tomcat-9.0</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container-tomcat-10.0</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-core</artifactId>
Expand Down
1 change: 0 additions & 1 deletion container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<module>spi</module>
<module>tomcat-8.5</module>
<module>tomcat-9.0</module>
<module>tomcat-10.0</module>
<module>tomcat-10.1</module>
</modules>
</project>
66 changes: 0 additions & 66 deletions container/tomcat-10.0/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9364d90

Please sign in to comment.