1. 15 May, 2019 2 commits
  2. 14 May, 2019 1 commit
  3. 13 May, 2019 4 commits
  4. 12 May, 2019 1 commit
  5. 11 May, 2019 8 commits
  6. 09 May, 2019 6 commits
  7. 08 May, 2019 3 commits
  8. 07 May, 2019 4 commits
  9. 06 May, 2019 9 commits
  10. 05 May, 2019 2 commits
    • Jim Schubert's avatar
      [feat] Intro GeneratorMetadata (stability index) (#2816) · 6e1c8976
      Jim Schubert authored
      * [feat] Intro GeneratorMetadata (stability index)
      
      GeneratorMetadata offers an immutable object created via Builder pattern
      which allows generators to explicitly define their stability (stable,
      beta, experimental, deprecated) as well as a message to be shown during
      generation.
      
      This is a step toward:
      
      * Fleshing out the "Core" artifact (#845)
      * Providing a place to encapsulate feature-oriented metadata (#840)
      * Providing a means to communicate end of life scheduling (#116)
      
      This new structure, specifically the Stability property, allows us to
      offer future enhancements such as allowing users to filter down to only
      "Stable" generators via CLI, and eventually any compat table (see #503).
      
      * Mark deprecated generators as deprecated in-code
      
      * Re-export docs/generators.md
      6e1c8976
    • Jim Schubert's avatar
      [travis] Avoiding build timeouts, removing run-in-docker.sh (#2820) · 26d0487a
      Jim Schubert authored
      * Removes run-in-docker.sh from travis build
      * Updates run-in-docker.sh so it will cache to a volume-bound .m2/repository directory as intended
      26d0487a