我知道从Java 7开始可以使用try with resources
功能,我希望dropwizard hibernate的更高版本能够提供实现autocloseable
接口的Sessions对象。
我无法在javadocs中看到任何版本的dropwizard。有没有办法找出版本是否支持?
答案 0 :(得分:0)
我相信这对DW 1.0.0及以上版本应该没问题。
V5.1.0中的Hibernate会话是Autocloseable。根据发行说明,这使它在1.0.0中。
http://www.dropwizard.io/1.0.5/docs/about/release-notes.html
干杯,
Artur