liugddx commented on code in PR #745:
URL: https://github.com/apache/fesod/pull/745#discussion_r2646404044


##########
pom.xml:
##########
@@ -60,6 +60,7 @@
         <commons-collections4.version>4.4</commons-collections4.version>
         <commons-csv.version>1.11.0</commons-csv.version>
         <commons-lang3.version>3.16.0</commons-lang3.version>
+        <odfdom.version>0.9.0</odfdom.version>

Review Comment:
   > just wonder if any alternative solution as odfdom won't pin on JDK 8 as 
POI.
   
   Odfdom supports JDK 11+, aligns with the modern Java ecosystem, is 
compatible with ODF standards, and offers better maintainability and long-term 
support, making it the optimal choice for processing ODS files.
   
   If considering future upgrades to newer versions of the odfdom, my 
suggestion is to specify in the documentation that upgrading the JDK version to 
JDK 11+ is required.
   
   This plan is sufficient for now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to