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 692a84a  Update now Jakarta EE 9 has been released
692a84a is described below

commit 692a84a6bfa46412e854d2a405057bed56784bf8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Feb 5 16:57:04 2021 +0000

    Update now Jakarta EE 9 has been released
---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 1e10a47..4879888 100644
--- a/README.md
+++ b/README.md
@@ -53,12 +53,10 @@ The migration tool is available as an Ant task, here is an 
example:
 
 ## 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 between Java EE 8 and Jakarta EE 9 are limited to packages
+moving from the `javax.*` namespace to the `jakarta.*` namespace. Some packages
+have also been renamed. This migration tool performs all the package renaming
+necessary to migrate an application from Java EE 8 to Jakarta EE 9.
 
 Note: It will not be necessary to migrate any references to XML schemas. The
 schemas don't directly reference javax packages and Jakarta EE 9 will continue


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

Reply via email to