dhatim / fastexcel

Generate and read big Excel files quickly
Other
677 stars 122 forks source link

Latest releases not available in Maven central #257

Closed kle-pra closed 1 year ago

kle-pra commented 1 year ago

Hello,

It seems the latest published release in Maven Central is 0.14.4 (https://mvnrepository.com/artifact/org.dhatim/fastexcel), is this intentional?

Best Regards

meiMingle commented 1 year ago

@ochedru Have you stopped publishing to the maven repository?

ochedru commented 1 year ago

Version 0.14.16 is now on Maven Central. The previous releases failed either because of a deploy timeout or because of a failed test (testForOffBy1ErrorFor1900_utilDate). This is a flaky test and I do not know why.

meiMingle commented 1 year ago

Version 0.14.16 is now on Maven Central. The previous releases failed either because of a deploy timeout or because of a failed test (testForOffBy1ErrorFor1900_utilDate). This is a flaky test and I do not know why.

Now it still fails on the latest PR I submitted, I think it may have something to do with the time zone setting in the code

meiMingle commented 1 year ago

Version 0.14.16 is now on Maven Central. The previous releases failed either because of a deploy timeout or because of a failed test (testForOffBy1ErrorFor1900_utilDate). This is a flaky test and I do not know why.

Now I found out that the problem is related to this piece of code below image The cause of the problem is mentioned on StackOverflow https://stackoverflow.com/questions/6841333/why-is-subtracting-these-two-times-in-1927-giving-a-strange-result