Hi Alexander,
it looks like a bit too much was removed.
For example I can't see the "commons-lang3-3.12.0.jar
" nor the "commons-text-1.10.0.jar
" only the references are in your list.
I finally solved it after spending a lot of time researching and downgrading the plugin.
The issue was that the Apache POI library wasn’t automatically updated and remained on version 5.2.2. The exception was misleading, pointing to the commons-io library.
Solution:
• Updated Apache POI to 5.3.0
• Updated commons-io and related libraries to 2.17.0
• Updated dependencies of the Excel Export plugin
All set now! 🚀
sure, here are the steps for upgrading using Mendix’s userlib Folder (Manual Update):
1. Download the updated Apache POI libraries:
2. Backup the existing POI libraries (from the Mendix userlib folder).
Ensure that the module setting for java depencies are also updated in the desired plugin:
Basically, do same for commons-io, download link: https://commons.apache.org/proper/commons-io/download_io.cgi
IMPORTANT: Ensure that you have only ONE version for a certain lib, multiple versions will cause unexpected behavior and errors.
Hope, that helps.