Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning [v2]

2023-11-14 Thread Alexander Zuev
On Wed, 8 Nov 2023 19:43:24 GMT, Kevin Rushforth wrote: >> Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: >> >> 1. Override the `NSApplicationDelegate` method >> `applicationSupportsSecureRestorableState` in `GlassApplication` and return >> `YES`. This silences the

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning [v2]

2023-11-14 Thread Phil Race
On Wed, 8 Nov 2023 19:43:24 GMT, Kevin Rushforth wrote: >> Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: >> >> 1. Override the `NSApplicationDelegate` method >> `applicationSupportsSecureRestorableState` in `GlassApplication` and return >> `YES`. This silences the

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning [v2]

2023-11-09 Thread Harshitha Onkar
On Wed, 8 Nov 2023 19:43:24 GMT, Kevin Rushforth wrote: >> Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: >> >> 1. Override the `NSApplicationDelegate` method >> `applicationSupportsSecureRestorableState` in `GlassApplication` and return >> `YES`. This silences the

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning [v2]

2023-11-09 Thread Kevin Rushforth
On Wed, 8 Nov 2023 19:43:24 GMT, Kevin Rushforth wrote: >> Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: >> >> 1. Override the `NSApplicationDelegate` method >> `applicationSupportsSecureRestorableState` in `GlassApplication` and return >> `YES`. This silences the

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning

2023-11-09 Thread Kevin Rushforth
On Wed, 8 Nov 2023 18:42:32 GMT, Kevin Rushforth wrote: > I recommend to test this on macOS 14 with the latest JDK 22 EA promoted > build. Once @honkar-jdk sends the PR for > [JDK-8318854](https://bugs.openjdk.org/browse/JDK-8318854), it would be > helpful to test with that as well. PR openjd

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning [v2]

2023-11-08 Thread Kevin Rushforth
On Wed, 8 Nov 2023 18:52:23 GMT, Phil Race wrote: >> Kevin Rushforth has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix typo: remove redundant `isEmbedded =` assignement > > modules/javafx.graphics/src/main/native-glass/mac/GlassApplica

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning [v2]

2023-11-08 Thread Kevin Rushforth
> Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: > > 1. Override the `NSApplicationDelegate` method > `applicationSupportsSecureRestorableState` in `GlassApplication` and return > `YES`. This silences the warning that FX applications now get on macOS 14. > 2. Create a

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning

2023-11-08 Thread Phil Race
On Wed, 8 Nov 2023 15:04:44 GMT, Kevin Rushforth wrote: > Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: > > 1. Override the `NSApplicationDelegate` method > `applicationSupportsSecureRestorableState` in `GlassApplication` and return > `YES`. This silences the warni

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning

2023-11-08 Thread Kevin Rushforth
On Wed, 8 Nov 2023 15:04:44 GMT, Kevin Rushforth wrote: > Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: > > 1. Override the `NSApplicationDelegate` method > `applicationSupportsSecureRestorableState` in `GlassApplication` and return > `YES`. This silences the warni

Re: RFR: 8319669: [macos14] Running any JavaFX app prints Secure coding warning

2023-11-08 Thread Kevin Rushforth
On Wed, 8 Nov 2023 15:04:44 GMT, Kevin Rushforth wrote: > Fix [JDK-8319669](https://bugs.openjdk.org/browse/JDK-8319669) as follows: > > 1. Override the `NSApplicationDelegate` method > `applicationSupportsSecureRestorableState` in `GlassApplication` and return > `YES`. This silences the warni