Skip to content

Commit

Permalink
[GHA] Drop liberty ee7 as very old even though still patched
Browse files Browse the repository at this point in the history
will be moving to jakarta so getting rid of legacy support.  don't really need to handle both ee7 and ee8.
  • Loading branch information
hazendaz committed Dec 6, 2024
1 parent f977b30 commit 6f3acfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [17]
distribution: ['zulu']
token: ["tomcat9", "tomee80", "wildfly26", "liberty-ee7", "liberty-ee8", "jetty", "glassfish5", "resin"]
token: ["tomcat9", "tomee80", "wildfly26", "liberty-ee8", "jetty", "glassfish5", "resin"]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}, ${{ matrix.token }}
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,14 +361,6 @@
<cargo.maven.containerUrl>https://repo1.maven.org/maven2/com/ibm/websphere/appserver/runtime/wlp-javaee8/${liberty.version}/wlp-javaee8-${liberty.version}.zip</cargo.maven.containerUrl>
</properties>
</profile>
<profile>
<id>liberty-ee7</id>
<properties>
<liberty.version>24.0.0.9</liberty.version>
<cargo.maven.containerId>liberty</cargo.maven.containerId>
<cargo.maven.containerUrl>https://repo1.maven.org/maven2/com/ibm/websphere/appserver/runtime/wlp-javaee7/${liberty.version}/wlp-javaee7-${liberty.version}.zip</cargo.maven.containerUrl>
</properties>
</profile>
<profile> <!-- TODO: Replace with jetty 12 -->
<id>jetty</id>
<properties>
Expand Down

0 comments on commit 6f3acfa

Please sign in to comment.