Skip to content

Commit

Permalink
WHACK-22: Remove Jetty
Browse files Browse the repository at this point in the history
The embedded webserver (Jetty) was used for functionality that was deemed 'unused' as early as back in 2008.

Instead of carrying over maintenance debt, let's just remove it. The previous commit has an untested upgrade, that can be used for anyone that's interested in retaining this functionality, but I don't expect that someone is (if you are interested in retaining Jetty, please raise your voice!)
  • Loading branch information
guusdk committed Nov 20, 2024
1 parent ddd356f commit 5474a96
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1,350 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>17</source>
<target>17</target>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
Expand Down
33 changes: 0 additions & 33 deletions source/conf/jive-whack.xml

This file was deleted.

122 changes: 0 additions & 122 deletions source/java/org/jivesoftware/whack/container/ComponentClassLoader.java

This file was deleted.

Loading

0 comments on commit 5474a96

Please sign in to comment.