rmannibucau commented on pull request #25: URL: https://github.com/apache/commons-fileupload/pull/25#issuecomment-620405418
Hi @jGauravGupta , Tihs looks like an invasive breaking change for end users so would require to upgrade the version to a new major + almost nobody migrated to jakarta namespace since it is not yet a thing. What about the compromise picked by some other project to deliver another artifact where javax is replaced by jakarta but keep the primary artifact as a javax one. You can do it just adding shade plugin, see this example for johnzon: https://github.com/apache/johnzon/blob/master/pom.xml#L99 Maybe a compromise to investigate which will enable jakarta usage without breaking all javax users. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
