Hello,
I have an issue when loading a corrupted file.
Before 22.12, loading a document using
new Document(new ClassPathResource("path/to/corrupted.docx"))
was throwing a FileCorruptedException, but it looks like it d…...Document(absolutePath); }); } In 22.5, they all succeed In 22.12,...