1. 18 Feb, 2021 5 commits
  2. 17 Feb, 2021 9 commits
  3. 16 Feb, 2021 12 commits
  4. 15 Feb, 2021 10 commits
  5. 14 Feb, 2021 1 commit
  6. 12 Feb, 2021 3 commits
    • Andy Wilkinson's avatar
      Truncate files before writing new content to them · 63402a29
      Andy Wilkinson authored
      Previously, UpgradeApplicator would open build.gradle
      using open options that left the fields existing content intact. It
      would then write the new content at the beginning of the file. If
      the new content was n bytes shorter than the existing content, this
      would leave n bytes of the existing content at the end of the file.
      
      This commit updates UpgradeApplicator to truncate the existing file
      when it opens it. This ensures that the existing content is
      completely replaced by the new content, irrespective of their lengths.
      
      Closes gh-25256
      63402a29
    • Andy Wilkinson's avatar
      Require a milestone when upgrading dependencies · 41325650
      Andy Wilkinson authored
      Closes gh-25225
      41325650
    • Andy Wilkinson's avatar
      Upgrade to Undertow 2.1.6.Final · 63de8dec
      Andy Wilkinson authored
      Closes gh-25204
      63de8dec