Open
Conversation
34a227e to
9f166d6
Compare
zlav
commented
Feb 4, 2026
|
|
||
| FOSSA CLI uses [jar-callgraph-1.0.2.jar](../../scripts/jar-callgraph-1.0.2.jar) to infer call path edges. | ||
| FOSSA CLI uses `java -jar jar-callgraph-1.0.2.jar ./path/to/your/build.jar` command to record edges from | ||
| FOSSA CLI uses [jar-callgraph-1.0.3.jar](../../scripts/jar-callgraph-1.0.3.jar) to infer call path edges. |
Member
Author
There was a problem hiding this comment.
Doc changes that didn't get committed with https://github.com/fossas/fossa-cli/pull/1634/changes
csasarak
approved these changes
Feb 6, 2026
| Eventually, this flag will be fully removed so we recommend removing it from any scripts where you currently have it active. | ||
| The package-based Go module analysis is the same as the functionality under this flag except it is now the default. | ||
|
|
||
| Using this flag will display a deprecation warning. Please remove this flag from any scripts where you currently have it active. |
Contributor
There was a problem hiding this comment.
Do you think we should just remove this FAQ entry? It seems more in line with the spirit of this PR, which fully hides it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR is intended to clean up old CLI flags and clearly state that deprecated functionality is deprecated
--experimental-use-v3-go-resolverflag has been hidden. This behavior is now defaultAcceptance criteria
The logic to deprecate flags and the behavior is correct.
Testing plan
Manually run the flags on the binaries and see that they output a deprecation message and that they no longer show up in the list of features.
Risks
There should be none. The flags are either being hidden or having a deprecation notice added
Checklist
docs/.docs/README.msand gave consideration to how discoverable or not my documentation is.Changelog.md. If this PR did not mark a release, I added my changes into an## Unreleasedsection at the top..fossa.ymlorfossa-deps.{json.yml}, I updateddocs/references/files/*.schema.jsonAND I have updated example files used byfossa initcommand. You may also need to update these if you have added/removed new dependency type (e.g.pip) or analysis target type (e.g.poetry).docs/references/subcommands/<subcommand>.md.