1. 17 12月, 2015 1 次提交
  2. 16 12月, 2015 2 次提交
    • J
      Consistent trace log messages and general polishing · 56263848
      Juergen Hoeller 提交于
      56263848
    • B
      Use LinkedHashmap to preserve insert order · 3be35c05
      Brian Clozel 提交于
      In several places in the spring-webmvc module, URL patterns / objects
      relationships are kept in `HashMap`s. When matching with actual URLs,
      the algorithm uses a pattern comparator to sort the matching patterns
      and select the most specific. But the underlying collection
      implementation does not keep the original order which can lead to
      inconsistencies.
      
      This commit changes the underlying collection implementation to
      `LinkedHashmap`s, in order to keep the insert order if the comparator
      does not reorder entries.
      
      Issue: SPR-13798
      3be35c05
  3. 15 12月, 2015 8 次提交
  4. 14 12月, 2015 3 次提交
  5. 13 12月, 2015 2 次提交
  6. 12 12月, 2015 5 次提交
  7. 11 12月, 2015 2 次提交
  8. 10 12月, 2015 4 次提交
  9. 09 12月, 2015 9 次提交
  10. 08 12月, 2015 4 次提交