From 1fcea37b10185ec2d3a751b0aa182f080bcacbeb Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Tue, 20 Sep 2022 18:06:33 +0800 Subject: [PATCH] update to java-1.8.0-openjdk-1.8.0.345.b01-1.el7_9 Signed-off-by: anolis-bot --- NEWS | 26 ++++++++++++++++++++++++++ dist | 1 + download | 2 +- java-1.8.0-openjdk.spec | 7 ++++++- 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 dist diff --git a/NEWS b/NEWS index 2c012a8..59cb27e 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,32 @@ Key: JDK-X - https://bugs.openjdk.java.net/browse/JDK-X CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release OpenJDK 8u345 (2022-08-01): +=========================================== +Live versions of these release notes can be found at: + * https://bit.ly/openjdk8u345 + * https://builds.shipilev.net/backports-monitor/release-notes-openjdk8u345.txt + +* Other changes + - JDK-8290832: It is no longer possible to change "user.dir" in the JDK8 + - JDK-8291568: Bump update version of OpenJDK: 8u345 + +Notes on individual issues: +=========================== + +core-libs/java.io: + +JDK-8290832: It is no longer possible to change "user.dir" in the JDK8 +====================================================================== +A change, JDK-8194154, was introduced in the 8u342 release of OpenJDK +causing the JDK to ignore attempts to set the `user.dir` property. +While this change is suitable for a major release (it was originally +introduced in the initial release of OpenJDK 11), changing the +behaviour of such a property in an update release creates +compatibility issues in software that relies on the behaviour in prior +versions of OpenJDK 8. As a result, we have reverted this change in +8u345. + New in release OpenJDK 8u342 (2022-07-19): =========================================== Live versions of these release notes can be found at: diff --git a/dist b/dist new file mode 100644 index 0000000..ad8eb77 --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an7_9 diff --git a/download b/download index c14fd0b..52e48e5 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -d9509ba3968e3d1afe423f8778f8a393 openjdk-shenandoah-jdk8u-shenandoah-jdk8u342-b07-4curve.tar.xz +75e3dd9554ddcaee6283dacd4f91c33f openjdk-shenandoah-jdk8u-shenandoah-jdk8u345-b01-4curve.tar.xz 870d829d8e1c38e251cc7498032a768a tapsets-icedtea-3.15.0.tar.xz diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index eb7188a..565b233 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -218,7 +218,7 @@ # note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there. %global shenandoah_project openjdk %global shenandoah_repo shenandoah-jdk8u -%global openjdk_revision jdk8u342-b07 +%global openjdk_revision jdk8u345-b01 %global shenandoah_revision shenandoah-%{openjdk_revision} # Define old aarch64/jdk8u tree variables for compatibility %global project %{shenandoah_project} @@ -2174,6 +2174,11 @@ require "copy_jdk_configs.lua" %endif %changelog +* Thu Aug 04 2022 Andrew Hughes - 1:1.8.0.345.b01-1 +- Update to shenandoah-jdk8u345-b01 (GA) +- Update release notes for 8u345-b01. +- Resolves: rhbz#2112383 + * Sun Jul 17 2022 Andrew Hughes - 1:1.8.0.342.b07-1 - Update to shenandoah-jdk8u342-b07 - Update release notes for shenandoah-8u342-b07. -- Gitee