Per Otterström
Per Otterström
While refactoring this I considered to change the type of HttpServerOptions.sslServerKeyFile (and friends) to Path as well. However, as the Netty SslContextBuilder API is expecting the File type this became...
I'm working on a fix for this.
Proposing to make test asserts with assertJ style, as it generally improves readability. Of course, this is a matter of opinion/preference. And speaking of preferences, should we use Test prefix...
Agree, being consistent is the most important thing. Which is why I brought it up - currently we're not. Whether we go for prefix or suffix is not something we...
I've been trying out this and have some problems with jSerialComm. When starting a simple test application WZWave will initialize and start to interview devices, updates are received and so...
Here the simplest possible code that will reproduce this. It's compiled with HEAD of master WZWave master branch. ``` public static void main(String[] args) { NettyZWaveController controller = new NettyZWaveController("/dev/ttyAMA0",...
Thanks for the tip! Definitely worth exploring more!
Hey! Thanks for the feature request. Do you have any specific kind of failures in mind? Did you encounter scenarios where a pre-audit log failed, but the actual query was...
I think your arguments are valid. It would make sense to abort operations unless pre-auditing is successful. At least as an option. The point I was trying to make, is...
Hi @dguymon. I'm also interested in scenarios for this. In particular, how would we want this to work considering one client can/will setup 1 or more connections to each Cassandra...