datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
40 stars 28 forks source link

issue-125: Don't call close() if session wasn't initialized #126

Closed tomekl007 closed 4 years ago

tomekl007 commented 4 years ago

@JiriOndrusek could you validate that this fixes your problem?

JiriOndrusek commented 4 years ago

@tomekl007 I've tried to execute the test and it works, thanks.

adutra commented 4 years ago

Take care with commit messages, the following would be more appropriate as per the contribution guidelines: Don't call close() if session wasn't initialized (fixes #125).