From magnus.ihse.bursie at oracle.com Thu Nov 23 23:36:17 2023 From: magnus.ihse.bursie at oracle.com (Magnus Ihse Bursie) Date: Fri, 24 Nov 2023 00:36:17 +0100 Subject: VS Code plugin for OpenJDK development updated with JBS support Message-ID: Quite some time after our Jira instance got support for personal access tokens, I have finally managed to update the OpenJDK VS Code extension to support JBS. Now you can check your open bugs (or any canned search filter on JBS) directly from vscode, including seeing at-a-glance the latest added comment, and quickly going to the PR for issues in review. If you already have the extension installed, it should update automatically. If you do not have it installed, you can search for "OpenJDK Development" in the marketplace inside VS Code, or go here https://marketplace.visualstudio.com/items?itemName=magicus.openjdk-devel I hope at least some of you will find it as useful as I am. :-) /Magnus From ihse at openjdk.org Tue Nov 28 17:07:20 2023 From: ihse at openjdk.org (Magnus Ihse Bursie) Date: Tue, 28 Nov 2023 17:07:20 GMT Subject: RFR: 8320915: Update copyright year in build files Message-ID: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> Over the year, even though we have tried to be diligent, there have been commits that modify files without updating the copyright year. Here is a mass update of the copyright years in the build system (`make/**`, `.github/**`). Feel free to verify that these files have indeed been modified in 2023 :-), or trust my tools + manual verification. Also, as far as I (and my tools) can tell, this is the only files modified in 2023 that have not had their header updated. ------------- Commit messages: - 8320915: Update copyright year in build files Changes: https://git.openjdk.org/jdk/pull/16858/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16858&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8320915 Stats: 69 lines in 69 files changed: 0 ins; 0 del; 69 mod Patch: https://git.openjdk.org/jdk/pull/16858.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16858/head:pull/16858 PR: https://git.openjdk.org/jdk/pull/16858 From dfuchs at openjdk.org Tue Nov 28 17:22:16 2023 From: dfuchs at openjdk.org (Daniel Fuchs) Date: Tue, 28 Nov 2023 17:22:16 GMT Subject: RFR: 8320915: Update copyright year in build files In-Reply-To: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> References: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> Message-ID: On Tue, 28 Nov 2023 17:00:57 GMT, Magnus Ihse Bursie wrote: > Over the year, even though we have tried to be diligent, there have been commits that modify files without updating the copyright year. Here is a mass update of the copyright years in the build system (`make/**`, `.github/**`). > > Feel free to verify that these files have indeed been modified in 2023 :-), or trust my tools + manual verification. Also, as far as I (and my tools) can tell, this is the only files modified in 2023 that have not had their header updated. Can't remember why/when we changed those `.gmk` files for `java.logging`, `java.naming`, `jdk.httpserver`, or `jdk.sctp`, but the updates there look syntactically correct - so consider those reviewed. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16858#issuecomment-1830334260 From ihse at openjdk.org Tue Nov 28 17:35:08 2023 From: ihse at openjdk.org (Magnus Ihse Bursie) Date: Tue, 28 Nov 2023 17:35:08 GMT Subject: RFR: 8320915: Update copyright year in build files In-Reply-To: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> References: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> Message-ID: On Tue, 28 Nov 2023 17:00:57 GMT, Magnus Ihse Bursie wrote: > Over the year, even though we have tried to be diligent, there have been commits that modify files without updating the copyright year. Here is a mass update of the copyright years in the build system (`make/**`, `.github/**`). > > Feel free to verify that these files have indeed been modified in 2023 :-), or trust my tools + manual verification. Also, as far as I (and my tools) can tell, this is the only files modified in 2023 that have not had their header updated. Most likely due to `DISABLED_WARNINGS_java += this-escape` -- that touched most modules, and the committer of that patch forgot to update the copyright year. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16858#issuecomment-1830356169 From erikj at openjdk.org Tue Nov 28 17:56:08 2023 From: erikj at openjdk.org (Erik Joelsson) Date: Tue, 28 Nov 2023 17:56:08 GMT Subject: RFR: 8320915: Update copyright year in build files In-Reply-To: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> References: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> Message-ID: On Tue, 28 Nov 2023 17:00:57 GMT, Magnus Ihse Bursie wrote: > Over the year, even though we have tried to be diligent, there have been commits that modify files without updating the copyright year. Here is a mass update of the copyright years in the build system (`make/**`, `.github/**`). > > Feel free to verify that these files have indeed been modified in 2023 :-), or trust my tools + manual verification. Also, as far as I (and my tools) can tell, this is the only files modified in 2023 that have not had their header updated. Marked as reviewed by erikj (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/16858#pullrequestreview-1753539211 From iris at openjdk.org Tue Nov 28 18:28:14 2023 From: iris at openjdk.org (Iris Clark) Date: Tue, 28 Nov 2023 18:28:14 GMT Subject: RFR: 8320915: Update copyright year in build files In-Reply-To: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> References: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> Message-ID: On Tue, 28 Nov 2023 17:00:57 GMT, Magnus Ihse Bursie wrote: > Over the year, even though we have tried to be diligent, there have been commits that modify files without updating the copyright year. Here is a mass update of the copyright years in the build system (`make/**`, `.github/**`). > > Feel free to verify that these files have indeed been modified in 2023 :-), or trust my tools + manual verification. Also, as far as I (and my tools) can tell, this is the only files modified in 2023 that have not had their header updated. I randomly spot checked about a dozen of these files to confirm that they were changed this year. Everything looks good. Thanks for making this change! ------------- Marked as reviewed by iris (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/16858#pullrequestreview-1753598130 From ihse at openjdk.org Tue Nov 28 21:43:18 2023 From: ihse at openjdk.org (Magnus Ihse Bursie) Date: Tue, 28 Nov 2023 21:43:18 GMT Subject: Integrated: 8320915: Update copyright year in build files In-Reply-To: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> References: <-4RrV3-LPfsh3BT-qwj3WtF1szg-_6Tt3RxnysPpNeo=.f2b0fee1-7d0c-4c43-bc4f-39ad9fec1150@github.com> Message-ID: On Tue, 28 Nov 2023 17:00:57 GMT, Magnus Ihse Bursie wrote: > Over the year, even though we have tried to be diligent, there have been commits that modify files without updating the copyright year. Here is a mass update of the copyright years in the build system (`make/**`, `.github/**`). > > Feel free to verify that these files have indeed been modified in 2023 :-), or trust my tools + manual verification. Also, as far as I (and my tools) can tell, this is the only files modified in 2023 that have not had their header updated. This pull request has now been integrated. Changeset: ce4e6e2b Author: Magnus Ihse Bursie URL: https://git.openjdk.org/jdk/commit/ce4e6e2bd704a90abc8e8e1586325769076c208a Stats: 68 lines in 68 files changed: 0 ins; 0 del; 68 mod 8320915: Update copyright year in build files Reviewed-by: erikj, iris ------------- PR: https://git.openjdk.org/jdk/pull/16858