Skip to content

Commit 9364d90

Browse files
authored
Merge pull request #719 from rhusar/MODCLUSTER-796
MODCLUSTER-796 Drop support for end-of-lifed Tomcat 10.0
2 parents 44a3996 + 7a04699 commit 9364d90

35 files changed

+0
-4300
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,6 @@ updates:
5252
- dependency-name: org.apache.tomcat:tomcat-util
5353
versions:
5454
- ">= 10"
55-
- package-ecosystem: maven
56-
directory: "/container/tomcat-10.0"
57-
# Workaround for MODCLUSTER-778 Dependabot stopped working for Tomcat updates due to bogus tomcat releases in repository.jboss.org
58-
registries:
59-
- maven-central
60-
schedule:
61-
interval: daily
62-
open-pull-requests-limit: 10
63-
ignore:
64-
- dependency-name: org.apache.tomcat:tomcat-catalina
65-
versions:
66-
- ">= 10.1"
67-
- dependency-name: org.apache.tomcat:tomcat-coyote
68-
versions:
69-
- ">= 10.1"
70-
- dependency-name: org.apache.tomcat:tomcat-util
71-
versions:
72-
- ">= 10.1"
7355
- package-ecosystem: maven
7456
directory: "/container/tomcat-10.1"
7557
# Workaround for MODCLUSTER-778 Dependabot stopped working for Tomcat updates due to bogus tomcat releases in repository.jboss.org

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ container
6262
spi (SPI classes for container integrations, has no dependencies on a specific web container)
6363
tomcat-8.5 (Tomcat 8.5 container implementation)
6464
tomcat-9.0 (Tomcat 9.0 container implementation)
65-
tomcat-10.0 (Tomcat 10.0 container implementation)
6665
tomcat-10.1 (Tomcat 10.1 container implementation)
6766
load-spi (SPI classes for load metric computation)
6867
demo

code-coverage/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
<groupId>org.jboss.mod_cluster</groupId>
4646
<artifactId>mod_cluster-container-tomcat-9.0</artifactId>
4747
</dependency>
48-
<dependency>
49-
<groupId>org.jboss.mod_cluster</groupId>
50-
<artifactId>mod_cluster-container-tomcat-10.0</artifactId>
51-
</dependency>
5248
<dependency>
5349
<groupId>org.jboss.mod_cluster</groupId>
5450
<artifactId>mod_cluster-core</artifactId>

container/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<module>spi</module>
3535
<module>tomcat-8.5</module>
3636
<module>tomcat-9.0</module>
37-
<module>tomcat-10.0</module>
3837
<module>tomcat-10.1</module>
3938
</modules>
4039
</project>

container/tomcat-10.0/pom.xml

Lines changed: 0 additions & 66 deletions
This file was deleted.

container/tomcat-10.0/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

container/tomcat-10.0/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java

Lines changed: 0 additions & 106 deletions
This file was deleted.

container/tomcat-10.0/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

container/tomcat-10.0/src/main/java/org/jboss/modcluster/container/tomcat/JakartaHttpSessionListener.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)