eclipse / microprofile-context-propagation

Apache License 2.0
33 stars 23 forks source link

Jakarta EE 9.1 Alignment #210

Closed Emily-Jiang closed 2 years ago

Emily-Jiang commented 3 years ago

For each spec, the following updates need to happen, refer this doc for instructions:

njr-11 commented 3 years ago

It needs to be considered that javax replacement with jakarta is not always correct. Doing a global replace is fine to start out with, but both the developer submitting the pull and the reviewer need to manually inspect every spot that is replaced to account for javax packages that should not be converted, such as javax.naming, javax.sql, and so forth. A compilation attempt cannot be counted upon to detect mistakes because many of the occurrences will be in documentation and code examples rather than compiled classes.