You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-loader/cli/src/main/java/com/scalar/db/dataloader/cli/command/dataexport/ExportCommandOptions.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,16 @@ public class ExportCommandOptions {
72
72
protectedFileFormatoutputFormat;
73
73
74
74
/**
75
-
* @deprecated As of release 3.16.2 This option is no longer used and will be removed in release.
76
-
* The option is not fully removed as it will break backwards 4.0.0.
75
+
* @deprecated As of release 3.17.0 This option is no longer used and will be removed in release
76
+
* 4.0.0. The option is not fully removed as users who might already have there scripts or
77
+
* commands pre-set might pass the argument and when passed if not supported, picocli will
78
+
* throw an error. We want to avoid that and instead just show a warning.
77
79
*/
78
80
@Deprecated
79
81
@CommandLine.Option(
80
82
names = {"--include-metadata", "-m"},
81
83
description =
82
-
"Deprecated: This option is no longer used. Please use scalar.db.consensus_commit.include_metadata.enabled to control whether transaction metadata is included in read operations.",
84
+
"Deprecated: This option is no longer used. Please use scalar.db.consensus_commit.include_metadata.enabled to control whether transaction metadata is included in scan operations.",
0 commit comments