Skip to content

Commit

Permalink
Update README: only SOME packages have been moved to jakarta.
Browse files Browse the repository at this point in the history
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 09ee7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ 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.
Expand Down

0 comments on commit 09ee7dc

Please sign in to comment.