Jakarta EE Project decided all of the packages javax.* should be renamed to jakarta.*.
Justify uses the Jakarta JSON Processing API (JSON-P), which was defined in the package javax.json and is now renamed to jakarta.json.
Therefore we need the migration to the new package. For example, a type javax.json.JsonValue will be renamed to jakarta.json.JsonValue. This modification is done by the pre-release 3.0.0-RC1 and will be finalized by the release 3.0.0.
Jakarta EE Project decided all of the packages
javax.*
should be renamed tojakarta.*
. Justify uses the Jakarta JSON Processing API (JSON-P), which was defined in the packagejavax.json
and is now renamed tojakarta.json
.Therefore we need the migration to the new package. For example, a type
javax.json.JsonValue
will be renamed tojakarta.json.JsonValue
. This modification is done by the pre-release 3.0.0-RC1 and will be finalized by the release 3.0.0.