neo4j/neo4j-java-driver

Changing the exception thrown to `RuntimeException` breaks binary / drop-in compatibility

michael-simons opened this issue · 0 comments

This used to inherit close from AutoClosable, throwing Exception.

Having such changes in 5.0 will not allow 5.0 do be used as drop-in replacement in SDN 7.0

@injectives