Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AceEditor loading and JavaFX workaround #25

Open
xavier-pardonnet opened this issue Sep 21, 2018 · 1 comment
Open

Fix AceEditor loading and JavaFX workaround #25

xavier-pardonnet opened this issue Sep 21, 2018 · 1 comment
Labels

Comments

@xavier-pardonnet
Copy link
Contributor

The AceEditor contains the following piece of code:

/**
 * Deploy the editor file.
 * <p>
 * This is a workaround for a bug introduced in jdk1.8.0_60 where internal resources cannot reference other internal resources. This method should be removed as soon as this bug is fixed.
 * </p>
 *
 * @see <a href="https://bugs.openjdk.java.net/browse/JDK-8134975?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab">Bug Report</a>
 * @deprecated This is a workaround
 */
@Deprecated
private static void deployEditor() throws IOException, TemplateException {...}

It should be nice to have it fixed now.

@Dwightojo
Copy link
Contributor

I tried removing the method but apparently this issue has not been fixed in java 1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants