In the context of improving the creation time of the entityManagerFactory, if you want to serialize the ScanResult but it does not implement Serializable, is this intentional?
If the ScanResult references system files but they could be marked as transient since they are not crucial information once serialized.
I guess we are fine with such a change as long as you provide an implementation and tests for that. Create a JIRA issue and a PR for it and we’ll look into it.
Upon closer inspection, it would be more appropriate to serialize ManagedResourcesImpl because it contains the compilation of ScanResult and does not contain any links to system files.
The only problem is that I haven’t found a suitable place to override the behavior at this point in order to check for the existence of a serialized object.
Can I add an entry to number 1?
Or can I integrate the serialization mechanism I want to develop?
If so, the idea would be to condition the mechanism with a technical parameter (AvailableSetting) and manage the persistence time of the serialized file. I’m not sure yet, but I was thinking maybe using a hash code of the classpath…