1. 12 May, 2021 4 commits
  2. 11 May, 2021 7 commits
  3. 07 May, 2021 3 commits
  4. 06 May, 2021 1 commit
  5. 05 May, 2021 1 commit
  6. 04 May, 2021 3 commits
  7. 30 Apr, 2021 10 commits
  8. 29 Apr, 2021 5 commits
  9. 28 Apr, 2021 6 commits
    • Andy Wilkinson's avatar
      Fix workaround for JDK-8156584 · 3a3eb1bc
      Andy Wilkinson authored
      See gh-26252
      3a3eb1bc
    • Andy Wilkinson's avatar
      Refine workaround for JDK-8156584 · ecd1e536
      Andy Wilkinson authored
      The previous workaround worked but prevented caching of every test
      task as the value of system property pointing to the custom security
      properties file varied from build to build.
      
      This commit refines the workaround to copy the file into the build
      directory of the test task's project and reference it using a URL
      that's relative to the task's working directory. This ensures that
      the value of the system property doesn't change from build to build.
      
      Closes gh-26252
      ecd1e536
    • Stephane Nicoll's avatar
      Fix key to datasource health indicator in reference doc · e7bf0a0b
      Stephane Nicoll authored
      Closes gh-26268
      e7bf0a0b
    • Andy Wilkinson's avatar
      Set path sensitivity when configuring additional task inputs · 79ecf596
      Andy Wilkinson authored
      Previously a number of file- or directory-based task inputs were
      configured with specifying their path sensitivity. This meant
      that the default absolute path sensitivity was used. For caches
      that are cacheable this would result in a cache miss when the
      inputs were identical other than being located at a different
      absolute path as they are when running a CI build vs a local build.
      
      This commit updates the configuration of additional task inputs
      to use relative path sensitivity. A property name for each input has
      also been configured. This makes them easier to identify in build
      scans.
      
      Closes gh-26270
      79ecf596
    • Stephane Nicoll's avatar
      Merge pull request #26230 from zeldigas · 70079f91
      Stephane Nicoll authored
      * pr/26230:
        Polish "Fix ordering of metadata entries"
        Fix ordering of metadata entries
      
      Closes gh-26230
      70079f91
    • Stephane Nicoll's avatar
      Polish "Fix ordering of metadata entries" · d610f3c2
      Stephane Nicoll authored
      See gh-26230
      d610f3c2