Integrated: 8326618 : Replace usage of deprecated method getId() in Thread

2024-02-29 Thread Anirvan Sarkar
On Tue, 27 Feb 2024 17:58:13 GMT, Anirvan Sarkar wrote: > Replace Thread.currentThread().getId() with Thread.currentThread().threadId() This pull request has now been integrated. Changeset: 5512a5ad Author: Anirvan Sarkar Committer: John Hendrikx URL: https://git.openjdk.org/

RFR: 8326618 : Replace usage of deprecated method getId() in Thread

2024-02-27 Thread Anirvan Sarkar
Replace Thread.currentThread().getId() with Thread.currentThread().threadId() - Commit messages: - Replace Thread.currentThread().getId() with Thread.currentThread().threadId() Changes: https://git.openjdk.org/jfx/pull/1383/files Webrev:

Re: RFR: 8325900: Emit a warning on macOS if AWT has set the NSAppearance [v3]

2024-02-19 Thread Anirvan Sarkar
On Sat, 17 Feb 2024 18:11:09 GMT, Michael Strauß wrote: >> Platform preferences detection doesn't pick up effective macOS system >> preferences if AWT owns the NSApplication and has set its NSAppearance to a >> fixed value. >> >> The workaround is to set the system property >>

JavaFX snapshots in Maven

2022-11-18 Thread Anirvan Sarkar
Hi, I am trying to run tests with the officially released WebKit and Media shared libraries using the -PSTUB_RUNTIME_OPENJFX option [1]. But it is failing in Gradle dependency verification with below error as checksums are missing from verification metadata. A problem occurred evaluating root

Re: Switching to ANGLE ?

2022-11-04 Thread Anirvan Sarkar
There is an ANGLE RFE [1]. It is closed as a duplicate of an older WebGL RFE [2]. [1] : https://bugs.openjdk.org/browse/JDK-8134841 [2] : https://bugs.openjdk.org/browse/JDK-8091035 On Wed, 2 Nov 2022 at 7:56 PM, Mike Hearn wrote: > On a topic unrelated to Conveyor, I saw the JavaFX roadmap