Singleton Java Util in Graph

Support,

When the clover sandbox executes the Graph, Does it mean each time the classes which are used in Graph will be loaded as a new instance ?

Does it possible to use a same singleton instances between two graph execution ?

Thanks :?:

It is possible, Please ignore the question .

Hi

Indeed, this is currently possible because all of the graphs (and their instances) share the same JVM. However, there is a high chance that this will change in some future version in order to increase stability of CloverETL software. Moreover, singletons are not officially supported, so in case of any problems, we won’t be able to help you. Due to all these facts I must recommend against using such long-living class instances.

If you share what you want to achieve, maybe we will be able to find more suitable solution.

Best regards