Ekaterina Dimitrova created CASSANDRA-17785:
-----------------------------------------------
Summary: Switch to using @Nullable for all Config class properties
which can be nullable
Key: CASSANDRA-17785
URL: https://issues.apache.org/jira/browse/CASSANDRA-17785
Project: Cassandra
Issue Type: Improvement
Reporter: Ekaterina Dimitrova
Currently we allow
[here|https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/config/YamlConfigurationLoader.java#L369]
null value for those properties that have null default value in Config.
We added exception for two properties as part of this PR -
[https://github.com/apache/cassandra/pull/1758#discussion_r932618899]
As discuessed in the PR, we would like to explore the opportunity to switch
nullable properties to using the @Nullable annotation no matter whether they
are or they are not having null value in Config.
We need to ensure extensive testing for this switch plus documenting it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]