hapifhir / hapi-hl7v2

277 stars 138 forks source link

Connection does not extend Closeable #35

Closed hauntingEcho closed 4 years ago

hauntingEcho commented 5 years ago

The Connection interface presents a close method but does not extend Closeable. Doing so would enable more safety measures, such as try-with-resources and automatic closing in many DI frameworks (such as Spring)