1. 07 Nov, 2019 5 commits
    • Andy Wilkinson's avatar
      Rename CI pipeline to include the version in its name · a8b46d7a
      Andy Wilkinson authored
      Closes gh-18844
      a8b46d7a
    • Andy Wilkinson's avatar
      Merge branch '2.1.x' · 0a8a0daf
      Andy Wilkinson authored
      Closes gh-18913
      0a8a0daf
    • Andy Wilkinson's avatar
      Trim whitespace in BasicJsonParser · a11661d2
      Andy Wilkinson authored
      Previously, whitespace in between the keys and values in the JSON was
      not trimmed correctly in BasicJsonParser which lead to it incorrectly
      parsing JSON with whitespace between the opening of a list ([) and the
      opening of a map ({).
      
      This commit updates the parser to trim unwanted whitespace and adds a
      test to AbstractJsonParserTests to verify the whitespace handling
      behaviour across all JsonParser implementations.
      
      Closes gh-18911
      a11661d2
    • Andy Wilkinson's avatar
      Merge branch '2.1.x' · dd4377e6
      Andy Wilkinson authored
      Closes gh-18912
      dd4377e6
    • Andy Wilkinson's avatar
      Fix @ServletComponentScan with a component index · d1ead884
      Andy Wilkinson authored
      Previously @ServletComponentScan did not work when there was a
      component index on the classpath as it made an assumption about
      the concrete type of the BeanDefinitions produced by scanning that
      does not hold true when an index is present.
      
      This commit updates the scanning and the handlers to correct the
      assumpution by working with a bean definition type that is produced
      by scanning both when there is and when there is not an index present.
      
      To prevent the problem from reoccuring, a test that uses and index
      has been added and the import of ScannedGenericBeanDefinition is now
      prohibited by Checkstyle.
      
      Closes gh-18910
      d1ead884
  2. 06 Nov, 2019 18 commits
  3. 05 Nov, 2019 17 commits