You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/11/05 17:06:40 UTC

[struts-site] 01/01: Merge pull request #176 from apache/WW-5254-async

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 6c11e34316bebcc16214c7b0d0342df9411dd767
Merge: be3650df9 a5b345cd7
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sat Nov 5 18:06:30 2022 +0100

    Merge pull request #176 from apache/WW-5254-async
    
    [WW-5254] Adds description about the Async plugin

 .gitignore                                       |   1 +
 source/core-developers/parameters-interceptor.md |  78 ++++++++------
 source/plugins/async/index.md                    | 128 ++++++++++++++++++++++
 source/plugins/bean-validation/index.md          |  96 +++++++++++------
 source/plugins/cdi/index.md                      |  21 +---
 source/plugins/codebehind/index.md               |   7 ++
 source/plugins/config-browser/index.md           |  25 +++--
 source/plugins/convention/index.md               |   3 +
 source/plugins/dwr/index.md                      |  18 ++--
 source/plugins/embedded-jsp/index.md             |   7 ++
 source/plugins/index.md                          |   3 +-
 source/plugins/jasperreports/index.md            | 129 +++++++++--------------
 source/plugins/java-8-support/index.md           |  14 ++-
 source/plugins/javatemplates/index.md            |  45 ++++----
 source/plugins/jfreechart/index.md               |   9 ++
 source/plugins/jsf/index.md                      |   9 ++
 source/plugins/json/index.md                     |   3 +
 source/plugins/junit/index.md                    |   3 +
 source/plugins/osgi/index.md                     |   7 ++
 source/plugins/oval/index.md                     |   7 ++
 source/plugins/plexus/index.md                   |   7 ++
 source/plugins/portlet-tiles/index.md            |   7 ++
 source/plugins/portlet/index.md                  |   7 ++
 source/plugins/rest/index.md                     |   3 +
 source/plugins/sitegraph/index.md                | 123 ++++++++++-----------
 source/plugins/sitemesh/index.md                 |  42 ++++----
 source/plugins/spring/index.md                   |  99 ++++++++++-------
 source/plugins/struts-1/index.md                 |   8 ++
 source/plugins/testng/index.md                   |  10 +-
 source/plugins/tiles-3/index.md                  |  12 ++-
 source/plugins/tiles/index.md                    |   3 +
 source/plugins/velocity/index.md                 |   4 +-
 32 files changed, 592 insertions(+), 346 deletions(-)