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

Maven CLIng #1750

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Maven CLIng #1750

wants to merge 16 commits into from

Commits on Sep 27, 2024

  1. CLIng

    cstamas committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ea8848 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    f7f09c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba5e6f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Extract a clean api (#1752)

    * Move api into a dedicated package
    * Introduce a `MavenInvokerRequest`
    * Rename `BaseOptions` to `Options`
    * Make `InvokerRequest` parameterised as `InvokerRequest<T extends Options>`
    gnodet committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4bf26a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1992aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a60105d View commit details
    Browse the repository at this point in the history
  4. Tidy up

    cstamas committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ffc9957 View commit details
    Browse the repository at this point in the history
  5. Simplify generics

    gnodet committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    18486ba View commit details
    Browse the repository at this point in the history
  6. Clean CLI api a bit

    gnodet committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    672ea36 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Cling api (#1754)

    * Remove slf4j logger from API
    * Move the cli api into the api subproject
    * Remove unneeded generic parameter
    gnodet committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7131fb4 View commit details
    Browse the repository at this point in the history
  2. Split invoker in two

    cstamas committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c1ef311 View commit details
    Browse the repository at this point in the history
  3. Fixes

    cstamas committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    83fe7a5 View commit details
    Browse the repository at this point in the history
  4. Isolate mess

    cstamas committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c83c370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4971b34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9231857 View commit details
    Browse the repository at this point in the history
  7. root cannot be nullable

    cstamas committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d5a3a37 View commit details
    Browse the repository at this point in the history