asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.88k stars 295 forks source link

Fix deprecated calls in Java codebase #506

Closed Ayowel closed 3 years ago

Ayowel commented 3 years ago

Thought I'd go over the deprecation notices in the codebase and fix what I could

Note that this should fix a use-after-free error in src/main/java/com/kodedu/boot/AppStarter.java as logoStream was used after being closed.

The code builds and runs, but should definitely be checked further

rahmanusta commented 3 years ago

Hi @Ayowel , thanks for the contribution!