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

[Gradle JDK automanagment] GradleWrapperMain patching #341

Merged
merged 73 commits into from
May 17, 2024

Commits on Mar 13, 2024

  1. wip working

    crogoz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bbc0406 View commit details
    Browse the repository at this point in the history
  2. address some comments

    crogoz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e9a049f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    f39dae0 View commit details
    Browse the repository at this point in the history
  2. reuse logic

    crogoz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    681d482 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    36d77f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix & test

    crogoz committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    072e15b View commit details
    Browse the repository at this point in the history
  2. fix

    crogoz committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4f75484 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix certificate

    crogoz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d49fa30 View commit details
    Browse the repository at this point in the history
  2. local test & blocking locks

    crogoz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    48dd039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9de3b3a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    8a7c230 View commit details
    Browse the repository at this point in the history
  2. testing on ubuntu

    crogoz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c1eface View commit details
    Browse the repository at this point in the history
  3. log nonExisting certs

    crogoz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3063421 View commit details
    Browse the repository at this point in the history
  4. cleanup

    crogoz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5e97259 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. wip working locally

    crogoz committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b2575df View commit details
    Browse the repository at this point in the history
  2. fixing tests

    crogoz committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e940d88 View commit details
    Browse the repository at this point in the history
  3. only when run locally

    crogoz committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    26c1dd0 View commit details
    Browse the repository at this point in the history
  4. cleanup

    crogoz committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5d4035b View commit details
    Browse the repository at this point in the history
  5. fix checkstyle

    crogoz committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b035967 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28942d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. address comments

    crogoz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    72523ef View commit details
    Browse the repository at this point in the history
  2. fixes

    crogoz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ab4d87e View commit details
    Browse the repository at this point in the history
  3. fix

    crogoz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f45b357 View commit details
    Browse the repository at this point in the history
  4. template & fix

    crogoz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    68ebd35 View commit details
    Browse the repository at this point in the history
  5. fix ldd

    crogoz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f37727f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. test & match CurrentOs

    crogoz committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e04d97e View commit details
    Browse the repository at this point in the history
  2. test & match CurrentOs

    crogoz committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a756908 View commit details
    Browse the repository at this point in the history
  3. wip

    crogoz committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    422a69c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. test

    crogoz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9df726b View commit details
    Browse the repository at this point in the history
  2. fix test names

    crogoz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7ace1a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ed5098 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. wip

    crogoz committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b32f333 View commit details
    Browse the repository at this point in the history
  2. wip

    crogoz committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    227d4d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. classpaths ./gradlew test

    crogoz committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2ad913f View commit details
    Browse the repository at this point in the history
  2. load classpath

    crogoz committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b7aca82 View commit details
    Browse the repository at this point in the history
  3. .

    crogoz committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    458d53e View commit details
    Browse the repository at this point in the history
  4. fix test

    crogoz committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5483cc3 View commit details
    Browse the repository at this point in the history
  5. split

    crogoz committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    607293b View commit details
    Browse the repository at this point in the history
  6. move integration tests

    crogoz committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f19cb2d View commit details
    Browse the repository at this point in the history
  7. tests

    crogoz committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7933d69 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. address comments

    crogoz committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e580952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fbb1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a49ce4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b838d3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cr/wrapper-patching' of github.com:palantir/gradle-jdks…

    … into cr/wrapper-patching
    crogoz committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6ee7cb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. test works

    crogoz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a8a2b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f0889 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. test works

    crogoz committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    027406f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. .

    crogoz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1d0e1b4 View commit details
    Browse the repository at this point in the history
  2. fix tests

    crogoz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7ddb086 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    a0ef1cc View commit details
    Browse the repository at this point in the history
  2. all jdks

    crogoz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    488122e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix tests

    crogoz committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    30d290d View commit details
    Browse the repository at this point in the history
  2. versions

    crogoz committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b1512b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e0ed7b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. tests toolchains

    crogoz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    480b7af View commit details
    Browse the repository at this point in the history
  2. comment

    crogoz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ba9ff4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1920ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b520f8e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. local gradle-baseline bump

    crogoz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2b249aa View commit details
    Browse the repository at this point in the history
  2. no windows

    crogoz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    93f81af View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix

    crogoz committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c354fbc View commit details
    Browse the repository at this point in the history
  2. fix

    crogoz committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d2a25b4 View commit details
    Browse the repository at this point in the history
  3. jdk extension created

    crogoz committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    aaf2126 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. .

    crogoz committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    27aa008 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. bump gradle-jdks

    crogoz committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0d939b7 View commit details
    Browse the repository at this point in the history
  2. fix test

    crogoz committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1b0f867 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. changelog

    crogoz committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8717b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838a200 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. address comments

    crogoz committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d08cb21 View commit details
    Browse the repository at this point in the history
  2. move the jar to gradle dir

    crogoz committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e98404b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    c8b37a5 View commit details
    Browse the repository at this point in the history