Re: [jdk24] RFR: 8346202: Correct typo in SQLPermission

2024-12-15 Thread Iris Clark
On Sun, 15 Dec 2024 17:48:06 GMT, Lance Andersen wrote: > Hi all, > > This pull request contains a backport of commit > [ab1dbd40](https://github.com/openjdk/jdk/commit/ab1dbd4089a1a15bdf1b6b39994d5b1faacc40ab) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The

[jdk24] RFR: 8346202: Correct typo in SQLPermission

2024-12-15 Thread Lance Andersen
Hi all, This pull request contains a backport of commit [ab1dbd40](https://github.com/openjdk/jdk/commit/ab1dbd4089a1a15bdf1b6b39994d5b1faacc40ab) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Lance Andersen on 15 Dec 2024 a

Re: RFR: 8346202: Correct typo in SQLPermission

2024-12-13 Thread Iris Clark
On Fri, 13 Dec 2024 16:54:05 GMT, Lance Andersen wrote: > Please review this trivial PR which removes `(See below)` which was missed > during the SQLPermission update as part of the updates for [JEP 486: > Permanently Disable the Security Manager](https://openjdk.org/jeps/486) > > I have con

Re: RFR: 8346202: Correct typo in SQLPermission

2024-12-13 Thread Roger Riggs
On Fri, 13 Dec 2024 16:54:05 GMT, Lance Andersen wrote: > Please review this trivial PR which removes `(See below)` which was missed > during the SQLPermission update as part of the updates for [JEP 486: > Permanently Disable the Security Manager](https://openjdk.org/jeps/486) > > I have con

Re: RFR: 8346202: Correct typo in SQLPermission

2024-12-13 Thread Sean Mullan
On Fri, 13 Dec 2024 16:54:05 GMT, Lance Andersen wrote: > Please review this trivial PR which removes `(See below)` which was missed > during the SQLPermission update as part of the updates for [JEP 486: > Permanently Disable the Security Manager](https://openjdk.org/jeps/486) > > I have con

Re: RFR: 8346202: Correct typo in SQLPermission

2024-12-13 Thread Lance Andersen
On Fri, 13 Dec 2024 20:21:49 GMT, Sean Mullan wrote: > Can you add a `jep486` label to the bug? Otherwise, looks good. Done, thank you Sean - PR Comment: https://git.openjdk.org/jdk/pull/22739#issuecomment-2542244627

RFR: 8346202: Correct typo in SQLPermission

2024-12-13 Thread Lance Andersen
Please review this trivial PR which removes `(See below)` which was missed during the SQLPermission update as part of the updates for [JEP 486: Permanently Disable the Security Manager](https://openjdk.org/jeps/486) I have confirmed there are no issues with the build via a macht tier1 run ---