jakartaee/jaf-api

rename javax.activation properties to jakarta.activation

scottmarlow opened this issue · 3 comments

As per JakartaEE9ReleasePlanFAQ properties javax.activation.addreverse should be changed to jakarta.activation.addreverse + javax.activation.debug to jakarta.activation.debug.

I believe this has been done already. New properties are handled here and here. Or do you insist on completely removing handling of old 'javax' props? I don't believe handling old props for some time is going to hurt anyone...

Just noticed this Issue... There is no requirement to stop recognizing and processing the old javax properties. I know of other impls that plan to support both javax and jakarta properties (as an aid with migrating).

@lukasj @kwsutter I agree (supporting both javax.* + jakarta.* properties is more compatible) and will close this issue.

Should we update other SPEC API projects that only check for jakarta.* properties?