1. 31 10月, 2019 1 次提交
  2. 30 10月, 2019 1 次提交
  3. 29 10月, 2019 1 次提交
    • R
      Limits on input stream in codecs · 87146481
      Rossen Stoyanchev 提交于
      - Add maxInMemorySize property to Decoder and HttpMessageReader
        implementations that aggregate input to trigger
        DataBufferLimitException when reached.
      
      - For codecs that call DataBufferUtils#join, there is now an overloaded
        variant with a maxInMemorySize extra argument. Internally, a custom
        LimitedDataBufferList is used to count and enforce the limit.
      
      - Jackson2Tokenizer and XmlEventDecoder support those limits per
        streamed JSON object.
      
      - Configurable limits for multipart requests with Synchronoss NIO.
      
      - Centralized maxInMemorySize exposed via CodecConfigurer along with
        ability to plug in an instance of MultipartHttpMessageWrite.
      
      Closes gh-23884
      87146481
  4. 23 3月, 2019 1 次提交
  5. 06 10月, 2018 1 次提交
  6. 15 9月, 2018 3 次提交
  7. 25 7月, 2018 1 次提交
  8. 11 7月, 2018 1 次提交
  9. 05 7月, 2018 1 次提交
  10. 28 6月, 2018 3 次提交
  11. 23 6月, 2018 1 次提交
  12. 14 6月, 2018 1 次提交
  13. 26 4月, 2018 1 次提交
  14. 24 3月, 2018 1 次提交
  15. 09 3月, 2018 2 次提交
  16. 02 3月, 2018 1 次提交
  17. 20 1月, 2018 1 次提交
  18. 22 9月, 2017 1 次提交
  19. 18 7月, 2017 1 次提交
  20. 07 6月, 2017 1 次提交
    • J
      Consistent use of @Nullable across the codebase (even for internals) · f813712f
      Juergen Hoeller 提交于
      Beyond just formally declaring the current behavior, this revision actually enforces non-null behavior in selected signatures now, not tolerating null values anymore when not explicitly documented. It also changes some utility methods with historic null-in/null-out tolerance towards enforced non-null return values, making them a proper citizen in non-null assignments.
      
      Some issues are left as to-do: in particular a thorough revision of spring-test, and a few tests with unclear failures (ignored as "TODO: NULLABLE") to be sorted out in a follow-up commit.
      
      Issue: SPR-15540
      f813712f
  21. 31 5月, 2017 1 次提交
  22. 26 5月, 2017 1 次提交
  23. 05 5月, 2017 2 次提交
  24. 04 5月, 2017 3 次提交
  25. 03 5月, 2017 1 次提交
  26. 02 5月, 2017 1 次提交
  27. 28 4月, 2017 1 次提交