Hi Felix!
> Sorry, for still some nitpicking: the .util.mime package is now exported and
> thus (in OSGi view) part of the FileUpload API. Considering that the regulary
> library has no way of declaring some packages to *not* be API, that is
> acceptable. Correct ?
thanks for pointing! I just overridden the commons.osgi.export
property in the pom to exclude the .mime package, see r1456862:
<commons.osgi.export>!org.apache.commons.fileupload.util.mime,org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export>
IMHO the whole .util package should be excluded, but previous releases
of commons-fileupload already export it, so I'm for keeping it in the
export... WDYT?
Thanks a lot for the feedbacks!
-Simo
http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]