Avoid clearing of collections when closing StatefulPersistenceContext

Description

This is a very minor performance improvement; after having made most collections lazily initialized, there's no strong reason to actually clear() them when we could just null them out: a win-win both for performance and helping track down the garbage.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 4, 2019 at 4:43 PM
Updated November 14, 2019 at 3:43 PM
Resolved October 30, 2019 at 12:43 PM