maedhroz commented on code in PR #2253:
URL: https://github.com/apache/cassandra/pull/2253#discussion_r1163051356
##########
NEWS.txt:
##########
@@ -150,6 +150,10 @@ Upgrading
to TimeWindowCompactionStrategy before upgrading to this version.
- The deprecated functions `dateOf` and `unixTimestampOf` have been
removed. They were deprecated and replaced by
`toTimestamp` and `toUnixTimestamp` in Cassandra 2.2.
+ - Keystore password configuration is nullable now and the code defaults of
the keystore passwords to 'cassandra' are
+ removed now. The deployments that depend upon the code default to this
password value without explicitly specifying
+ it in the cassandra.yaml would fail. Please specify your keystore
passwords in the cassandra.yaml with appropriate
Review Comment:
```suggestion
it in cassandra.yaml will fail on upgrade. Please specify your
keystore_password and truststore_password elements in cassandra.yaml with
appropriate
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]