This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new d090dc50d Updates stage by Jenkins d090dc50d is described below commit d090dc50d154e2040960ce746799da9df91f4923 Author: jenkins <bui...@apache.org> AuthorDate: Sun Mar 26 12:29:26 2023 +0000 Updates stage by Jenkins --- content/core-developers/execute-and-wait-interceptor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/core-developers/execute-and-wait-interceptor.html b/content/core-developers/execute-and-wait-interceptor.html index 1aca01a79..dac520389 100644 --- a/content/core-developers/execute-and-wait-interceptor.html +++ b/content/core-developers/execute-and-wait-interceptor.html @@ -213,7 +213,7 @@ like follows:</p> <div class="language-xml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt"><bean</span> <span class="na">type=</span><span class="s">"org.apache.struts2.interceptor.exec.ExecutorProvider"</span> <span class="na">name=</span><span class="s">"myExecutor"</span> <span class="na">class=</span><span class="s">"com.company.MyExecutorProvider"</span><span class="nt">/></span> -<span class="nt"><constant</span> <span class="na">name=</span><span class="s">"struts.executor.provider"</span> <span class="na">value=</span><span class="s">"muExecutor"</span><span class="nt">/></span> +<span class="nt"><constant</span> <span class="na">name=</span><span class="s">"struts.executor.provider"</span> <span class="na">value=</span><span class="s">"myExecutor"</span><span class="nt">/></span> </code></pre></div></div> <p>Please take a look into example implementation in the Showcase App. If no custom executor has been defined,