elastic / elastic/thumbnails4j
poi 5.2.2 support
- Dominant language
- Java
- Stars
- 26
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
For other functionality to work and to remove vulnerabilities we've upgraded `org.apache.poi` libraries to 5.2.2. Now, when we try to thumbnail `.docx` files using this thumbnail library it fails with the following runtime error:
`Caused by: java.lang.NoSuchMethodError: 'java.math.BigInteger org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageSz.getW()'`
This is what I have in my pox.xml:
```
org.apache.poi
poi
5.2.2
org.apache.poi
poi-ooxml
5.2.2
org.apache.poi
poi-ooxml-full
5.2.2
org.apache.poi
poi-scratchpad
5.2.2
co.elastic.thumbnails4j
thumbnails4j-all
1.0.0
```
Contributor guide
Assessment
This issue has not been assessed yet.