-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What exactly is a build number? #163
Comments
Commits are being added by OpenJDK between build numbers. But once released ( |
Thanks! I mean, is it safe for an end-user to update only when some greater number (i.e. security) changes? So it is not necessary to update, say from 11.0.8+10 to 11.0.8+11 if this happens for some reason? |
If this happens and reaches the end user, then they should update. It isn't cosmetic stuff that would be changed at that stage. |
OK. Is there a way to get build from, say, |
It's in the registry. See your old post: #155 (comment). There it says 11.0.8.10 which is 11.0.8+10. |
Thanks! My goal is to robustly detect version not only for MSI's, but for ZIP-extracted instances as well. I think I will then stick to registry, and use |
It's gross to parse that over and over again. As you can see in https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/tag/jdk15u-2020-08-14-15-52, there are JSON files next to each package with metadata. What about opening an issue in https://github.com/AdoptOpenJDK/openjdk-build that we place more info in the tarballs themselves? Do you have a release file handy? I don't remember what's in it. |
These files vary from version to version. In case of 11 branch, they look like: I think it will be a good idea to add more info in it. |
I think the question was answered. |
I have questions about build number - 11.0.8 +10 :
What exactly is a build number? What changes in between builds?
As far as I understand, if something significant changes, then minor or security version is being changed. So I suppose that the build number is safe to ignore - is this correct?
The text was updated successfully, but these errors were encountered: