cassandra-exporter icon indicating copy to clipboard operation
cassandra-exporter copied to clipboard

Refactor SSL ReloadWatcher to use java.time and java.nio

Open eperott opened this issue 5 years ago • 1 comments

Closing TODO.

eperott avatar Mar 30 '20 08:03 eperott

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?

eperott avatar Mar 30 '20 08:03 eperott