From yan at openjdk.java.net Mon May 16 10:02:33 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Mon, 16 May 2022 10:02:33 GMT Subject: [jdk7u] RFR: 8285726: [11u, 17u] Unify fix for JDK-8284548 with version from head Message-ID: This fix is different from versions 8+: first, in Lexer.java there's no LastModified and a usual copyright, so it is dropped from the change. Second, a new XPathExceptionTest is hard to compile in 7: to run with jdk7 we'd need an older than usual version of testng which, in turn, doesn't work with asserts like that in the test, there are lambdas, and XPathExpression has no used or similar method. Instead of of backporting the test, I'm doing a simple change in existing one. Thus, test-only update change. Test pass. ------------- Commit messages: - 8285726: [11u, 17u] Unify fix for JDK-8284548 with version from head Changes: https://git.openjdk.java.net/jdk7u/pull/3/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk7u&pr=3&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8285726 Stats: 19 lines in 1 file changed: 8 ins; 0 del; 11 mod Patch: https://git.openjdk.java.net/jdk7u/pull/3.diff Fetch: git fetch https://git.openjdk.java.net/jdk7u pull/3/head:pull/3 PR: https://git.openjdk.java.net/jdk7u/pull/3 From bae at openjdk.java.net Mon May 16 11:48:15 2022 From: bae at openjdk.java.net (Andrew Brygin) Date: Mon, 16 May 2022 11:48:15 GMT Subject: git: openjdk/jdk7u: Added tag jdk7u351-b00 for changeset 13012124 Message-ID: Tagged by: Andrew Brygin Date: 2022-05-16 14:45:20 +0000 Added tag jdk7u351-b00 for changeset 13012124 Changeset: 13012124 Author: Anton Kozlov Committer: Andrew Brygin Date: 2022-04-15 14:07:52 +0000 URL: https://git.openjdk.java.net/jdk7u/commit/130121242a340a58402f67e4e14de29afefe305c From bae at openjdk.java.net Mon May 16 11:50:44 2022 From: bae at openjdk.java.net (Andrew Brygin) Date: Mon, 16 May 2022 11:50:44 GMT Subject: git: openjdk/jdk7u: 8285579: Bump update version of OpenJDK: 7u351 Message-ID: <2b8bc3f2-ecd8-4fe7-a818-73a0abeb3dba@openjdk.org> Changeset: ec0598f2 Author: Andrew Brygin Date: 2022-05-16 11:49:47 +0000 URL: https://git.openjdk.java.net/jdk7u/commit/ec0598f21ca6fefdf221afb00e6c6a6ee04742a8 8285579: Bump update version of OpenJDK: 7u351 Reviewed-by: yan ! .jcheck/conf From bae at openjdk.java.net Mon May 16 11:54:05 2022 From: bae at openjdk.java.net (Andrew Brygin) Date: Mon, 16 May 2022 11:54:05 GMT Subject: [jdk7u] Integrated: 8285579: Bump update version of OpenJDK: 7u351 In-Reply-To: <5jEQzW93ku7KWWVfa-54N6LRkrwJsGIQ6-MKRanBY38=.1b250db8-f234-4035-85ae-690a768dac07@github.com> References: <5jEQzW93ku7KWWVfa-54N6LRkrwJsGIQ6-MKRanBY38=.1b250db8-f234-4035-85ae-690a768dac07@github.com> Message-ID: On Tue, 26 Apr 2022 17:36:08 GMT, Andrew Brygin wrote: > Bump the version in .jcheck/conf to openjdk7u351. This pull request has now been integrated. Changeset: ec0598f2 Author: Andrew Brygin URL: https://git.openjdk.java.net/jdk7u/commit/ec0598f21ca6fefdf221afb00e6c6a6ee04742a8 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8285579: Bump update version of OpenJDK: 7u351 Reviewed-by: yan ------------- PR: https://git.openjdk.java.net/jdk7u/pull/2 From bae at openjdk.java.net Mon May 16 11:57:59 2022 From: bae at openjdk.java.net (Andrew Brygin) Date: Mon, 16 May 2022 11:57:59 GMT Subject: [jdk7u] RFR: 8285726: [11u, 17u] Unify fix for JDK-8284548 with version from head In-Reply-To: References: Message-ID: <8cu-OBB73pycjmXY_NCKGrK20039sq8WidCET3cweG4=.8ea6d283-6b9c-42e0-95f3-11f067280311@github.com> On Mon, 16 May 2022 09:53:10 GMT, Yuri Nesterenko wrote: > This fix is different from versions 8+: first, in Lexer.java there's no LastModified and a usual copyright, so it is dropped from the change. Second, a new XPathExceptionTest is hard to compile in 7: to run with jdk7 we'd need an older than usual version of testng which, in turn, doesn't work with asserts like that in the test, there are lambdas, and XPathExpression has no used or similar method. Instead of of backporting the test, I'm doing a simple change in existing one. > > Thus, test-only update change. Test pass. Marked as reviewed by bae (Lead). ------------- PR: https://git.openjdk.java.net/jdk7u/pull/3 From yan at openjdk.java.net Mon May 16 12:23:07 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Mon, 16 May 2022 12:23:07 GMT Subject: git: openjdk/jdk7u: 8285726: [11u, 17u] Unify fix for JDK-8284548 with version from head Message-ID: Changeset: c83eb83f Author: Yuri Nesterenko Date: 2022-05-16 12:20:06 +0000 URL: https://git.openjdk.java.net/jdk7u/commit/c83eb83fcc33ba9ab6e6e783fe0e9acdbe0085c5 8285726: [11u, 17u] Unify fix for JDK-8284548 with version from head Reviewed-by: bae ! jdk/test/javax/xml/jaxp/XPath/InvalidXPath.java From yan at openjdk.java.net Mon May 16 12:23:52 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Mon, 16 May 2022 12:23:52 GMT Subject: [jdk7u] Integrated: 8285726: [11u, 17u] Unify fix for JDK-8284548 with version from head In-Reply-To: References: Message-ID: On Mon, 16 May 2022 09:53:10 GMT, Yuri Nesterenko wrote: > This fix is different from versions 8+: first, in Lexer.java there's no LastModified and a usual copyright, so it is dropped from the change. Second, a new XPathExceptionTest is hard to compile in 7: to run with jdk7 we'd need an older than usual version of testng which, in turn, doesn't work with asserts like that in the test, there are lambdas, and XPathExpression has no used or similar method. Instead of of backporting the test, I'm doing a simple change in existing one. > > Thus, test-only update change. Test pass. This pull request has now been integrated. Changeset: c83eb83f Author: Yuri Nesterenko URL: https://git.openjdk.java.net/jdk7u/commit/c83eb83fcc33ba9ab6e6e783fe0e9acdbe0085c5 Stats: 19 lines in 1 file changed: 8 ins; 0 del; 11 mod 8285726: [11u, 17u] Unify fix for JDK-8284548 with version from head Reviewed-by: bae ------------- PR: https://git.openjdk.java.net/jdk7u/pull/3 From yan at openjdk.java.net Mon May 16 14:15:15 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Mon, 16 May 2022 14:15:15 GMT Subject: [jdk7u] RFR: 8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head Message-ID: I'd like to backport this leveling fix to 7u, too. All differences between patches for adapted for git 7u and e.g. 15u are in paths. First round of tests run OK. ------------- Commit messages: - 8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head Changes: https://git.openjdk.java.net/jdk7u/pull/4/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk7u&pr=4&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8285727 Stats: 132 lines in 4 files changed: 122 ins; 0 del; 10 mod Patch: https://git.openjdk.java.net/jdk7u/pull/4.diff Fetch: git fetch https://git.openjdk.java.net/jdk7u pull/4/head:pull/4 PR: https://git.openjdk.java.net/jdk7u/pull/4 From bae at openjdk.java.net Mon May 16 14:34:55 2022 From: bae at openjdk.java.net (Andrew Brygin) Date: Mon, 16 May 2022 14:34:55 GMT Subject: [jdk7u] RFR: 8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head In-Reply-To: References: Message-ID: On Mon, 16 May 2022 14:08:27 GMT, Yuri Nesterenko wrote: > I'd like to backport this leveling fix to 7u, too. All differences between patches for adapted for git 7u and e.g. 15u are in paths. First round of tests run OK (with testng 6.9). Marked as reviewed by bae (Lead). ------------- PR: https://git.openjdk.java.net/jdk7u/pull/4 From yan at openjdk.java.net Mon May 16 14:41:05 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Mon, 16 May 2022 14:41:05 GMT Subject: git: openjdk/jdk7u: 8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head Message-ID: Changeset: 7ecb5b2e Author: Yuri Nesterenko Date: 2022-05-16 14:39:06 +0000 URL: https://git.openjdk.java.net/jdk7u/commit/7ecb5b2eebfdc06a4a261ee2b5ada3adad81e88d 8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head Reviewed-by: bae ! jaxp/src/com/sun/org/apache/xpath/internal/compiler/Lexer.java ! jaxp/src/com/sun/org/apache/xpath/internal/compiler/Token.java ! jaxp/src/com/sun/org/apache/xpath/internal/compiler/XPathParser.java + jdk/test/javax/xml/jaxp/unittest/xpath/XPathExpTest.java From yan at openjdk.java.net Mon May 16 14:44:52 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Mon, 16 May 2022 14:44:52 GMT Subject: [jdk7u] Integrated: 8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head In-Reply-To: References: Message-ID: On Mon, 16 May 2022 14:08:27 GMT, Yuri Nesterenko wrote: > I'd like to backport this leveling fix to 7u, too. All differences between patches for adapted for git 7u and e.g. 15u are in paths. First round of tests run OK (with testng 6.9). This pull request has now been integrated. Changeset: 7ecb5b2e Author: Yuri Nesterenko URL: https://git.openjdk.java.net/jdk7u/commit/7ecb5b2eebfdc06a4a261ee2b5ada3adad81e88d Stats: 132 lines in 4 files changed: 122 ins; 0 del; 10 mod 8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head Reviewed-by: bae ------------- PR: https://git.openjdk.java.net/jdk7u/pull/4 From dcherepanov at openjdk.java.net Wed May 25 09:00:29 2022 From: dcherepanov at openjdk.java.net (Dmitry Cherepanov) Date: Wed, 25 May 2022 09:00:29 GMT Subject: [jdk7u] RFR: Backport b05d4ccf8e54635c16bc2c26aa7a8fcc2e3b3dde Message-ID: Please review the update to tzdata2022a. The patch from jdk8u-dev applies cleanly after path shuffling. Testing: ran jdk/test/java/util/Calendar, no issues found. ------------- Commit messages: - 8283350: (tz) Update Timezone Data to 2022a Changes: https://git.openjdk.java.net/jdk7u/pull/5/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk7u&pr=5&range=00 Stats: 107 lines in 6 files changed: 78 ins; 0 del; 29 mod Patch: https://git.openjdk.java.net/jdk7u/pull/5.diff Fetch: git fetch https://git.openjdk.java.net/jdk7u pull/5/head:pull/5 PR: https://git.openjdk.java.net/jdk7u/pull/5 From bae at openjdk.java.net Wed May 25 10:32:00 2022 From: bae at openjdk.java.net (Andrew Brygin) Date: Wed, 25 May 2022 10:32:00 GMT Subject: [jdk7u] RFR: 8283350: (tz) Update Timezone Data to 2022a In-Reply-To: References: Message-ID: <3O6NyNVM2e9NmBHc9LTsrP3JtvgCQmzqx8MVy5o6gko=.1d2f42c8-b4c2-467f-9f34-05e37fdf2c4a@github.com> On Wed, 25 May 2022 08:53:28 GMT, Dmitry Cherepanov wrote: > Please review the update to tzdata2022a. The patch from jdk8u-dev applies cleanly after path shuffling. > > Testing: ran jdk/test/java/util/Calendar, no issues found. Marked as reviewed by bae (Lead). ------------- PR: https://git.openjdk.java.net/jdk7u/pull/5 From dcherepanov at openjdk.java.net Wed May 25 11:03:14 2022 From: dcherepanov at openjdk.java.net (Dmitry Cherepanov) Date: Wed, 25 May 2022 11:03:14 GMT Subject: git: openjdk/jdk7u: 8283350: (tz) Update Timezone Data to 2022a Message-ID: Changeset: 4ebe2118 Author: Dmitry Cherepanov Date: 2022-05-25 11:00:19 +0000 URL: https://git.openjdk.java.net/jdk7u/commit/4ebe211878734a772da8bcce184f0b1c536589cd 8283350: (tz) Update Timezone Data to 2022a Reviewed-by: bae Backport-of: b05d4ccf8e54635c16bc2c26aa7a8fcc2e3b3dde ! jdk/make/sun/javazic/tzdata/VERSION ! jdk/make/sun/javazic/tzdata/africa ! jdk/make/sun/javazic/tzdata/asia ! jdk/make/sun/javazic/tzdata/europe ! jdk/make/sun/javazic/tzdata/leapseconds ! jdk/make/sun/javazic/tzdata/southamerica From dcherepanov at openjdk.java.net Wed May 25 11:03:59 2022 From: dcherepanov at openjdk.java.net (Dmitry Cherepanov) Date: Wed, 25 May 2022 11:03:59 GMT Subject: [jdk7u] Integrated: 8283350: (tz) Update Timezone Data to 2022a In-Reply-To: References: Message-ID: <_MOOviQDXZCxna_Nqr_JxCCqkBzRmGuqxIMSFpEyJZ4=.156efc7a-cfdd-4f80-a4aa-28fa2b07c318@github.com> On Wed, 25 May 2022 08:53:28 GMT, Dmitry Cherepanov wrote: > Please review the update to tzdata2022a. The patch from jdk8u-dev applies cleanly after path shuffling. > > Testing: ran jdk/test/java/util/Calendar, no issues found. This pull request has now been integrated. Changeset: 4ebe2118 Author: Dmitry Cherepanov URL: https://git.openjdk.java.net/jdk7u/commit/4ebe211878734a772da8bcce184f0b1c536589cd Stats: 107 lines in 6 files changed: 78 ins; 0 del; 29 mod 8283350: (tz) Update Timezone Data to 2022a Reviewed-by: bae Backport-of: b05d4ccf8e54635c16bc2c26aa7a8fcc2e3b3dde ------------- PR: https://git.openjdk.java.net/jdk7u/pull/5 From yan at openjdk.java.net Tue May 31 11:19:15 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Tue, 31 May 2022 11:19:15 GMT Subject: [jdk7u] RFR: 8087283: Add support for the XML Signature here() function to the JDK XPath implementation Message-ID: I need to backport this change to 7u to facilitate other updates. Tests run fine (with testng 6) ------------- Commit messages: - Backport 22fad64529a890dd3ae8b07c7981d9a720cf8e96 Changes: https://git.openjdk.java.net/jdk7u/pull/6/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk7u&pr=6&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8087283 Stats: 135 lines in 3 files changed: 120 ins; 1 del; 14 mod Patch: https://git.openjdk.java.net/jdk7u/pull/6.diff Fetch: git fetch https://git.openjdk.java.net/jdk7u pull/6/head:pull/6 PR: https://git.openjdk.java.net/jdk7u/pull/6 From bae at openjdk.java.net Tue May 31 13:00:30 2022 From: bae at openjdk.java.net (Andrew Brygin) Date: Tue, 31 May 2022 13:00:30 GMT Subject: [jdk7u] RFR: 8087283: Add support for the XML Signature here() function to the JDK XPath implementation In-Reply-To: References: Message-ID: On Tue, 31 May 2022 11:12:15 GMT, Yuri Nesterenko wrote: > I need to backport this change to 7u to facilitate other updates. Tests run fine (with testng 6) Marked as reviewed by bae (Lead). ------------- PR: https://git.openjdk.java.net/jdk7u/pull/6 From yan at openjdk.java.net Tue May 31 13:07:26 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Tue, 31 May 2022 13:07:26 GMT Subject: git: openjdk/jdk7u: 8087283: Add support for the XML Signature here() function to the JDK XPath implementation Message-ID: <3a5bcb56-a71c-4bbe-9348-db70477fabda@openjdk.org> Changeset: bc575d02 Author: Yuri Nesterenko Date: 2022-05-31 13:06:13 +0000 URL: https://git.openjdk.java.net/jdk7u/commit/bc575d02f468ec0e870997cb1b534f94bdb46767 8087283: Add support for the XML Signature here() function to the JDK XPath implementation Reviewed-by: bae Backport-of: 22fad64529a890dd3ae8b07c7981d9a720cf8e96 ! jaxp/src/com/sun/org/apache/xpath/internal/compiler/FunctionTable.java ! jaxp/src/com/sun/org/apache/xpath/internal/compiler/Keywords.java + jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncHere.java From yan at openjdk.java.net Tue May 31 13:13:39 2022 From: yan at openjdk.java.net (Yuri Nesterenko) Date: Tue, 31 May 2022 13:13:39 GMT Subject: [jdk7u] Integrated: 8087283: Add support for the XML Signature here() function to the JDK XPath implementation In-Reply-To: References: Message-ID: <_5riV1pXDMGLWVGODrMxEj9qCtf0wLrofStXKMukYmQ=.9d5aa788-4e1b-4b47-88e9-e652aa628d61@github.com> On Tue, 31 May 2022 11:12:15 GMT, Yuri Nesterenko wrote: > I need to backport this change to 7u to facilitate other updates. Tests run fine (with testng 6) This pull request has now been integrated. Changeset: bc575d02 Author: Yuri Nesterenko URL: https://git.openjdk.java.net/jdk7u/commit/bc575d02f468ec0e870997cb1b534f94bdb46767 Stats: 135 lines in 3 files changed: 120 ins; 1 del; 14 mod 8087283: Add support for the XML Signature here() function to the JDK XPath implementation Reviewed-by: bae Backport-of: 22fad64529a890dd3ae8b07c7981d9a720cf8e96 ------------- PR: https://git.openjdk.java.net/jdk7u/pull/6