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

Make sure that JavaFx shuts down in case another JabRef instance is a… #2707

Merged
merged 3 commits into from
Apr 3, 2017

Conversation

lenhard
Copy link
Member

@lenhard lenhard commented Apr 3, 2017

…lready open

Fixes #2698. The problem was that JavaFX requires Platform.exit(); to be called on shutdown. Otherwise the JavaFX application thread does not terminate. In the case of this issue, a GUI was never opened and therefore this statement was never reached. This should be mitigated now.

  • Change in CHANGELOG.md described
  • Manually tested changed features in running JabRef

@lenhard lenhard added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Apr 3, 2017
@LinusDietz LinusDietz merged commit b455756 into master Apr 3, 2017
@tobiasdiez tobiasdiez deleted the shutdown-duplicates branch April 3, 2017 15:56
@tobiasdiez tobiasdiez restored the shutdown-duplicates branch April 3, 2017 15:57
@tobiasdiez tobiasdiez deleted the shutdown-duplicates branch April 3, 2017 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants