Skip to content

Commit

Permalink
Adding details about the fact that only SOME packages have been moved…
Browse files Browse the repository at this point in the history
… to jakarta.

Adding details about the fact that only SOME packages have been moved to jakarta., and a link to the quite useful EESpecProfile class.
  • Loading branch information
alitokmen committed Feb 6, 2021
1 parent 692a84a commit c989bd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ The migration tool is available as an Ant task, here is an example:

## Differences between Java EE 8 and Jakarta EE 9

The differences between Java EE 8 and Jakarta EE 9 are limited to packages
The differences between Java EE 8 and Jakarta EE 9 are limited to
(some packages)[https://github.com/apache/tomcat-jakartaee-migration/blob/master/src/main/java/org/apache/tomcat/jakartaee/EESpecProfile.java]
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
schemas don't directly reference `javax` packages and Jakarta EE 9 will continue
to support the use of schemas from Java EE 8 and earlier.

0 comments on commit c989bd6

Please sign in to comment.