1. 28 8月, 2018 2 次提交
  2. 27 8月, 2018 4 次提交
  3. 26 8月, 2018 1 次提交
  4. 24 8月, 2018 5 次提交
  5. 23 8月, 2018 7 次提交
  6. 22 8月, 2018 3 次提交
  7. 21 8月, 2018 1 次提交
    • B
      Clear global resources reference from HttpResources · 709b1851
      Brian Clozel 提交于
      When used as global Netty resources, ReactorResourceFactory creates and
      sets those resources on Reactor's HttpResources directly.
      
      When that ReactorResourceFactory bean is destroyed, those resources are
      disposed but HttpResources still holds a reference to those and may try
      to use them again.
      
      This commit uses HttpResources to clear those resources and its
      references to it, when the ReactorResourceFactory is treating those as
      global.
      
      Issue: SPR-17199
      709b1851
  8. 20 8月, 2018 2 次提交
  9. 19 8月, 2018 1 次提交
  10. 18 8月, 2018 1 次提交
  11. 17 8月, 2018 8 次提交
  12. 16 8月, 2018 5 次提交