Pergunta

In Apache POI 3.9 version release they are telling the memory leak and creating temp file is fixed (bug : 53493). But how to use that? Is there any changes for the importing packages in 3.9 version compared to 3.8? If the changes occur, then what are they?

Foi útil?

Solução

The change log for Apache POI is available online. To see the changes between 3.8 and 3.9, look between here and here

Unless otherwise detailed in the release notes included in the download, you should be fine to just drop the new jars in, in place of the old ones. Make sure you really remove the old ones though! You get all sorts of odd things going wrong if you have both old and new POI jars on your classpath

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top