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

Permutations fix #723

Merged
merged 21 commits into from
Jul 13, 2022
Merged

Conversation

romain-grecourt
Copy link
Contributor

@romain-grecourt romain-grecourt commented Jul 13, 2022

  • Context updates
    • New context API and implementation (as a tree)
    • New context path syntax (paths are relative by default, absolute paths start with ~)
  • Output rendering override (do not override files that already exist)
  • Expression updates:
    • Improved equality in expressions
    • Contains supports both string and array operands
    • Support variable tokens that contain '~'
  • Value.asText to convert a value back to a raw value
  • Fixed archetype validator ref validations
  • Permutations
    • new utility to compute simple permutations (Permutations)
    • Re-written archetype permutations (InputPermutations)
  • helidon-archetype-maven-plugin updates
    • Use new InputPermutations
    • Add new options: permutationsOnly, permutation, permutationStartIndex, permutationFilters, inputFilters
    • Dump computed permutations in a text file
  • Updated Maps utility
  • Updated Lists utility
  • Temporarily disable Windows pipelines to speed-up the release process

@romain-grecourt romain-grecourt merged commit b7bd9e5 into helidon-io:master Jul 13, 2022
@romain-grecourt romain-grecourt deleted the permutations-fix branch July 13, 2022 22:34
@romain-grecourt romain-grecourt modified the milestones: 3.0.0-M5, 3.0.0-RC1 Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants