jlibmodbus icon indicating copy to clipboard operation
jlibmodbus copied to clipboard

ModbusConnection uses finalize method which is deprecated for removal since Java 18

Open wielantu opened this issue 9 months ago • 0 comments

The finalize method of the ModbusConnection should be removed. If the close() call in the finalize method is really required it should be implemented by a Cleaner as proposed in javadoc of Object.equals.

wielantu avatar Mar 26 '25 12:03 wielantu