Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed May 11, 2024
1 parent 6e579c3 commit 2e530a4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@

import lombok.SneakyThrows;

// TODO The approach below won't work. For example, when an action developer uses
// schema version 1.1, the schemaVersion property may be set to either 1.0 or 1.1,
// with schemaVersion 1.0 purposely being supported by older fcli versions. However,
// even when set to 1.0, the schema/IDE will also allow properties that were
// introduced in schema version 1.1, making the action incompatible with older fcli
// versions that only support schema version 1.0.
//
// We'll probably need to think about this a bit more, but for now, the
// SupportedSchemaVersion enum lists schema versions supported by this fcli version.
// The JsonProperty annotations on the enum entries define the actual version numbers,
Expand Down

0 comments on commit 2e530a4

Please sign in to comment.