Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1140 closed enhancement (fixed)

Switch to Java 11

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.23
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

The production server is now running on Java 11, so it should be safe to switch in Reggie.

Change History (6)

comment:1 by Nicklas Nordborg, 5 years ago

In 5415:

References #1140: Switch to Java 11

Configured Reggie to be compiled with Java 11. Fixed a few lines of code that compiled with warning. There remains two places that override Object.finalize() that may need a different approach to cleanup.

comment:2 by Nicklas Nordborg, 5 years ago

Status: newaccepted

comment:3 by Nicklas Nordborg, 5 years ago

In 5431:

References #1140: Switch to Java 11

Replaced the finalize() methods with a new implementation using a Cleaner and monitor objects.

comment:4 by Nicklas Nordborg, 5 years ago

In 5443:

References #1140: Switch to Java 11

Updated README.

comment:5 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: acceptedclosed

comment:6 by Nicklas Nordborg, 5 years ago

In 5445:

References #1140: Switch to Java 11

The workdir variable should not be private.

Note: See TracTickets for help on using tickets.