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

Start making each FormatterStep roundtrip serializable. #1945

Merged
merged 27 commits into from
Jan 23, 2024

Commits on Dec 4, 2023

  1. StepHarness (and WithFile) now have a supportsRoundTrip method so w…

    …e can start testing round trip serialization on steps.
    nedtwigg committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    eb0df83 View commit details
    Browse the repository at this point in the history
  2. StepHarnessBase is now embarked on a methodical journey to make eve…

    …ry step support roundtrip serialization.
    nedtwigg committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e3843cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb346a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    decbd1b View commit details
    Browse the repository at this point in the history
  5. Remove the long-deprecated and completely unused `Set<String> mavenCo…

    …ordinates` field from `JarState`.
    nedtwigg committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    317b2ac View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Introduce FileSignature.RoundTrippable and JarState.Promised so t…

    …hat maven-based formatters can be safely roundtripped.
    nedtwigg committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e4d6c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7edd3 View commit details
    Browse the repository at this point in the history
  3. Fix spotbugs warnings.

    nedtwigg committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9fa1da3 View commit details
    Browse the repository at this point in the history
  4. Rename FileSignature.RoundTrippable to FileSignature.Promised to …

    …match `JarState`'s naming convention.
    nedtwigg committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cce20d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    56bb67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56968a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46635c6 View commit details
    Browse the repository at this point in the history
  4. Use the new API.

    nedtwigg committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f5f6836 View commit details
    Browse the repository at this point in the history
  5. Fixup spotbugs warnings.

    nedtwigg committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    44b3126 View commit details
    Browse the repository at this point in the history
  6. FileSignature.Promised and JarState.Promised should both have `ge…

    …t()` as their method.
    nedtwigg committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    55481fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab1452d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e54fc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    5a05beb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    005113e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. 1 Configuration menu
    Copy the full SHA
    ce34f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d102709 View commit details
    Browse the repository at this point in the history
  3. Copyright updates.

    nedtwigg committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3bd4243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19aff77 View commit details
    Browse the repository at this point in the history
  5. Remove unused method.

    nedtwigg committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4fdb178 View commit details
    Browse the repository at this point in the history
  6. Update changelog.

    nedtwigg committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    14991e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b15b39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93eb099 View commit details
    Browse the repository at this point in the history