rmannibucau commented on pull request #26: URL: https://github.com/apache/commons-fileupload/pull/26#issuecomment-623367173
@GedMarc instead of completely forking, reshading is a smoother solution since it does not require to maintain the fork. That said, you can note that servlet 3 included file upload in servlet API so you don't need commons-fileupload anymore (at least in the app) so I suspect the abstraction can make more and more sense for fileupload2 (thinking to netty and xnio). @jochenw even if commons does not use atinject or other spec it must take it into consideration and provide a jakarta war since it is a all jakarta or all javax world once you start using one of these namespace. Hybrid apps don't work very long since the compatibility matrix is pretty overlapping quickly. ---------------------------------------------------------------- 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]
