Description of problem:
The wizards to create CDI Interceptor and Interceptor Binding Annotation (and maybe others too, but I haven't checked) generate a source file that uses javax imports, even if beans.xml specifies a post Big Bang (i.e. jakarta) version. Therefore, the imports don't exist.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Have a Jakarta project with CDI enabled.
- Right click and choose New -> Other, CDI -> Interceptor.
- Complete the wizard.
Actual results:
Generated source file uses javax imports.
Expected results:
Generated source file uses jakarta imports.
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):