An open API service indexing awesome lists of open source software.

https://github.com/afinlay5/finalize-

Gradle source code repository for the java.lang.Object.finalize() Java 11 examples on personal blog (http://bit.ly/javafinalize).
https://github.com/afinlay5/finalize-

finalizer gradle-java java java11

Last synced: 10 months ago
JSON representation

Gradle source code repository for the java.lang.Object.finalize() Java 11 examples on personal blog (http://bit.ly/javafinalize).

Awesome Lists containing this project

README

          

# java.lang.Object.finalize() is finally deprecated
Gradle source code repository for the examples from my blog post, http://bit.ly/javafinalize.
Built and tested on Linux Mint, SUSE Linux. As gradle does not currently support Java 11, this application can be run
using the standard java commands.

![alt text](https://raw.githubusercontent.com/afinlay5/finalize-/master/blog.png)

# Platform
- Any supporting the Oracle JVM for Java SE 11+.

# Requirements
- Gradle 4.7
- Java 11 or greater

# Gradle Tasks
- ./gradlew build - Build Application
- ./gradlew run - Runs the main file in the console.

# Known Problems
- Fails with openJDK 11 EA+11 (04/30/2018).
- Fails with Oracle JDK 11 EA+11 (04/30/2018).

# Execution Screenshot

![alt text](https://raw.githubusercontent.com/afinlay5/finalize-/master/run_suse.png)
![alt text](https://raw.githubusercontent.com/afinlay5/finalize-/master/run_mint.png)