什么版本的 dropwizard-hibernate 支持 try with resources?

What version of dropwizard-hibernate supports try with resources?

我知道 try with resources 功能从 Java 7 开始可用,我希望 dropwizard hibernate 的更高版本将提供一个实现 autocloseable 接口的会话对象.

我无法在任何版本的 dropwizard 的 javadoc 中看到这一点。如果支持,有没有办法找出版本?

我相信这对于 DW 1.0.0 及更高版本应该没问题。

5.1.0 版的 Hibernate Session 是可自动关闭的。根据发行说明,这在 1.0.0 中实现了。

http://www.dropwizard.io/1.0.5/docs/about/release-notes.html

干杯,

阿图尔