Is it at all possible to use older Jave EE libraries (with javax imports) in a new Jakarta EE system (with jakarta imports)?
All the APIs would be backwards compatible if it weren't for the trademark issue. Is there any runtime library or build tool available that can get them to work together? Is the only solution to fork old libraries and updated them manually?
I'm in particular looking at the servlet API, but validation, persistence, and mail may bite me too.