Skip to content

Commit

Permalink
Update now Jakarta EE 9 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 5, 2021
1 parent 869ee62 commit 692a84a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 692a84a

Please sign in to comment.