1. 24 Jun, 2021 16 commits
  2. 23 Jun, 2021 10 commits
  3. 22 Jun, 2021 12 commits
  4. 21 Jun, 2021 2 commits
    • Stephane Nicoll's avatar
      Revert "Upgrade to Dropwizard Metrics 4.1.23" · 5dc10658
      Stephane Nicoll authored
      This reverts commit ce242702.
      
      See gh-26983
      5dc10658
    • Andy Wilkinson's avatar
      Fix additional metadata locations with config cache · e18eb082
      Andy Wilkinson authored
      Previously, a project with a dependency on Spring Boot's configuration
      processor would fail to build when the configuration cache is enabled
      due to it accessing the Project during task execution.
      
      Instead of accessing the project during task execution, this commit
      updates the code to retrieve the resource locations from the matching
      source set in advance. The locations are then stored in the action
      that configures the compile task when needed.
      
      Closes gh-26880
      e18eb082