adoptium / temurin-build

Eclipse Temurin™ build scripts - common across all releases/versions
Apache License 2.0
1.02k stars 249 forks source link

tzdata is quite old in jdks #3367

Open asmild opened 1 year ago

asmild commented 1 year ago

We faced a need of using Cairo TZ, but it appeared that in JDK the old one is used. We checked via tzupdater.jar and found that current JRE tzdata version is tzdata2022g. But latest one in that moment is tzdata2023c.

tzupdater doesn't solve our issue, otherwise I wouldn't come. We need new tzdata built-in in binaries.

karianna commented 1 year ago

@asmild What failure did you experience using tzupdater?

asmild commented 1 year ago

Wrong time when tz is Cairo

karianna commented 1 year ago

OK, but when you used the tzupdater.jar what was the sequence of instructions you gave?

asmild commented 1 year ago

the issue is- we can't use tzupdater.jar. there is no technical possibility to do that

asmild commented 1 year ago

OFC, with tzupdater.jar tzdata is been updating well, but, as I said it's not our case. In our case we can just get ready binaries

karianna commented 1 year ago

the issue is- we can't use tzupdater.jar. there is no technical possibility to do that

Why is it not possible? Are you not allowed to run the tool? The next time we bundle the updated TZ will be in the July PSU

asmild commented 1 year ago

Ok, then we can wait until July