apache / tomcat-jakartaee-migration

Apache Tomcat migration tool for Jakarta EE
https://tomcat.apache.org/
Apache License 2.0
145 stars 56 forks source link

Request to support ear file type as archive file #49

Closed sammyhk closed 9 months ago

sammyhk commented 11 months ago

Now the migration tools only recognize jar, war, zip as archive file (https://github.com/apache/tomcat-jakartaee-migration/blob/4b767e426dfa1cf4b565eb328d51fe1ddb043825/src/main/java/org/apache/tomcat/jakartaee/Migration.java#L416), request to add ear as archive file.

markt-asf commented 9 months ago

Fixed via #50