This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
commit 70a94559e5a288d30f0794210c100e21d950d40b Author: Emmanuel Bourg <ebo...@apache.org> AuthorDate: Wed Apr 8 23:22:45 2020 +0200 Wrap the lines in the README file --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ae92c4..2890a27 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This tool is a work in progress. -The aim of the tool is to take a web application written for Java EE 8 that runs on Apache Tomcat 9 and convert it automatically so it runs on Apache Tomcat 10 which implements Jakarta EE 9. +The aim of the tool is to take a web application written for Java EE 8 that +runs on Apache Tomcat 9 and convert it automatically so it runs on Apache +Tomcat 10 which implements Jakarta EE 9. ## Usage @@ -20,16 +22,20 @@ Migrate your Servlet application with: java -jar target/jakartaee-migration-*-shaded.jar <source> <destination> -The source should be a path to a compressed archive, a folder or an individual file. The destination will be created at the specified path as a resource of the same type as the source. +The source should be a path to a compressed archive, a folder or an individual +file. The destination will be created at the specified path as a resource of +the same type as the source. > **INFO** -> This tool will remove cryptographic signatures from JAR files contained in the *source*, as the changed resources would not match them anymore. +> This tool will remove cryptographic signatures from JAR files contained +> in the *source*, as the changed resources would not match them anymore. > > A warning will be logged for each JAR file where the signature has been > removed. ## Differences between Java EE 8 and Jakarta EE 9 -Jakarta EE 9 is still under development and there are some details that remain to be worked out. +Jakarta EE 9 is still under development and there are some details that remain +to be worked out. The differences currently supported by this tool are: @@ -39,6 +45,7 @@ The differences yet to be implemented by this tool are: * Remaining issues once resolved -The issues still to be resolved by the Jakarta EE projects that will impact this tool are: +The issues still to be resolved by the Jakarta EE projects that will impact +this tool are: * XML schemas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org