fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
29 stars 16 forks source link

Submit PR for picocli patches, use official picocli version once released #371

Open rsenden opened 12 months ago

rsenden commented 12 months ago

See #132 and #336; we currently have patched picocli CommandLine and AutoComplete classes in the fcli-common project, and have disabled the picocli dependency in the various Gradle build files.

For #132, we need to verify whether the full patch is correctly in place in the CommandLine class in our fcli-common project, and then create a corresponding PR on the main picocli project.

For #336, full patch is available in the AutoComplete class in our fcli-common project. Two lines of code were added and one line of code was changes; these 3 locations have been marked with a comment // PATCH for #2068.

Once the PRs have been submitted and merged with the main picocli repository, and a new picocli version has been released that includes our patches, we should remove our patched picocli sources from fcli-common, and update the Gradle build to use the proper picocli dependencies.