cassandra-exporter
cassandra-exporter copied to clipboard
Refactor SSL ReloadWatcher to use java.time and java.nio
Closing TODO.
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 rather messy. And so I propose to leave those parts as is.
WDYT?