-
I am needing to update the java on a backend server to support later version of google's root certificates. We are planning a more detailed update later this year where we will move to a much newer version of java but for now I'd prefer to stick to jdk-11, specifically moving from jdk-11-0-14 to jdk-11-0-26 but am battling to find change logs that I can go through. Suggestions/links appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Use git diff between the 2 tags: adoptium/jdk11u@jdk-11.0.14.1+1...jdk-11.0.26+4 If you weren't making such a big jump, the release notes give you the changes between one official release and the previous official release, so https://adoptium.net/temurin/release-notes/?version=jdk-11.0.26+4 tells you what changed between Jan 2025 / jdk-11-0-26 and Oct 2024 / jdk-11-0-25. You can find links to release notes are found off of our website's download pages:
|
Beta Was this translation helpful? Give feedback.
-
Thanks!
… On Mar 25, 2025, at 11:08 AM, Shelley Lambert ***@***.***> wrote:
Use git diff between the 2 tags:
jdk-11.0.14+1 <https://github.com/adoptium/jdk11u/tree/jdk-11.0.14.1%2B1> (tag used for respin of JDK11 in Jan 2022)
jdk-11.0.26+4 <https://github.com/adoptium/jdk11u/tree/jdk-11.0.26%2B4> (tag used for Jan 2025 release)
***@***.***+1...jdk-11.0.26+4 <adoptium/jdk11u@jdk-11.0.14.1+1...jdk-11.0.26+4>
If you weren't making such a big jump, the release notes give you the changes between one official release and the previous official release, so https://adoptium.net/temurin/release-notes/?version=jdk-11.0.26+4 tells you what changed between Jan 2025 / jdk-11-0-26 and Oct 2024 / jdk-11-0-25.
You can find links to release notes are found off of our website's download pages:
Jan 2025: https://adoptium.net/temurin/release-notes/?version=jdk-11.0.26+4
Oct 2024: https://adoptium.net/temurin/release-notes/?version=jdk-11.0.25+9
Jul 2024: https://adoptium.net/temurin/release-notes/?version=jdk-11.0.24+8
Apr 2024: https://adoptium.net/temurin/release-notes/?version=jdk-11.0.23+9
... etc.
(Note: we only go back to when we started publishing them, in 2023)
—
Reply to this email directly, view it on GitHub <#1261 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAWMG56DXSQV476SDZDM56D2WF5OFAVCNFSM6AAAAABZX5XAWWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRRG42DGNI>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
Use git diff between the 2 tags:
jdk-11.0.14+1 (tag used for respin of JDK11 in Jan 2022)
jdk-11.0.26+4 (tag used for Jan 2025 release)
adoptium/jdk11u@jdk-11.0.14.1+1...jdk-11.0.26+4
If you weren't making such a big jump, the release notes give you the changes between one official release and the previous official release, so https://adoptium.net/temurin/release-notes/?version=jdk-11.0.26+4 tells you what changed between Jan 2025 / jdk-11-0-26 and Oct 2024 / jdk-11-0-25.
You can find links to release notes are found off of our website's download pages: