Re: [jexl] Problem with division of integer values and narrowing of BigDecimal to Integer

2023-11-28 Thread Henri Biestro
Hi Robert; It took me a while to realize it but this behavior is indeed a bug; if user input is a BigDecimal, JEXL should not try and coerce with precision loss. Created JEXL-417. Sorry about the delay. Cheers Henri - To unsubsc

Regression/Error on commons-io FileUtils.copyFile ?

2023-11-28 Thread Luis Panadero Guardeño
Good afternoon, I recently noticed a issue when we update our projects from Commons-io 2.11.0 to 2.13.0 with FileUtils.copyFile In our code base, we was using FileUtils.copyFile(src, dst) , that as is said on the JavaDoc, must preserve the file's last modified date/times. Sometimes, we do th