1. 07 4月, 2017 1 次提交
    • S
      Use Rouge syntax highlighting in PDF version of Reference Manual · 3a4b205b
      Sam Brannen 提交于
      This commit uses a tip provided by @mojavelinux to set the syntax
      highlighter to Rouge for the PDF version of the User Guide.
      
      Once Asciidoctor 1.5.7 has been released we will likely switch to Rouge
      for the HTML version of the Reference Manual as well.
      
      Issue: SPR-14997
      3a4b205b
  2. 29 3月, 2017 2 次提交
    • B
      Fix link references between documents · dea4825a
      Brian Clozel 提交于
      Issue: SPR-14997
      dea4825a
    • 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
  3. 02 2月, 2017 1 次提交
  4. 26 7月, 2016 2 次提交
  5. 05 7月, 2016 1 次提交
    • J
      Drop Portlet MVC support · 2b3445df
      Juergen Hoeller 提交于
      This commit also removes the corresponding deprecated Servlet MVC variant and updates DispatcherServlet.properties to point to RequestMappingHandlerMapping/Adapter by default.
      
      Issue: SPR-14129
      2b3445df
  6. 09 6月, 2016 2 次提交
  7. 29 6月, 2015 1 次提交
  8. 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