1. 23 8月, 2017 1 次提交
  2. 18 8月, 2017 1 次提交
  3. 15 8月, 2017 1 次提交
  4. 29 3月, 2017 1 次提交
    • B
      Render reference documentation with Asciidoctor · 924adaec
      Brian Clozel 提交于
      This commit removes docbook from the documentation toolchain and
      instead makes use of asciidoctor to render the reference documentation
      in HTML and PDF formats.
      
      The main Gradle build has been refactored with the documentation tasks
      and sniffer tasks extracted to their own gradle file in the "gradle"
      folder.
      
      A new asciidoctor Spring theme is also used to render the HTML5 backend.
      
      Issue: SPR-14997
      924adaec
  5. 16 2月, 2017 1 次提交
  6. 14 12月, 2016 1 次提交
    • R
      Allow athentication at the STOMP level · 2191d80a
      Rossen Stoyanchev 提交于
      This commit makes it possible for a ChannelInterceptor to override the
      user header in a Spring Message that contains a STOMP CONNECT frame.
      
      After the message is sent, the updated user header is observed and
      saved to be associated with session thereafter.
      
      Issue: SPR-14690
      2191d80a
  7. 26 8月, 2016 2 次提交
  8. 08 7月, 2016 1 次提交
  9. 11 6月, 2016 1 次提交
  10. 08 6月, 2016 1 次提交
  11. 19 3月, 2016 1 次提交
  12. 30 1月, 2016 1 次提交
  13. 16 1月, 2016 1 次提交
  14. 30 12月, 2015 1 次提交
  15. 27 10月, 2015 1 次提交
  16. 26 8月, 2015 1 次提交
  17. 31 7月, 2015 1 次提交
  18. 08 7月, 2015 1 次提交
  19. 02 7月, 2015 1 次提交
  20. 29 6月, 2015 1 次提交
  21. 07 5月, 2015 1 次提交
  22. 04 5月, 2015 1 次提交
  23. 17 4月, 2015 1 次提交
    • R
      Support user destinations with multiple app servers · c29eae33
      Rossen Stoyanchev 提交于
      This change adds support for broadcasting messages with unresolved
      user destinations so that other servers can try to resolve it.
      That enables sending messages to users who may be connected to a
      different server.
      
      Issue: SPR-11620
      c29eae33
  24. 27 3月, 2015 1 次提交
  25. 06 3月, 2015 2 次提交
    • B
      Break down Core and Web chapters in reference doc · 74072237
      Brian Clozel 提交于
      Core and Web chapters are important chapters in the Spring Framework
      reference documentation, and splitting them in multiple files will
      help to evolve the documentation while not creating too many files.
      
      Issue: SPR-12309
      74072237
    • B
      Modularize asciidoc documentation · 0baf228d
      Brian Clozel 提交于
      The reference documentation is now organized in asciidoc bookparts.
      Bookparts sections can be also put in separate files, when their
      size and theme are important enough to justify that.
      
      Documentation Layout:
      ```
      index
        |-- overview
        |
        |-- whats-new
        |
        |-- core
        |   |-- core-beans
        |   |-- core-aop
        |-- testing
        |
        |-- data-access
        |
        |-- web
        |   |-- web-mvc
        |   |-- web-view
        |-- integration
        |
        |-- appendix
            |-- appx-spring-tld
            |-- appx-spring-form-tld
      ```
      
      Supersedes and closes #641
      
      Issue: SPR-12309
      0baf228d