This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push: new 4cf7c61 Consistent formatting 4cf7c61 is described below commit 4cf7c61796c07c58887f006ab468f96287f475e2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Sep 6 11:30:17 2022 +0100 Consistent formatting --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 10e7ad7..9195b3d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,18 @@ # Tomcat Migration Tool for Jakarta EE - Changelog ## 1.0.3 (in progress) + - Fix [#32](https://github.com/apache/tomcat-jakartaee-migration/issues/32) handle conversion of manifests in exploded JARs. PR by wmccusker/ (markt ## 1.0.2 (not released) + - Fix [#29](https://github.com/apache/tomcat-jakartaee-migration/issues/29) by recalculating the CRC value of the entry type is SORTED after converting (lihan) - Update Apache Parent to 27. (markt) - Update Maven Assembly plugin to 3.4.2. (markt) - Update Maven Source plugin to 3.2.1. (markt) ## 1.0.1 + - Fix [#19](https://github.com/apache/tomcat-jakartaee-migration/issues/19). Add support for converting `.groovy` files. - Fix [#20](https://github.com/apache/tomcat-jakartaee-migration/issues/20) by using commons-compression instead of the Java zip code (remm) - Remove deprecated `-verbose` command line option (remm) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org