Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix external default handling in InputResolver #733

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

romain-grecourt
Copy link
Contributor

Do not store external defaults as values in the context.
The presence of a value makes the interactive prompter skip inputs, external defaults must be handled separately and a value is set in the context at resolve time.

Fixes #725

@romain-grecourt romain-grecourt added this to the 3.0.1 milestone Jul 15, 2022
@romain-grecourt romain-grecourt self-assigned this Jul 15, 2022
@romain-grecourt romain-grecourt added this to In progress in Archetype V2 via automation Jul 15, 2022
@romain-grecourt romain-grecourt modified the milestones: 3.0.1, 3.0.0 Jul 15, 2022
@romain-grecourt romain-grecourt merged commit b221540 into helidon-io:master Jul 15, 2022
Archetype V2 automation moved this from In progress to Done Jul 15, 2022
@romain-grecourt romain-grecourt deleted the fix-725 branch July 15, 2022 17:58
@romain-grecourt romain-grecourt modified the milestones: 3.0.0, 3.0.0-RC2 Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Cli does not prompt input with external default in interactive mode
2 participants