Changes to support launch on java 24 or higher. This is based on the changes of PR #969#994
Changes to support launch on java 24 or higher. This is based on the changes of PR #969#994akuhtz wants to merge 1 commit into
Conversation
…changes of PR 969.
|
| if (security != null) { | ||
| return security.getApplication(); | ||
| } | ||
| return null; |
There was a problem hiding this comment.
This is problematic for Jnlp Services.
|
PR #969 has some issues. Moreover, the changes related to the SecurityManager also have some issues. Will create a new branch and new PR after testing various scenarios. This will need time and effort, hence won't be part of the next release (due likely in June). |
|
@janakmulani Please add reference to this PR with your new solution. |
|
very critical for me also. @akuhtz since you opened a PR to solve this, and assuming I dont really care too much about the things that @janakmulani stated as problematic, is there a bypass i can use if I need tumerin 25 support right now? |



Changes to support launch on java 24 or higher. This is based on the changes of PR #969