Extend AutoCloseable on resource interfaces

Jamie Sammons, modified 2 Years ago. New Member Post: 1 Join Date: 8/31/23 Recent Posts

Interfaces describing a resource, such as com.liferay.portal.kernel.dao.orm.Session should extend java.lang.AutoCloseable, so that these objects can be used in try-with-resource statements.

thumbnail
Jamie Sammons, modified 2 Years ago. Expert Posts: 367 Join Date: 9/5/14 Recent Posts
thumbnail
Jamie Sammons, modified 1 Year ago. Expert Posts: 367 Join Date: 9/5/14 Recent Posts

Hi Dávid,

Please see https://liferay.atlassian.net/browse/LPS-195580 for an update.