This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a4a348  Create README.md
4a4a348 is described below

commit 4a4a348e43df4c07f4d1fc476bd3b514c45469a4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 13 12:56:23 2020 +0000

    Create README.md
---
 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1bf86b2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Apache Tomcat migration tool for Jakarta EE
+
+## Overview
+
+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 
Tomact 10 which implements Jakarta EE 9.
+
+## 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.
+
+The differences currently supported by this tool are:
+* Renaming packages for Jakarta EE 9 APIs from javax.* to jakarta.*
+
+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:
+* XML schemas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to